Uses of Interface
io.netty.channel.socket.oio.OioSocketChannelConfig
-
Packages that use OioSocketChannelConfig 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 OioSocketChannelConfig in io.netty.channel.socket.oio
Classes in io.netty.channel.socket.oio that implement OioSocketChannelConfig Modifier and Type Class Description class
DefaultOioSocketChannelConfig
Deprecated.use NIO / EPOLL / KQUEUE transport.Methods in io.netty.channel.socket.oio that return OioSocketChannelConfig Modifier and Type Method Description OioSocketChannelConfig
OioSocketChannel. config()
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setAllocator(ByteBufAllocator allocator)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setAllocator(ByteBufAllocator allocator)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setAllowHalfClosure(boolean allowHalfClosure)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setAllowHalfClosure(boolean allowHalfClosure)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setAutoClose(boolean autoClose)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setAutoClose(boolean autoClose)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setAutoRead(boolean autoRead)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setAutoRead(boolean autoRead)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setKeepAlive(boolean keepAlive)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setKeepAlive(boolean keepAlive)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setPerformancePreferences(int connectionTime, int latency, int bandwidth)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setPerformancePreferences(int connectionTime, int latency, int bandwidth)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setReceiveBufferSize(int receiveBufferSize)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setReceiveBufferSize(int receiveBufferSize)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setReuseAddress(boolean reuseAddress)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setReuseAddress(boolean reuseAddress)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setSendBufferSize(int sendBufferSize)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setSendBufferSize(int sendBufferSize)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setSoLinger(int soLinger)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setSoLinger(int soLinger)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setSoTimeout(int timeout)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setSoTimeout(int timeout)
Deprecated.Sets the maximal time a operation on the underlying socket may block.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setTcpNoDelay(boolean tcpNoDelay)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setTcpNoDelay(boolean tcpNoDelay)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setTrafficClass(int trafficClass)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setTrafficClass(int trafficClass)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
Deprecated.OioSocketChannelConfig
DefaultOioSocketChannelConfig. setWriteSpinCount(int writeSpinCount)
Deprecated.OioSocketChannelConfig
OioSocketChannelConfig. setWriteSpinCount(int writeSpinCount)
Deprecated.
-