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.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Handlers for sending and receiving HTTP/2 frames.
-
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 TypeClassDescriptionprivate final class
private final class
class
Focuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading()
.private final class
static class
ARecvByteBufAllocator.Handle
which delegates all call to some otherRecvByteBufAllocator.Handle
.Fields in io.netty.channel declared as RecvByteBufAllocator.HandleModifier and TypeFieldDescriptionprivate final RecvByteBufAllocator.Handle
RecvByteBufAllocator.DelegatingHandle.delegate
private RecvByteBufAllocator.Handle
AbstractChannel.AbstractUnsafe.recvHandle
Methods in io.netty.channel that return RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected final RecvByteBufAllocator.Handle
RecvByteBufAllocator.DelegatingHandle.delegate()
Get theRecvByteBufAllocator.Handle
which 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.Handle
which 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
Classes in io.netty.channel.epoll that implement RecvByteBufAllocator.HandleModifier and TypeClassDescription(package private) class
(package private) final class
Methods in io.netty.channel.epoll with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionboolean
AbstractEpollStreamChannel.SpliceFdTask.spliceIn
(RecvByteBufAllocator.Handle handle) boolean
AbstractEpollStreamChannel.SpliceInChannelTask.spliceIn
(RecvByteBufAllocator.Handle handle) (package private) abstract boolean
AbstractEpollStreamChannel.SpliceInTask.spliceIn
(RecvByteBufAllocator.Handle handle) protected final int
AbstractEpollStreamChannel.SpliceInTask.spliceIn
(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement RecvByteBufAllocator.Handle -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprotected boolean
AbstractNioMessageChannel.continueReading
(RecvByteBufAllocator.Handle allocHandle) private void
AbstractNioByteChannel.NioByteUnsafe.handleReadException
(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, RecvByteBufAllocator.Handle allocHandle) -
Uses of RecvByteBufAllocator.Handle in io.netty.channel.oio
Methods in io.netty.channel.oio with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionprivate void
AbstractOioByteChannel.handleReadException
(ChannelPipeline pipeline, ByteBuf byteBuf, Throwable cause, boolean close, RecvByteBufAllocator.Handle allocHandle) Deprecated. -
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 boolean
NioDatagramChannel.continueReading
(RecvByteBufAllocator.Handle allocHandle) -
Uses of RecvByteBufAllocator.Handle in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as RecvByteBufAllocator.HandleModifier and TypeFieldDescriptionprivate RecvByteBufAllocator.Handle
AbstractHttp2StreamChannel.Http2ChannelUnsafe.recvHandle
Methods in io.netty.handler.codec.http2 that return RecvByteBufAllocator.HandleModifier and TypeMethodDescriptionAbstractHttp2StreamChannel.Http2ChannelUnsafe.recvBufAllocHandle()
Methods in io.netty.handler.codec.http2 with parameters of type RecvByteBufAllocator.HandleModifier and TypeMethodDescription(package private) void
AbstractHttp2StreamChannel.Http2ChannelUnsafe.doRead0
(Http2Frame frame, RecvByteBufAllocator.Handle allocHandle) (package private) void
AbstractHttp2StreamChannel.Http2ChannelUnsafe.notifyReadComplete
(RecvByteBufAllocator.Handle allocHandle, boolean forceReadComplete, boolean inReadLoop)