Uses of Interface
io.netty.channel.RecvByteBufAllocator.ExtendedHandle
-
Packages that use RecvByteBufAllocator.ExtendedHandle Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport. -
-
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel
Classes in io.netty.channel that implement RecvByteBufAllocator.ExtendedHandle Modifier and Type Class Description private classAdaptiveRecvByteBufAllocator.HandleImplprivate classDefaultMaxBytesRecvByteBufAllocator.HandleImplclassDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandleFocuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading().private classFixedRecvByteBufAllocator.HandleImpl -
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement RecvByteBufAllocator.ExtendedHandle Modifier and Type Class Description (package private) classEpollRecvByteAllocatorHandle(package private) classEpollRecvByteAllocatorStreamingHandleMethods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.ExtendedHandle Modifier and Type Method Description (package private) EpollRecvByteAllocatorHandleAbstractEpollChannel.AbstractEpollUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)Create a newEpollRecvByteAllocatorHandleinstance.(package private) EpollRecvByteAllocatorHandleAbstractEpollStreamChannel.EpollStreamUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)Constructors in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.ExtendedHandle Constructor Description EpollRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle handle)EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle handle) -
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement RecvByteBufAllocator.ExtendedHandle Modifier and Type Class Description (package private) classKQueueRecvByteAllocatorHandleConstructors in io.netty.channel.kqueue with parameters of type RecvByteBufAllocator.ExtendedHandle Constructor Description KQueueRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle handle)
-