Uses of Interface
io.netty.channel.RecvByteBufAllocator.Handle
-
Packages that use RecvByteBufAllocator.Handle Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of RecvByteBufAllocator.Handle in io.netty.channel
Subinterfaces of RecvByteBufAllocator.Handle in io.netty.channel Modifier and Type Interface Description static interface
RecvByteBufAllocator.ExtendedHandle
Classes in io.netty.channel that implement RecvByteBufAllocator.Handle Modifier and Type Class Description class
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
Focuses on enforcing the maximum messages per read condition forDefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading()
.static class
RecvByteBufAllocator.DelegatingHandle
ARecvByteBufAllocator.Handle
which delegates all call to some otherRecvByteBufAllocator.Handle
.Methods in io.netty.channel that return RecvByteBufAllocator.Handle Modifier and Type Method Description protected RecvByteBufAllocator.Handle
RecvByteBufAllocator.DelegatingHandle. delegate()
Get theRecvByteBufAllocator.Handle
which all methods will be delegated to.RecvByteBufAllocator.Handle
AdaptiveRecvByteBufAllocator. newHandle()
RecvByteBufAllocator.Handle
DefaultMaxBytesRecvByteBufAllocator. newHandle()
RecvByteBufAllocator.Handle
FixedRecvByteBufAllocator. newHandle()
RecvByteBufAllocator.Handle
RecvByteBufAllocator. newHandle()
Creates a new handle.RecvByteBufAllocator.Handle
AbstractChannel.AbstractUnsafe. recvBufAllocHandle()
RecvByteBufAllocator.Handle
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 Constructor Description DelegatingHandle(RecvByteBufAllocator.Handle delegate)
-