final class io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle extends io.netty.channel.epoll.EpollRecvByteAllocatorHandle
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
super_class: io.netty.channel.epoll.EpollRecvByteAllocatorHandle
{
public void <init>(io.netty.channel.RecvByteBufAllocator$ExtendedHandle);
descriptor: (Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.channel.epoll.EpollRecvByteAllocatorHandle.<init>:(Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/epoll/EpollRecvByteAllocatorStreamingHandle;
0 2 1 handle Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
MethodParameters:
Name Flags
handle
boolean maybeMoreDataToRead();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.lastBytesRead:()I
aload 0
invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.attemptedBytesRead:()I
if_icmpeq 1
aload 0
invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.isReceivedRdHup:()Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/epoll/EpollRecvByteAllocatorStreamingHandle;
}
SourceFile: "EpollRecvByteAllocatorStreamingHandle.java"
InnerClasses:
public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator