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
final class EpollRecvByteAllocatorStreamingHandle extends EpollRecvByteAllocatorHandle
-
-
Constructor Summary
Constructors Constructor Description EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
maybeMoreDataToRead()
-
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 Detail
-
EpollRecvByteAllocatorStreamingHandle
EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle)
-
-
Method Detail
-
maybeMoreDataToRead
boolean maybeMoreDataToRead()
- Overrides:
maybeMoreDataToRead
in classEpollRecvByteAllocatorHandle
-
-