public abstract class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase implements io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled, io.netty.channel.ChannelFutureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase
  super_class: java.lang.Object
{
  protected final io.netty.handler.codec.http2.Http2Stream stream;
    descriptor: Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected io.netty.channel.ChannelPromise promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0004) ACC_PROTECTED

  protected boolean endOfStream;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int padding;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  final io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder this$0;
    descriptor: Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder, io.netty.handler.codec.http2.Http2Stream, int, boolean, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Stream;IZLio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
        start local 3 // int padding
        start local 4 // boolean endOfStream
        start local 5 // io.netty.channel.ChannelPromise promise
         0: .line 527
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
         1: .line 526
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 528
            iload 3 /* padding */
            ifge 4
         3: .line 529
            new java.lang.IllegalArgumentException
            dup
            ldc "padding must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 531
      StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder io.netty.handler.codec.http2.Http2Stream int int io.netty.channel.ChannelPromise
      StackMap stack:
            aload 0 /* this */
            iload 3 /* padding */
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.padding:I
         5: .line 532
            aload 0 /* this */
            iload 4 /* endOfStream */
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.endOfStream:Z
         6: .line 533
            aload 0 /* this */
            aload 2 /* stream */
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.stream:Lio/netty/handler/codec/http2/Http2Stream;
         7: .line 534
            aload 0 /* this */
            aload 5 /* promise */
            putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.promise:Lio/netty/channel/ChannelPromise;
         8: .line 535
            return
        end local 5 // io.netty.channel.ChannelPromise promise
        end local 4 // boolean endOfStream
        end local 3 // int padding
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;
            0    9     2       stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    9     3      padding  I
            0    9     4  endOfStream  Z
            0    9     5      promise  Lio/netty/channel/ChannelPromise;
    MethodParameters:
             Name  Flags
      this$0       final
      stream       final
      padding      
      endOfStream  
      promise      final

  public void writeComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
         0: .line 539
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.endOfStream:Z
            ifeq 2
         1: .line 540
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.lifecycleManager:Lio/netty/handler/codec/http2/Http2LifecycleManager;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.promise:Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.handler.codec.http2.Http2LifecycleManager.closeStreamLocal:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/ChannelFuture;)V
         2: .line 542
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;

  public void operationComplete(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 546
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
            ifne 2
         1: .line 547
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.flowController:()Lio/netty/handler/codec/http2/Http2RemoteFlowController;
            invokeinterface io.netty.handler.codec.http2.Http2RemoteFlowController.channelHandlerContext:()Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.error:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
         2: .line 549
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;
            0    3     1  future  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      future  

  public void operationComplete(io.netty.util.concurrent.Future);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelFuture
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.operationComplete:(Lio/netty/channel/ChannelFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "DefaultHttp2ConnectionEncoder.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
InnerClasses:
  public abstract FlowControlledBase = io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase of io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
  public abstract FlowControlled = io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled of io.netty.handler.codec.http2.Http2RemoteFlowController