Package io.netty.channel.epoll
Class EpollRecvByteAllocatorStreamingHandle
java.lang.Object
io.netty.channel.RecvByteBufAllocator.DelegatingHandle
io.netty.channel.epoll.EpollRecvByteAllocatorHandle
io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
- All Implemented Interfaces:
RecvByteBufAllocator.ExtendedHandle
,RecvByteBufAllocator.Handle
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
allocate, continueReading, continueReading, edgeTriggered, isEdgeTriggered, isReceivedRdHup, receivedRdHup
Methods inherited from class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
attemptedBytesRead, attemptedBytesRead, delegate, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.RecvByteBufAllocator.Handle
attemptedBytesRead, attemptedBytesRead, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, reset
-
Constructor Details
-
EpollRecvByteAllocatorStreamingHandle
EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle)
-
-
Method Details
-
maybeMoreDataToRead
boolean maybeMoreDataToRead()- Overrides:
maybeMoreDataToRead
in classEpollRecvByteAllocatorHandle
-