final class io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue extends io.netty.channel.AbstractCoalescingBufferQueue
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue
  super_class: io.netty.channel.AbstractCoalescingBufferQueue
{
  final io.netty.handler.ssl.SslHandler this$0;
    descriptor: Lio/netty/handler/ssl/SslHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.ssl.SslHandler, io.netty.channel.Channel, int);
    descriptor: (Lio/netty/handler/ssl/SslHandler;Lio/netty/channel/Channel;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
        start local 2 // io.netty.channel.Channel channel
        start local 3 // int initSize
         0: .line 1908
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue.this$0:Lio/netty/handler/ssl/SslHandler;
         1: .line 1909
            aload 0 /* this */
            aload 2 /* channel */
            iload 3 /* initSize */
            invokespecial io.netty.channel.AbstractCoalescingBufferQueue.<init>:(Lio/netty/channel/Channel;I)V
         2: .line 1910
            return
        end local 3 // int initSize
        end local 2 // io.netty.channel.Channel channel
        end local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/ssl/SslHandler$SslHandlerCoalescingBufferQueue;
            0    3     2   channel  Lio/netty/channel/Channel;
            0    3     3  initSize  I
    MethodParameters:
          Name  Flags
      this$0    final
      channel   
      initSize  

  protected io.netty.buffer.ByteBuf compose(io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // io.netty.buffer.ByteBuf cumulation
        start local 3 // io.netty.buffer.ByteBuf next
         0: .line 1914
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue.this$0:Lio/netty/handler/ssl/SslHandler;
            getfield io.netty.handler.ssl.SslHandler.wrapDataSize:I
            istore 4 /* wrapDataSize */
        start local 4 // int wrapDataSize
         1: .line 1915
            aload 2 /* cumulation */
            instanceof io.netty.buffer.CompositeByteBuf
            ifeq 8
         2: .line 1916
            aload 2 /* cumulation */
            checkcast io.netty.buffer.CompositeByteBuf
            astore 5 /* composite */
        start local 5 // io.netty.buffer.CompositeByteBuf composite
         3: .line 1917
            aload 5 /* composite */
            invokevirtual io.netty.buffer.CompositeByteBuf.numComponents:()I
            istore 6 /* numComponents */
        start local 6 // int numComponents
         4: .line 1918
            iload 6 /* numComponents */
            ifeq 6
         5: .line 1919
            aload 5 /* composite */
            iload 6 /* numComponents */
            iconst_1
            isub
            invokevirtual io.netty.buffer.CompositeByteBuf.internalComponent:(I)Lio/netty/buffer/ByteBuf;
            aload 3 /* next */
            iload 4 /* wrapDataSize */
            invokestatic io.netty.handler.ssl.SslHandler.attemptCopyToCumulation:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;I)Z
            ifne 7
         6: .line 1920
      StackMap locals: int io.netty.buffer.CompositeByteBuf int
      StackMap stack:
            aload 5 /* composite */
            iconst_1
            aload 3 /* next */
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         7: .line 1922
      StackMap locals:
      StackMap stack:
            aload 5 /* composite */
            areturn
        end local 6 // int numComponents
        end local 5 // io.netty.buffer.CompositeByteBuf composite
         8: .line 1924
      StackMap locals:
      StackMap stack:
            aload 2 /* cumulation */
            aload 3 /* next */
            iload 4 /* wrapDataSize */
            invokestatic io.netty.handler.ssl.SslHandler.attemptCopyToCumulation:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;I)Z
            ifeq 9
            aload 2 /* cumulation */
            goto 10
         9: .line 1925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* alloc */
            aload 2 /* cumulation */
            aload 3 /* next */
            invokevirtual io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue.copyAndCompose:(Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
        10: .line 1924
      StackMap locals:
      StackMap stack: io.netty.buffer.ByteBuf
            areturn
        end local 4 // int wrapDataSize
        end local 3 // io.netty.buffer.ByteBuf next
        end local 2 // io.netty.buffer.ByteBuf cumulation
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lio/netty/handler/ssl/SslHandler$SslHandlerCoalescingBufferQueue;
            0   11     1          alloc  Lio/netty/buffer/ByteBufAllocator;
            0   11     2     cumulation  Lio/netty/buffer/ByteBuf;
            0   11     3           next  Lio/netty/buffer/ByteBuf;
            1   11     4   wrapDataSize  I
            3    8     5      composite  Lio/netty/buffer/CompositeByteBuf;
            4    8     6  numComponents  I
    MethodParameters:
            Name  Flags
      alloc       
      cumulation  
      next        

  protected io.netty.buffer.ByteBuf composeFirst(io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
        start local 2 // io.netty.buffer.ByteBuf first
         0: .line 1930
            aload 2 /* first */
            instanceof io.netty.buffer.CompositeByteBuf
            ifeq 9
         1: .line 1931
            aload 2 /* first */
            checkcast io.netty.buffer.CompositeByteBuf
            astore 3 /* composite */
        start local 3 // io.netty.buffer.CompositeByteBuf composite
         2: .line 1932
            aload 1 /* allocator */
            aload 3 /* composite */
            invokevirtual io.netty.buffer.CompositeByteBuf.readableBytes:()I
            invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
            astore 2 /* first */
         3: .line 1934
            aload 2 /* first */
            aload 3 /* composite */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 1935
            goto 8
      StackMap locals: io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue io.netty.buffer.ByteBufAllocator io.netty.buffer.ByteBuf io.netty.buffer.CompositeByteBuf
      StackMap stack: java.lang.Throwable
         5: astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         6: .line 1936
            aload 2 /* first */
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         7: .line 1937
            aload 4 /* cause */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
        end local 4 // java.lang.Throwable cause
         8: .line 1939
      StackMap locals:
      StackMap stack:
            aload 3 /* composite */
            invokevirtual io.netty.buffer.CompositeByteBuf.release:()Z
            pop
        end local 3 // io.netty.buffer.CompositeByteBuf composite
         9: .line 1941
      StackMap locals:
      StackMap stack:
            aload 2 /* first */
            areturn
        end local 2 // io.netty.buffer.ByteBuf first
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lio/netty/handler/ssl/SslHandler$SslHandlerCoalescingBufferQueue;
            0   10     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            0   10     2      first  Lio/netty/buffer/ByteBuf;
            2    9     3  composite  Lio/netty/buffer/CompositeByteBuf;
            6    8     4      cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    MethodParameters:
           Name  Flags
      allocator  
      first      

  protected io.netty.buffer.ByteBuf removeEmptyValue();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
         0: .line 1946
            aconst_null
            areturn
        end local 0 // io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/SslHandler$SslHandlerCoalescingBufferQueue;
}
SourceFile: "SslHandler.java"
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  private final SslHandlerCoalescingBufferQueue = io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue of io.netty.handler.ssl.SslHandler