public class io.undertow.server.XnioBufferPoolAdaptor implements org.xnio.Pool<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.XnioBufferPoolAdaptor
  super_class: java.lang.Object
{
  private final io.undertow.connector.ByteBufferPool byteBufferPool;
    descriptor: Lio/undertow/connector/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.undertow.connector.ByteBufferPool);
    descriptor: (Lio/undertow/connector/ByteBufferPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.XnioBufferPoolAdaptor this
        start local 1 // io.undertow.connector.ByteBufferPool byteBufferPool
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* byteBufferPool */
            putfield io.undertow.server.XnioBufferPoolAdaptor.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
         2: .line 39
            return
        end local 1 // io.undertow.connector.ByteBufferPool byteBufferPool
        end local 0 // io.undertow.server.XnioBufferPoolAdaptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/undertow/server/XnioBufferPoolAdaptor;
            0    3     1  byteBufferPool  Lio/undertow/connector/ByteBufferPool;
    MethodParameters:
                Name  Flags
      byteBufferPool  

  public org.xnio.Pooled<java.nio.ByteBuffer> allocate();
    descriptor: ()Lorg/xnio/Pooled;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.undertow.server.XnioBufferPoolAdaptor this
         0: .line 43
            aload 0 /* this */
            getfield io.undertow.server.XnioBufferPoolAdaptor.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            astore 1 /* buf */
        start local 1 // io.undertow.connector.PooledByteBuffer buf
         1: .line 44
            new io.undertow.server.XnioBufferPoolAdaptor$1
            dup
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial io.undertow.server.XnioBufferPoolAdaptor$1.<init>:(Lio/undertow/server/XnioBufferPoolAdaptor;Lio/undertow/connector/PooledByteBuffer;)V
            areturn
        end local 1 // io.undertow.connector.PooledByteBuffer buf
        end local 0 // io.undertow.server.XnioBufferPoolAdaptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/XnioBufferPoolAdaptor;
            1    2     1   buf  Lio/undertow/connector/PooledByteBuffer;
    Signature: ()Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
}
Signature: Ljava/lang/Object;Lorg/xnio/Pool<Ljava/nio/ByteBuffer;>;
SourceFile: "XnioBufferPoolAdaptor.java"
NestMembers:
  io.undertow.server.XnioBufferPoolAdaptor$1
InnerClasses:
  io.undertow.server.XnioBufferPoolAdaptor$1