Uses of Interface
io.netty5.channel.ReadHandleFactory.ReadHandle
-
Packages that use ReadHandleFactory.ReadHandle Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ReadHandleFactory.ReadHandle in io.netty5.channel
Classes in io.netty5.channel that implement ReadHandleFactory.ReadHandle Modifier and Type Class Description protected static classMaxMessagesReadHandleFactory.MaxMessageReadHandleFocuses on enforcing the maximum messages per read condition forMaxMessagesReadHandleFactory.MaxMessageReadHandle.lastRead(int, int, int).Methods in io.netty5.channel that return ReadHandleFactory.ReadHandle Modifier and Type Method Description ReadHandleFactory.ReadHandleMaxMessagesReadHandleFactory. newHandle(Channel channel)ReadHandleFactory.ReadHandleReadHandleFactory. newHandle(Channel channel)Creates a new handle for the givenChannel.protected ReadHandleFactory.ReadHandleAbstractChannel. readHandle()
-