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 start local 2 start local 3 0: aload 0
aload 1
putfield io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue.this$0:Lio/netty/handler/ssl/SslHandler;
1: aload 0
aload 2
iload 3
invokespecial io.netty.channel.AbstractCoalescingBufferQueue.<init>:(Lio/netty/channel/Channel;I)V
2: return
end local 3 end local 2 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue.this$0:Lio/netty/handler/ssl/SslHandler;
getfield io.netty.handler.ssl.SslHandler.wrapDataSize:I
istore 4
start local 4 1: aload 2
instanceof io.netty.buffer.CompositeByteBuf
ifeq 8
2: aload 2
checkcast io.netty.buffer.CompositeByteBuf
astore 5
start local 5 3: aload 5
invokevirtual io.netty.buffer.CompositeByteBuf.numComponents:()I
istore 6
start local 6 4: iload 6
ifeq 6
5: aload 5
iload 6
iconst_1
isub
invokevirtual io.netty.buffer.CompositeByteBuf.internalComponent:(I)Lio/netty/buffer/ByteBuf;
aload 3
iload 4
invokestatic io.netty.handler.ssl.SslHandler.attemptCopyToCumulation:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;I)Z
ifne 7
6: StackMap locals: int io.netty.buffer.CompositeByteBuf int
StackMap stack:
aload 5
iconst_1
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
7: StackMap locals:
StackMap stack:
aload 5
areturn
end local 6 end local 5 8: StackMap locals:
StackMap stack:
aload 2
aload 3
iload 4
invokestatic io.netty.handler.ssl.SslHandler.attemptCopyToCumulation:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;I)Z
ifeq 9
aload 2
goto 10
9: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
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: StackMap locals:
StackMap stack: io.netty.buffer.ByteBuf
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 2
instanceof io.netty.buffer.CompositeByteBuf
ifeq 9
1: aload 2
checkcast io.netty.buffer.CompositeByteBuf
astore 3
start local 3 2: aload 1
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.readableBytes:()I
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
astore 2
3: aload 2
aload 3
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
pop
4: 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
start local 4 6: aload 2
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
7: aload 4
invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
end local 4 8: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.release:()Z
pop
end local 3 9: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 0: aconst_null
areturn
end local 0 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