程序包 | 说明 |
---|---|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultOioSocketChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|
限定符和类型 | 方法和说明 |
---|---|
OioSocketChannelConfig |
OioSocketChannel.config()
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setAllocator(ByteBufAllocator allocator)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setAllocator(ByteBufAllocator allocator)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setAllowHalfClosure(boolean allowHalfClosure)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setAllowHalfClosure(boolean allowHalfClosure)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setAutoClose(boolean autoClose)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setAutoClose(boolean autoClose)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setAutoRead(boolean autoRead)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setAutoRead(boolean autoRead)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setKeepAlive(boolean keepAlive)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setKeepAlive(boolean keepAlive)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setPerformancePreferences(int connectionTime,
int latency,
int bandwidth)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setPerformancePreferences(int connectionTime,
int latency,
int bandwidth)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setReceiveBufferSize(int receiveBufferSize)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setReceiveBufferSize(int receiveBufferSize)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setReuseAddress(boolean reuseAddress)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setReuseAddress(boolean reuseAddress)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setSendBufferSize(int sendBufferSize)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setSendBufferSize(int sendBufferSize)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setSoLinger(int soLinger)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setSoLinger(int soLinger)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setSoTimeout(int timeout)
已过时。
Sets the maximal time a operation on the underlying socket may block.
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setSoTimeout(int timeout)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setTcpNoDelay(boolean tcpNoDelay)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setTcpNoDelay(boolean tcpNoDelay)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setTrafficClass(int trafficClass)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setTrafficClass(int trafficClass)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark)
已过时。
|
OioSocketChannelConfig |
OioSocketChannelConfig.setWriteSpinCount(int writeSpinCount)
已过时。
|
OioSocketChannelConfig |
DefaultOioSocketChannelConfig.setWriteSpinCount(int writeSpinCount)
已过时。
|