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 class
AdaptiveRecvByteBufAllocator.HandleImpl
private class
DefaultMaxBytesRecvByteBufAllocator.HandleImpl
class
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
Focuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading()
.private class
FixedRecvByteBufAllocator.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) class
EpollRecvByteAllocatorHandle
(package private) class
EpollRecvByteAllocatorStreamingHandle
Methods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.ExtendedHandle Modifier and Type Method Description (package private) EpollRecvByteAllocatorHandle
AbstractEpollChannel.AbstractEpollUnsafe. newEpollHandle(RecvByteBufAllocator.ExtendedHandle handle)
Create a newEpollRecvByteAllocatorHandle
instance.(package private) EpollRecvByteAllocatorHandle
AbstractEpollStreamChannel.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) class
KQueueRecvByteAllocatorHandle
Constructors in io.netty.channel.kqueue with parameters of type RecvByteBufAllocator.ExtendedHandle Constructor Description KQueueRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle handle)
-