public class io.undertow.protocols.http2.Http2SettingsStreamSourceChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2SettingsStreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private final java.util.List<io.undertow.protocols.http2.Http2Setting> settings;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, long, java.util.List<io.undertow.protocols.http2.Http2Setting>);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;JLjava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.undertow.protocols.http2.Http2SettingsStreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // io.undertow.connector.PooledByteBuffer data
        start local 3 // long frameDataRemaining
        start local 5 // java.util.List settings
         0: .line 36
            aload 0 /* this */
            aload 1 /* framedChannel */
            aload 2 /* data */
            lload 3 /* frameDataRemaining */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;J)V
         1: .line 37
            aload 0 /* this */
            aload 5 /* settings */
            putfield io.undertow.protocols.http2.Http2SettingsStreamSourceChannel.settings:Ljava/util/List;
         2: .line 38
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2SettingsStreamSourceChannel.lastFrame:()V
         3: .line 39
            return
        end local 5 // java.util.List settings
        end local 3 // long frameDataRemaining
        end local 2 // io.undertow.connector.PooledByteBuffer data
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.Http2SettingsStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lio/undertow/protocols/http2/Http2SettingsStreamSourceChannel;
            0    4     1       framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    4     2                data  Lio/undertow/connector/PooledByteBuffer;
            0    4     3  frameDataRemaining  J
            0    4     5            settings  Ljava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;
    Signature: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;JLjava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;)V
    MethodParameters:
                    Name  Flags
      framedChannel       
      data                
      frameDataRemaining  
      settings            

  public java.util.List<io.undertow.protocols.http2.Http2Setting> getSettings();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2SettingsStreamSourceChannel this
         0: .line 42
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2SettingsStreamSourceChannel.settings:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // io.undertow.protocols.http2.Http2SettingsStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2SettingsStreamSourceChannel;
    Signature: ()Ljava/util/List<Lio/undertow/protocols/http2/Http2Setting;>;
}
SourceFile: "Http2SettingsStreamSourceChannel.java"