Uses of Interface
io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Packages that use OioDatagramChannelConfig Package Description io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000). -
-
Uses of OioDatagramChannelConfig in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio that return OioDatagramChannelConfig Modifier and Type Method Description OioDatagramChannelConfig
OioDatagramChannelConfig. setAllocator(ByteBufAllocator allocator)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setAutoClose(boolean autoClose)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setAutoRead(boolean autoRead)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setBroadcast(boolean broadcast)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setInterface(InetAddress interfaceAddress)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setLoopbackModeDisabled(boolean loopbackModeDisabled)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setNetworkInterface(NetworkInterface networkInterface)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setReceiveBufferSize(int receiveBufferSize)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setReuseAddress(boolean reuseAddress)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setSendBufferSize(int sendBufferSize)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setSoTimeout(int timeout)
Deprecated.Sets the maximal time a operation on the underlying socket may block.OioDatagramChannelConfig
OioDatagramChannelConfig. setTimeToLive(int ttl)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setTrafficClass(int trafficClass)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
Deprecated.OioDatagramChannelConfig
OioDatagramChannelConfig. setWriteSpinCount(int writeSpinCount)
Deprecated.
-