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 EpollRecvByteAllocatorHandle
allocate, continueReading, continueReading, edgeTriggered, isEdgeTriggered, isReceivedRdHup, receivedRdHupMethods inherited from class RecvByteBufAllocator.DelegatingHandle
attemptedBytesRead, attemptedBytesRead, delegate, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RecvByteBufAllocator.Handle
attemptedBytesRead, attemptedBytesRead, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, reset
-
Constructor Details
-
EpollRecvByteAllocatorStreamingHandle
EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle)
-
-
Method Details
-
maybeMoreDataToRead
boolean maybeMoreDataToRead()- Overrides:
maybeMoreDataToReadin classEpollRecvByteAllocatorHandle
-