Uses of Interface
io.netty.channel.RecvByteBufAllocator.ExtendedHandle
Packages that use RecvByteBufAllocator.ExtendedHandle
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
-
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel
Classes in io.netty.channel that implement RecvByteBufAllocator.ExtendedHandleModifier and TypeClassDescriptionprivate final class
private final class
class
Focuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading()
.private final class
-
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement RecvByteBufAllocator.ExtendedHandleModifier and TypeClassDescription(package private) class
(package private) final class
Methods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.ExtendedHandleModifier and TypeMethodDescription(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.ExtendedHandleModifierConstructorDescription(package private)
(package private)
-
Uses of RecvByteBufAllocator.ExtendedHandle in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement RecvByteBufAllocator.ExtendedHandleConstructors in io.netty.channel.kqueue with parameters of type RecvByteBufAllocator.ExtendedHandleModifierConstructorDescription(package private)