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 classprivate final classclassFocuses 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 classMethods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.ExtendedHandleModifier and TypeMethodDescription(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.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)