final class io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator implements io.netty.channel.MessageSizeEstimator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator
  super_class: java.lang.Object
{
  static final io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator INSTANCE;
    descriptor: Lio/netty/handler/codec/http2/Http2MultiplexCodec$FlowControlledFrameSizeEstimator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final io.netty.channel.MessageSizeEstimator$Handle HANDLE_INSTANCE;
    descriptor: Lio/netty/channel/MessageSizeEstimator$Handle;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 124
            new io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator
            dup
            invokespecial io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator.<init>:()V
            putstatic io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator.INSTANCE:Lio/netty/handler/codec/http2/Http2MultiplexCodec$FlowControlledFrameSizeEstimator;
         1: .line 126
            new io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator$1
            dup
            invokespecial io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator$1.<init>:()V
            putstatic io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator.HANDLE_INSTANCE:Lio/netty/channel/MessageSizeEstimator$Handle;
         2: .line 134
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator this
         0: .line 122
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$FlowControlledFrameSizeEstimator;

  public io.netty.channel.MessageSizeEstimator$Handle newHandle();
    descriptor: ()Lio/netty/channel/MessageSizeEstimator$Handle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator this
         0: .line 138
            getstatic io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator.HANDLE_INSTANCE:Lio/netty/channel/MessageSizeEstimator$Handle;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2MultiplexCodec$FlowControlledFrameSizeEstimator;
}
SourceFile: "Http2MultiplexCodec.java"
NestHost: io.netty.handler.codec.http2.Http2MultiplexCodec
InnerClasses:
  public abstract Handle = io.netty.channel.MessageSizeEstimator$Handle of io.netty.channel.MessageSizeEstimator
  private final FlowControlledFrameSizeEstimator = io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator of io.netty.handler.codec.http2.Http2MultiplexCodec
  io.netty.handler.codec.http2.Http2MultiplexCodec$FlowControlledFrameSizeEstimator$1