Uses of Interface
io.netty.channel.RecvByteBufAllocator.Handle
Packages that use RecvByteBufAllocator.Handle
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.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of RecvByteBufAllocator.Handle in io.netty.channel
Subinterfaces of RecvByteBufAllocator.Handle in io.netty.channelClasses in io.netty.channel that implement RecvByteBufAllocator.HandleModifier and TypeClassDescriptionclassFocuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading().static classARecvByteBufAllocator.Handlewhich delegates all call to some otherRecvByteBufAllocator.Handle.Methods in io.netty.channel that return RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected final RecvByteBufAllocator.HandleRecvByteBufAllocator.DelegatingHandle.delegate()Get theRecvByteBufAllocator.Handlewhich all methods will be delegated to.AdaptiveRecvByteBufAllocator.newHandle()DefaultMaxBytesRecvByteBufAllocator.newHandle()FixedRecvByteBufAllocator.newHandle()RecvByteBufAllocator.newHandle()Creates a new handle.ServerChannelRecvByteBufAllocator.newHandle()AbstractChannel.AbstractUnsafe.recvBufAllocHandle()Channel.Unsafe.recvBufAllocHandle()Return the assignedRecvByteBufAllocator.Handlewhich will be used to allocateByteBuf's when receiving data.Constructors in io.netty.channel with parameters of type RecvByteBufAllocator.Handle -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected final intAbstractEpollStreamChannel.SpliceInTask.spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected booleanAbstractNioMessageChannel.continueReading(RecvByteBufAllocator.Handle allocHandle) -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected booleanNioDatagramChannel.continueReading(RecvByteBufAllocator.Handle allocHandle)