Uses of Interface
io.netty5.channel.WriteHandleFactory
-
Packages that use WriteHandleFactory 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.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API. -
-
Uses of WriteHandleFactory in io.netty5.channel
Classes in io.netty5.channel that implement WriteHandleFactory Modifier and Type Class Description classMaxMessagesWriteHandleFactoryclassServerChannelWriteHandleFactoryFields in io.netty5.channel with type parameters of type WriteHandleFactory Modifier and Type Field Description static ChannelOption<WriteHandleFactory>ChannelOption. WRITE_HANDLE_FACTORYConstructors in io.netty5.channel with parameters of type WriteHandleFactory Constructor Description AbstractChannel(P parent, EventLoop eventLoop, boolean supportingDisconnect, ReadHandleFactory defaultReadHandleFactory, WriteHandleFactory defaultWriteHandleFactory)Creates a new instance.AbstractChannel(P parent, EventLoop eventLoop, boolean supportingDisconnect, ReadHandleFactory defaultReadHandleFactory, WriteHandleFactory defaultWriteHandleFactory, ChannelId id)Creates a new instance. -
Uses of WriteHandleFactory in io.netty5.channel.nio
Constructors in io.netty5.channel.nio with parameters of type WriteHandleFactory Constructor Description AbstractNioByteChannel(P parent, EventLoop eventLoop, WriteHandleFactory defaultWriteHandleFactory, SelectableChannel ch)Create a new instanceAbstractNioChannel(P parent, EventLoop eventLoop, boolean supportingDisconnect, ReadHandleFactory defaultReadHandleFactory, WriteHandleFactory defaultWriteHandleFactory, SelectableChannel ch, int readInterestOp)Create a new instanceAbstractNioMessageChannel(P parent, EventLoop eventLoop, boolean supportingDisconnect, ReadHandleFactory defaultReadHandleFactory, WriteHandleFactory defaultWriteHandleFactory, SelectableChannel ch, int readInterestOp) -
Uses of WriteHandleFactory in io.netty5.channel.socket
Classes in io.netty5.channel.socket that implement WriteHandleFactory Modifier and Type Class Description classSocketChannelWriteHandleFactory
-