Uses of Class
io.netty.channel.kqueue.KQueueChannelConfig
-
Packages that use KQueueChannelConfig Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of KQueueChannelConfig in io.netty.channel.kqueue
Subclasses of KQueueChannelConfig in io.netty.channel.kqueue Modifier and Type Class Description class
KQueueDatagramChannelConfig
class
KQueueDomainDatagramChannelConfig
class
KQueueDomainSocketChannelConfig
class
KQueueServerChannelConfig
class
KQueueServerSocketChannelConfig
class
KQueueSocketChannelConfig
Methods in io.netty.channel.kqueue that return KQueueChannelConfig Modifier and Type Method Description KQueueChannelConfig
KQueueChannelConfig. setAllocator(ByteBufAllocator allocator)
KQueueChannelConfig
KQueueChannelConfig. setAutoRead(boolean autoRead)
KQueueChannelConfig
KQueueChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
KQueueChannelConfig
KQueueChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.KQueueChannelConfig
KQueueChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
KQueueChannelConfig
KQueueChannelConfig. setRcvAllocTransportProvidesGuess(boolean transportProvidesGuess)
If this istrue
then theRecvByteBufAllocator.Handle.guess()
will be overridden to always attempt to read as many bytes as kqueue says are available.KQueueChannelConfig
KQueueChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
KQueueChannelConfig
KQueueChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.KQueueChannelConfig
KQueueChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.KQueueChannelConfig
KQueueChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
KQueueChannelConfig
KQueueChannelConfig. setWriteSpinCount(int writeSpinCount)
-