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, receivedRdHupMethods inherited from class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
attemptedBytesRead, attemptedBytesRead, delegate, guess, incMessagesRead, lastBytesRead, lastBytesRead, readComplete, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
maybeMoreDataToReadin classEpollRecvByteAllocatorHandle
-