final class io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl extends io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl
super_class: io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle
{
private final int minIndex;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int maxIndex;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int nextReceiveBufferSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean decreaseNow;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final io.netty.channel.AdaptiveRecvByteBufAllocator this$0;
descriptor: Lio/netty/channel/AdaptiveRecvByteBufAllocator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.netty.channel.AdaptiveRecvByteBufAllocator, int, int, int);
descriptor: (Lio/netty/channel/AdaptiveRecvByteBufAllocator;III)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.this$0:Lio/netty/channel/AdaptiveRecvByteBufAllocator;
aload 0
aload 1
invokespecial io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.<init>:(Lio/netty/channel/DefaultMaxMessagesRecvByteBufAllocator;)V
1: aload 0
iload 2
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.minIndex:I
2: aload 0
iload 3
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.maxIndex:I
3: aload 0
iload 4
invokestatic io.netty.channel.AdaptiveRecvByteBufAllocator.getSizeTableIndex:(I)I
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
4: aload 0
getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iaload
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
5: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
0 6 2 minIndex I
0 6 3 maxIndex I
0 6 4 initial I
MethodParameters:
Name Flags
this$0 final
minIndex
maxIndex
initial
public void lastBytesRead(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.attemptedBytesRead:()I
if_icmpne 2
1: aload 0
iload 1
invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.record:(I)V
2: StackMap locals:
StackMap stack:
aload 0
iload 1
invokespecial io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.lastBytesRead:(I)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
0 4 1 bytes I
MethodParameters:
Name Flags
bytes
public int guess();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
private void record(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: iload 1
getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
iconst_0
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iconst_1
isub
iconst_1
isub
invokestatic java.lang.Math.max:(II)I
iaload
if_icmpgt 8
1: aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
ifeq 6
2: aload 0
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iconst_1
isub
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.minIndex:I
invokestatic java.lang.Math.max:(II)I
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
3: aload 0
getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iaload
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
4: aload 0
iconst_0
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
5: goto 12
6: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
7: goto 12
StackMap locals:
StackMap stack:
8: iload 1
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
if_icmplt 12
9: aload 0
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iconst_4
iadd
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.maxIndex:I
invokestatic java.lang.Math.min:(II)I
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
10: aload 0
getstatic io.netty.channel.AdaptiveRecvByteBufAllocator.SIZE_TABLE:[I
aload 0
getfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.index:I
iaload
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.nextReceiveBufferSize:I
11: aload 0
iconst_0
putfield io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.decreaseNow:Z
12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
0 13 1 actualReadBytes I
MethodParameters:
Name Flags
actualReadBytes
public void readComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.totalBytesRead:()I
invokevirtual io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.record:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl;
}
SourceFile: "AdaptiveRecvByteBufAllocator.java"
NestHost: io.netty.channel.AdaptiveRecvByteBufAllocator
InnerClasses:
private final HandleImpl = io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl of io.netty.channel.AdaptiveRecvByteBufAllocator
public abstract MaxMessageHandle = io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle of io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator