public class io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback 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$PooledBufferFrameCallback
  super_class: java.lang.Object
{
  private final io.undertow.connector.PooledByteBuffer buffer;
    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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback this
        start local 1 // io.undertow.connector.PooledByteBuffer buffer
         0: .line 284
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 285
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback.buffer:Lio/undertow/connector/PooledByteBuffer;
         2: .line 286
            return
        end local 1 // io.undertow.connector.PooledByteBuffer buffer
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBufferFrameCallback;
            0    3     1  buffer  Lio/undertow/connector/PooledByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback this
         0: .line 290
            aload 0 /* this */
            getfield io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback.buffer:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
         1: .line 291
            return
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBufferFrameCallback;

  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$PooledBufferFrameCallback this
        start local 1 // java.io.IOException e
         0: .line 295
            aload 0 /* this */
            getfield io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback.buffer:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
         1: .line 296
            return
        end local 1 // java.io.IOException e
        end local 0 // io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/conduits/AbstractFramedStreamSinkConduit$PooledBufferFrameCallback;
            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 PooledBufferFrameCallback = io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback of io.undertow.conduits.AbstractFramedStreamSinkConduit