Uses of Interface
io.netty5.channel.ReadBufferAllocator
-
Packages that use ReadBufferAllocator Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.internal Internal utilities for channel implementations. -
-
Uses of ReadBufferAllocator in io.netty5.channel
Methods in io.netty5.channel that return ReadBufferAllocator Modifier and Type Method Description static ReadBufferAllocatorReadBufferAllocator. exact(int numBytes)Methods in io.netty5.channel with parameters of type ReadBufferAllocator Modifier and Type Method Description default ChannelChannel. read(ReadBufferAllocator readBufferAllocator)default voidChannelHandler. read(ChannelHandlerContext ctx, ReadBufferAllocator readBufferAllocator)Called once a read operation is made from the current registeredEventLoop.ChannelHandlerContextChannelHandlerContext. read(ReadBufferAllocator readBufferAllocator)ChannelOutboundInvokerChannelOutboundInvoker. read(ReadBufferAllocator readBufferAllocator)Request to read data from theChannel, triggers anChannelHandler.channelRead(ChannelHandlerContext, Object)event if data was read, and triggers achannelReadCompleteevent so the handler can decide to continue reading.ChannelPipelineChannelPipeline. read(ReadBufferAllocator readBufferAllocator)voidCombinedChannelDuplexHandler. read(ChannelHandlerContext ctx, ReadBufferAllocator readBufferAllocator)ChannelPipelineDefaultChannelPipeline. read(ReadBufferAllocator readBufferAllocator)protected voidAbstractChannel.DefaultAbstractChannelPipeline. readTransport(ReadBufferAllocator readBufferAllocator)protected abstract voidDefaultChannelPipeline. readTransport(ReadBufferAllocator readBufferAllocator)Schedules a read operation on the transport that fills the inbound buffer of the firstChannelHandlerin theChannelPipeline. -
Uses of ReadBufferAllocator in io.netty5.channel.internal
Methods in io.netty5.channel.internal with parameters of type ReadBufferAllocator Modifier and Type Method Description ChannelHandlerContextDelegatingChannelHandlerContext. read(ReadBufferAllocator readBufferAllocator)
-