Uses of Interface
io.netty.channel.udt.UdtServerChannelConfig
-
Packages that use UdtServerChannelConfig Package Description io.netty.channel.udt UDT Transport.io.netty.channel.udt.nio UDT Transport for NIO Channels. -
-
Uses of UdtServerChannelConfig in io.netty.channel.udt
Classes in io.netty.channel.udt that implement UdtServerChannelConfig Modifier and Type Class Description class
DefaultUdtServerChannelConfig
Deprecated.The UDT transport is no longer maintained and will be removed.Methods in io.netty.channel.udt that return UdtServerChannelConfig Modifier and Type Method Description UdtServerChannelConfig
DefaultUdtServerChannelConfig. setAllocator(ByteBufAllocator allocator)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setAllocator(ByteBufAllocator allocator)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setAutoClose(boolean autoClose)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setAutoClose(boolean autoClose)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setAutoRead(boolean autoRead)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setAutoRead(boolean autoRead)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setBacklog(int backlog)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setBacklog(int backlog)
Deprecated.SetsKindUDT.ACCEPTOR
channel backlog viaChannelOption.SO_BACKLOG
.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setProtocolReceiveBufferSize(int protocolReceiveBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setProtocolReceiveBufferSize(int size)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setProtocolSendBufferSize(int protocolSendBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setProtocolSendBufferSize(int size)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setReceiveBufferSize(int receiveBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setReceiveBufferSize(int receiveBufferSize)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setReuseAddress(boolean reuseAddress)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setReuseAddress(boolean reuseAddress)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setSendBufferSize(int sendBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setSendBufferSize(int sendBufferSize)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setSoLinger(int soLinger)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setSoLinger(int soLinger)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setSystemReceiveBufferSize(int systemReceiveBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setSystemReceiveBufferSize(int size)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setSystemSendBufferSize(int systemSendBufferSize)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setSystemSendBufferSize(int size)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
Deprecated.UdtServerChannelConfig
DefaultUdtServerChannelConfig. setWriteSpinCount(int writeSpinCount)
Deprecated.UdtServerChannelConfig
UdtServerChannelConfig. setWriteSpinCount(int writeSpinCount)
Deprecated. -
Uses of UdtServerChannelConfig in io.netty.channel.udt.nio
Methods in io.netty.channel.udt.nio that return UdtServerChannelConfig Modifier and Type Method Description UdtServerChannelConfig
NioUdtAcceptorChannel. config()
Deprecated.
-