final class io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter extends org.conscrypt.BufferAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter
  super_class: org.conscrypt.BufferAllocator
{
  private final io.netty.buffer.ByteBufAllocator alloc;
    descriptor: Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
         0: .line 160
            aload 0 /* this */
            invokespecial org.conscrypt.BufferAllocator.<init>:()V
         1: .line 161
            aload 0 /* this */
            aload 1 /* alloc */
            putfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter.alloc:Lio/netty/buffer/ByteBufAllocator;
         2: .line 162
            return
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAllocatorAdapter;
            0    3     1  alloc  Lio/netty/buffer/ByteBufAllocator;
    MethodParameters:
       Name  Flags
      alloc  

  public org.conscrypt.AllocatedBuffer allocateDirectBuffer(int);
    descriptor: (I)Lorg/conscrypt/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter this
        start local 1 // int capacity
         0: .line 166
            new io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter
            dup
            aload 0 /* this */
            getfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter.alloc:Lio/netty/buffer/ByteBufAllocator;
            iload 1 /* capacity */
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // int capacity
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAllocatorAdapter;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  
}
SourceFile: "ConscryptAlpnSslEngine.java"
NestHost: io.netty.handler.ssl.ConscryptAlpnSslEngine
InnerClasses:
  private final BufferAdapter = io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter of io.netty.handler.ssl.ConscryptAlpnSslEngine
  private final BufferAllocatorAdapter = io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter of io.netty.handler.ssl.ConscryptAlpnSslEngine