Uses of Interface
io.netty5.channel.WriteHandleFactory.WriteHandle
-
Packages that use WriteHandleFactory.WriteHandle 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 WriteHandleFactory.WriteHandle in io.netty5.channel
Classes in io.netty5.channel that implement WriteHandleFactory.WriteHandle Modifier and Type Class Description protected static classMaxMessagesWriteHandleFactory.MaxMessagesWriteHandleMethods in io.netty5.channel that return WriteHandleFactory.WriteHandle Modifier and Type Method Description WriteHandleFactory.WriteHandleMaxMessagesWriteHandleFactory. newHandle(Channel channel)WriteHandleFactory.WriteHandleServerChannelWriteHandleFactory. newHandle(Channel channel)WriteHandleFactory.WriteHandleWriteHandleFactory. newHandle(Channel channel)Creates a new handle for the givenChannel.protected WriteHandleFactory.WriteHandleAbstractChannel. writeHandle()
-