public final class io.netty.channel.CoalescingBufferQueue extends io.netty.channel.AbstractCoalescingBufferQueue
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.CoalescingBufferQueue
super_class: io.netty.channel.AbstractCoalescingBufferQueue
{
private final io.netty.channel.Channel channel;
descriptor: Lio/netty/channel/Channel;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_4
invokespecial io.netty.channel.CoalescingBufferQueue.<init>:(Lio/netty/channel/Channel;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/CoalescingBufferQueue;
0 2 1 channel Lio/netty/channel/Channel;
MethodParameters:
Name Flags
channel
public void <init>(io.netty.channel.Channel, int);
descriptor: (Lio/netty/channel/Channel;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
iconst_0
invokespecial io.netty.channel.CoalescingBufferQueue.<init>:(Lio/netty/channel/Channel;IZ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/CoalescingBufferQueue;
0 2 1 channel Lio/netty/channel/Channel;
0 2 2 initSize I
MethodParameters:
Name Flags
channel
initSize
public void <init>(io.netty.channel.Channel, int, boolean);
descriptor: (Lio/netty/channel/Channel;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 3
ifeq 1
aload 1
goto 2
StackMap locals:
StackMap stack: uninitialized-this
1: aconst_null
StackMap locals: uninitialized-this io.netty.channel.Channel int int
StackMap stack: uninitialized-this io.netty.channel.Channel
2: iload 2
invokespecial io.netty.channel.AbstractCoalescingBufferQueue.<init>:(Lio/netty/channel/Channel;I)V
3: aload 0
aload 1
ldc "channel"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.channel.Channel
putfield io.netty.channel.CoalescingBufferQueue.channel:Lio/netty/channel/Channel;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/channel/CoalescingBufferQueue;
0 5 1 channel Lio/netty/channel/Channel;
0 5 2 initSize I
0 5 3 updateWritability Z
MethodParameters:
Name Flags
channel
initSize
updateWritability
public io.netty.buffer.ByteBuf remove(int, io.netty.channel.ChannelPromise);
descriptor: (ILio/netty/channel/ChannelPromise;)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield io.netty.channel.CoalescingBufferQueue.channel:Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.alloc:()Lio/netty/buffer/ByteBufAllocator;
iload 1
aload 2
invokevirtual io.netty.channel.CoalescingBufferQueue.remove:(Lio/netty/buffer/ByteBufAllocator;ILio/netty/channel/ChannelPromise;)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/CoalescingBufferQueue;
0 1 1 bytes I
0 1 2 aggregatePromise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
bytes
aggregatePromise
public void releaseAndFailAll(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield io.netty.channel.CoalescingBufferQueue.channel:Lio/netty/channel/Channel;
aload 1
invokevirtual io.netty.channel.CoalescingBufferQueue.releaseAndFailAll:(Lio/netty/channel/ChannelOutboundInvoker;Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/CoalescingBufferQueue;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
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=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
instanceof io.netty.buffer.CompositeByteBuf
ifeq 4
1: aload 2
checkcast io.netty.buffer.CompositeByteBuf
astore 4
start local 4 2: aload 4
iconst_1
aload 3
invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
pop
3: aload 4
areturn
end local 4 4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
invokevirtual io.netty.channel.CoalescingBufferQueue.composeIntoComposite:(Lio/netty/buffer/ByteBufAllocator;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/channel/CoalescingBufferQueue;
0 5 1 alloc Lio/netty/buffer/ByteBufAllocator;
0 5 2 cumulation Lio/netty/buffer/ByteBuf;
0 5 3 next Lio/netty/buffer/ByteBuf;
2 4 4 composite Lio/netty/buffer/CompositeByteBuf;
MethodParameters:
Name Flags
alloc
cumulation
next
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: getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/CoalescingBufferQueue;
}
SourceFile: "CoalescingBufferQueue.java"