public class io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback implements io.undertow.conduits.AbstractFramedStreamSinkConduit$FrameCallBack
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback
  super_class: java.lang.Object
{
  private final io.undertow.connector.PooledByteBuffer[] buffers;
    descriptor: [Lio/undertow/connector/PooledByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.undertow.connector.PooledByteBuffer[]);
    descriptor: ([Lio/undertow/connector/PooledByteBuffer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
        start local 1 // io.undertow.connector.PooledByteBuffer[] buffers
         0: .line 304
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 305
            aload 0 /* this */
            aload 1 /* buffers */
            putfield io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback.buffers:[Lio/undertow/connector/PooledByteBuffer;
         2: .line 306
            return
        end local 1 // io.undertow.connector.PooledByteBuffer[] buffers
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback;
            0    3     1  buffers  [Lio/undertow/connector/PooledByteBuffer;
    MethodParameters:
         Name  Flags
      buffers  

  public void done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
         0: .line 310
            aload 0 /* this */
            getfield io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback.buffers:[Lio/undertow/connector/PooledByteBuffer;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback top int int io.undertow.connector.PooledByteBuffer[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* buffer */
        start local 1 // io.undertow.connector.PooledByteBuffer buffer
         2: .line 311
            aload 1 /* buffer */
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
        end local 1 // io.undertow.connector.PooledByteBuffer buffer
         3: .line 310
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 313
            return
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback;
            2    3     1  buffer  Lio/undertow/connector/PooledByteBuffer;

  public void failed(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
        start local 1 // java.io.IOException e
         0: .line 317
            aload 0 /* this */
            invokevirtual io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback.done:()V
         1: .line 318
            return
        end local 1 // java.io.IOException e
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback;
            0    2     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "AbstractFramedStreamSinkConduit.java"
NestHost: io.undertow.conduits.AbstractFramedStreamSinkConduit
InnerClasses:
  public abstract FrameCallBack = io.undertow.conduits.AbstractFramedStreamSinkConduit$FrameCallBack of io.undertow.conduits.AbstractFramedStreamSinkConduit
  protected PooledBuffersFrameCallback = io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback of io.undertow.conduits.AbstractFramedStreamSinkConduit