final class io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig extends io.netty.channel.DefaultChannelConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig
  super_class: io.netty.channel.DefaultChannelConfig
{
  final io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel this$1;
    descriptor: Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel, io.netty.channel.Channel);
    descriptor: (Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;Lio/netty/channel/Channel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 2 // io.netty.channel.Channel channel
         0: .line 1144
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.this$1:Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
         1: .line 1145
            aload 0 /* this */
            aload 2 /* channel */
            invokespecial io.netty.channel.DefaultChannelConfig.<init>:(Lio/netty/channel/Channel;)V
         2: .line 1146
            aload 0 /* this */
            new io.netty.handler.codec.http2.Http2MultiplexCodec$Http2StreamChannelRecvByteBufAllocator
            dup
            invokespecial io.netty.handler.codec.http2.Http2MultiplexCodec$Http2StreamChannelRecvByteBufAllocator.<init>:()V
            invokevirtual io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/ChannelConfig;
            pop
         3: .line 1147
            return
        end local 2 // io.netty.channel.Channel channel
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    4     2  channel  Lio/netty/channel/Channel;
    MethodParameters:
         Name  Flags
      this$0   final
      channel  

  public int getWriteBufferHighWaterMark();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
         0: .line 1151
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.this$1:Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
            invokevirtual io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel.parent:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.config:()Lio/netty/channel/ChannelConfig;
            invokeinterface io.netty.channel.ChannelConfig.getWriteBufferHighWaterMark:()I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.this$1:Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
            invokestatic io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel.access$3:(Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;)Lio/netty/handler/codec/http2/Http2MultiplexCodec;
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec.initialOutboundStreamWindow:I
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;

  public int getWriteBufferLowWaterMark();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
         0: .line 1156
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.this$1:Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
            invokevirtual io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel.parent:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.config:()Lio/netty/channel/ChannelConfig;
            invokeinterface io.netty.channel.ChannelConfig.getWriteBufferLowWaterMark:()I
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.this$1:Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;
            invokestatic io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel.access$3:(Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel;)Lio/netty/handler/codec/http2/Http2MultiplexCodec;
            getfield io.netty.handler.codec.http2.Http2MultiplexCodec.initialOutboundStreamWindow:I
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;

  public io.netty.channel.MessageSizeEstimator getMessageSizeEstimator();
    descriptor: ()Lio/netty/channel/MessageSizeEstimator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
         0: .line 1161
            getstatic io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator.INSTANCE:Lio/netty/handler/codec/http2/Http2MultiplexCodec$FlowControlledFrameSizeEstimator;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;

  public io.netty.channel.WriteBufferWaterMark getWriteBufferWaterMark();
    descriptor: ()Lio/netty/channel/WriteBufferWaterMark;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
         0: .line 1166
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig.getWriteBufferHighWaterMark:()I
            istore 1 /* mark */
        start local 1 // int mark
         1: .line 1167
            new io.netty.channel.WriteBufferWaterMark
            dup
            iload 1 /* mark */
            iload 1 /* mark */
            invokespecial io.netty.channel.WriteBufferWaterMark.<init>:(II)V
            areturn
        end local 1 // int mark
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            1    2     1  mark  I

  public io.netty.channel.ChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator);
    descriptor: (Lio/netty/channel/MessageSizeEstimator;)Lio/netty/channel/ChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 1 // io.netty.channel.MessageSizeEstimator estimator
         0: .line 1172
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.channel.MessageSizeEstimator estimator
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    1     1  estimator  Lio/netty/channel/MessageSizeEstimator;
    MethodParameters:
           Name  Flags
      estimator  

  public io.netty.channel.ChannelConfig setWriteBufferHighWaterMark(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 1 // int writeBufferHighWaterMark
         0: .line 1178
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int writeBufferHighWaterMark
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    1     1  writeBufferHighWaterMark  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                          Name  Flags
      writeBufferHighWaterMark  

  public io.netty.channel.ChannelConfig setWriteBufferLowWaterMark(int);
    descriptor: (I)Lio/netty/channel/ChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 1 // int writeBufferLowWaterMark
         0: .line 1184
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int writeBufferLowWaterMark
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    1     1  writeBufferLowWaterMark  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                         Name  Flags
      writeBufferLowWaterMark  

  public io.netty.channel.ChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark);
    descriptor: (Lio/netty/channel/WriteBufferWaterMark;)Lio/netty/channel/ChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 1 // io.netty.channel.WriteBufferWaterMark writeBufferWaterMark
         0: .line 1189
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.channel.WriteBufferWaterMark writeBufferWaterMark
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    1     1  writeBufferWaterMark  Lio/netty/channel/WriteBufferWaterMark;
    MethodParameters:
                      Name  Flags
      writeBufferWaterMark  

  public io.netty.channel.ChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/ChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
        start local 1 // io.netty.channel.RecvByteBufAllocator allocator
         0: .line 1194
            aload 1 /* allocator */
            invokeinterface io.netty.channel.RecvByteBufAllocator.newHandle:()Lio/netty/channel/RecvByteBufAllocator$Handle;
            instanceof io.netty.channel.RecvByteBufAllocator$ExtendedHandle
            ifne 4
         1: .line 1195
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "allocator.newHandle() must return an object of type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 1196
            ldc Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1195
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* allocator */
            invokespecial io.netty.channel.DefaultChannelConfig.setRecvByteBufAllocator:(Lio/netty/channel/RecvByteBufAllocator;)Lio/netty/channel/ChannelConfig;
            pop
         5: .line 1199
            aload 0 /* this */
            areturn
        end local 1 // io.netty.channel.RecvByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig;
            0    6     1  allocator  Lio/netty/channel/RecvByteBufAllocator;
    MethodParameters:
           Name  Flags
      allocator  
}
SourceFile: "Http2MultiplexCodec.java"
NestHost: io.netty.handler.codec.http2.Http2MultiplexCodec
InnerClasses:
  public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator
  public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator
  private final DefaultHttp2StreamChannel = io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel of io.netty.handler.codec.http2.Http2MultiplexCodec
  private final Http2StreamChannelConfig = io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel$Http2StreamChannelConfig of io.netty.handler.codec.http2.Http2MultiplexCodec$DefaultHttp2StreamChannel
  private final FlowControlledFrameSizeEstimator = io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator of io.netty.handler.codec.http2.Http2MultiplexCodec
  private final Http2StreamChannelRecvByteBufAllocator = io.netty.handler.codec.http2.Http2MultiplexCodec$Http2StreamChannelRecvByteBufAllocator of io.netty.handler.codec.http2.Http2MultiplexCodec