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

  private final java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
        start local 1 // io.netty.buffer.ByteBuf nettyBuffer
         0: .line 174
            aload 0 /* this */
            invokespecial org.conscrypt.AllocatedBuffer.<init>:()V
         1: .line 175
            aload 0 /* this */
            aload 1 /* nettyBuffer */
            putfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.nettyBuffer:Lio/netty/buffer/ByteBuf;
         2: .line 176
            aload 0 /* this */
            aload 1 /* nettyBuffer */
            iconst_0
            aload 1 /* nettyBuffer */
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            invokevirtual io.netty.buffer.ByteBuf.nioBuffer:(II)Ljava/nio/ByteBuffer;
            putfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.buffer:Ljava/nio/ByteBuffer;
         3: .line 177
            return
        end local 1 // io.netty.buffer.ByteBuf nettyBuffer
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAdapter;
            0    4     1  nettyBuffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
             Name  Flags
      nettyBuffer  

  public java.nio.ByteBuffer nioBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
         0: .line 181
            aload 0 /* this */
            getfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.buffer:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAdapter;

  public org.conscrypt.AllocatedBuffer retain();
    descriptor: ()Lorg/conscrypt/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
         0: .line 186
            aload 0 /* this */
            getfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 187
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAdapter;

  public org.conscrypt.AllocatedBuffer release();
    descriptor: ()Lorg/conscrypt/AllocatedBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
         0: .line 192
            aload 0 /* this */
            getfield io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         1: .line 193
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/ssl/ConscryptAlpnSslEngine$BufferAdapter;
}
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