Uses of Interface
io.netty.channel.unix.DomainSocketChannelConfig
-
Packages that use DomainSocketChannelConfig Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.unix Unix specific transport.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of DomainSocketChannelConfig in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DomainSocketChannelConfig Modifier and Type Class Description class
EpollDomainSocketChannelConfig
-
Uses of DomainSocketChannelConfig in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DomainSocketChannelConfig Modifier and Type Class Description class
KQueueDomainSocketChannelConfig
-
Uses of DomainSocketChannelConfig in io.netty.channel.unix
Methods in io.netty.channel.unix that return DomainSocketChannelConfig Modifier and Type Method Description DomainSocketChannelConfig
DomainSocketChannel. config()
DomainSocketChannelConfig
DomainSocketChannelConfig. setAllocator(ByteBufAllocator allocator)
DomainSocketChannelConfig
DomainSocketChannelConfig. setAutoClose(boolean autoClose)
DomainSocketChannelConfig
DomainSocketChannelConfig. setAutoRead(boolean autoRead)
DomainSocketChannelConfig
DomainSocketChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
DomainSocketChannelConfig
DomainSocketChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.DomainSocketChannelConfig
DomainSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
DomainSocketChannelConfig
DomainSocketChannelConfig. setReadMode(DomainSocketReadMode mode)
Change theDomainSocketReadMode
for the channel.DomainSocketChannelConfig
DomainSocketChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
DomainSocketChannelConfig
DomainSocketChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.DomainSocketChannelConfig
DomainSocketChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.DomainSocketChannelConfig
DomainSocketChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
DomainSocketChannelConfig
DomainSocketChannelConfig. setWriteSpinCount(int writeSpinCount)
-
Uses of DomainSocketChannelConfig in io.netty.channel.uring
Methods in io.netty.channel.uring that return DomainSocketChannelConfig Modifier and Type Method Description DomainSocketChannelConfig
IoUringDomainSocketChannel. config()
-