@Deprecated public class DefaultUdtChannelConfig extends DefaultChannelConfig implements UdtChannelConfig
UdtChannelConfig
implementation.channel
构造器和说明 |
---|
DefaultUdtChannelConfig(UdtChannel channel,
ChannelUDT channelUDT,
boolean apply)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
apply(ChannelUDT channelUDT)
已过时。
|
<T> T |
getOption(ChannelOption<T> option)
已过时。
Return the value of the given
ChannelOption |
java.util.Map<ChannelOption<?>,java.lang.Object> |
getOptions()
已过时。
Return all set
ChannelOption 's. |
int |
getProtocolReceiveBufferSize()
已过时。
Gets
OptionUDT#Protocol_Receive_Buffer_Size |
int |
getProtocolSendBufferSize()
已过时。
Gets
OptionUDT#Protocol_Send_Buffer_Size |
int |
getReceiveBufferSize()
已过时。
Gets the
ChannelOption.SO_RCVBUF option. |
int |
getSendBufferSize()
已过时。
Gets the
ChannelOption.SO_SNDBUF option. |
int |
getSoLinger()
已过时。
Gets the
ChannelOption.SO_LINGER option. |
int |
getSystemReceiveBufferSize()
已过时。
Gets
OptionUDT#System_Receive_Buffer_Size |
int |
getSystemSendBufferSize()
已过时。
Gets
OptionUDT#System_Send_Buffer_Size |
boolean |
isReuseAddress()
已过时。
Gets the
ChannelOption.SO_REUSEADDR option. |
UdtChannelConfig |
setAllocator(ByteBufAllocator allocator)
已过时。
Set the
ByteBufAllocator which is used for the channel
to allocate buffers. |
UdtChannelConfig |
setAutoClose(boolean autoClose)
已过时。
|
UdtChannelConfig |
setAutoRead(boolean autoRead)
已过时。
Sets if
ChannelHandlerContext.read() will be invoked automatically so that a user application doesn't
need to call it at all. |
UdtChannelConfig |
setConnectTimeoutMillis(int connectTimeoutMillis)
已过时。
Sets the connect timeout of the channel in milliseconds.
|
UdtChannelConfig |
setMaxMessagesPerRead(int maxMessagesPerRead)
已过时。
Sets the maximum number of messages to read per read loop.
|
UdtChannelConfig |
setMessageSizeEstimator(MessageSizeEstimator estimator)
已过时。
Set the
MessageSizeEstimator which is used for the channel
to detect the size of a message. |
<T> boolean |
setOption(ChannelOption<T> option,
T value)
已过时。
Sets a configuration property with the specified name and value.
|
UdtChannelConfig |
setProtocolReceiveBufferSize(int protocolReceiveBufferSize)
已过时。
Sets
OptionUDT#Protocol_Receive_Buffer_Size |
UdtChannelConfig |
setProtocolSendBufferSize(int protocolSendBufferSize)
已过时。
Sets
OptionUDT#Protocol_Send_Buffer_Size |
UdtChannelConfig |
setReceiveBufferSize(int receiveBufferSize)
已过时。
Sets the
ChannelOption.SO_RCVBUF option. |
UdtChannelConfig |
setRecvByteBufAllocator(RecvByteBufAllocator allocator)
已过时。
Set the
ByteBufAllocator which is used for the channel
to allocate receive buffers. |
UdtChannelConfig |
setReuseAddress(boolean reuseAddress)
已过时。
Sets the
ChannelOption.SO_REUSEADDR option. |
UdtChannelConfig |
setSendBufferSize(int sendBufferSize)
已过时。
Sets the
ChannelOption.SO_SNDBUF option. |
UdtChannelConfig |
setSoLinger(int soLinger)
已过时。
Sets the
ChannelOption.SO_LINGER option. |
UdtChannelConfig |
setSystemReceiveBufferSize(int systemSendBufferSize)
已过时。
Sets
OptionUDT#System_Receive_Buffer_Size |
UdtChannelConfig |
setSystemSendBufferSize(int systemReceiveBufferSize)
已过时。
Sets
OptionUDT#System_Send_Buffer_Size |
UdtChannelConfig |
setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
已过时。
Sets the high water mark of the write buffer.
|
UdtChannelConfig |
setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
已过时。
Sets the low water mark of the write buffer.
|
UdtChannelConfig |
setWriteSpinCount(int writeSpinCount)
已过时。
Sets the maximum loop count for a write operation until
WritableByteChannel.write(ByteBuffer) returns a non-zero value. |
autoReadCleared, getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions, validate
public DefaultUdtChannelConfig(UdtChannel channel, ChannelUDT channelUDT, boolean apply) throws java.io.IOException
java.io.IOException
protected void apply(ChannelUDT channelUDT) throws java.io.IOException
java.io.IOException
public int getProtocolReceiveBufferSize()
UdtChannelConfig
OptionUDT#Protocol_Receive_Buffer_Size
getProtocolReceiveBufferSize
在接口中 UdtChannelConfig
public <T> T getOption(ChannelOption<T> option)
ChannelConfig
ChannelOption
getOption
在接口中 ChannelConfig
getOption
在类中 DefaultChannelConfig
public java.util.Map<ChannelOption<?>,java.lang.Object> getOptions()
ChannelConfig
ChannelOption
's.getOptions
在接口中 ChannelConfig
getOptions
在类中 DefaultChannelConfig
public int getReceiveBufferSize()
UdtChannelConfig
ChannelOption.SO_RCVBUF
option.getReceiveBufferSize
在接口中 UdtChannelConfig
public int getSendBufferSize()
UdtChannelConfig
ChannelOption.SO_SNDBUF
option.getSendBufferSize
在接口中 UdtChannelConfig
public int getSoLinger()
UdtChannelConfig
ChannelOption.SO_LINGER
option.getSoLinger
在接口中 UdtChannelConfig
public boolean isReuseAddress()
UdtChannelConfig
ChannelOption.SO_REUSEADDR
option.isReuseAddress
在接口中 UdtChannelConfig
public UdtChannelConfig setProtocolReceiveBufferSize(int protocolReceiveBufferSize)
UdtChannelConfig
OptionUDT#Protocol_Receive_Buffer_Size
setProtocolReceiveBufferSize
在接口中 UdtChannelConfig
public <T> boolean setOption(ChannelOption<T> option, T value)
ChannelConfig
public boolean setOption(ChannelOption<T> option, T value) { if (super.setOption(option, value)) { return true; } if (option.equals(additionalOption)) { .... return true; } return false; }
setOption
在接口中 ChannelConfig
setOption
在类中 DefaultChannelConfig
true
if and only if the property has been setpublic UdtChannelConfig setReceiveBufferSize(int receiveBufferSize)
UdtChannelConfig
ChannelOption.SO_RCVBUF
option.setReceiveBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setReuseAddress(boolean reuseAddress)
UdtChannelConfig
ChannelOption.SO_REUSEADDR
option.setReuseAddress
在接口中 UdtChannelConfig
public UdtChannelConfig setSendBufferSize(int sendBufferSize)
UdtChannelConfig
ChannelOption.SO_SNDBUF
option.setSendBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setSoLinger(int soLinger)
UdtChannelConfig
ChannelOption.SO_LINGER
option.setSoLinger
在接口中 UdtChannelConfig
public int getSystemReceiveBufferSize()
UdtChannelConfig
OptionUDT#System_Receive_Buffer_Size
getSystemReceiveBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setSystemSendBufferSize(int systemReceiveBufferSize)
UdtChannelConfig
OptionUDT#System_Send_Buffer_Size
setSystemSendBufferSize
在接口中 UdtChannelConfig
public int getProtocolSendBufferSize()
UdtChannelConfig
OptionUDT#Protocol_Send_Buffer_Size
getProtocolSendBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setProtocolSendBufferSize(int protocolSendBufferSize)
UdtChannelConfig
OptionUDT#Protocol_Send_Buffer_Size
setProtocolSendBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setSystemReceiveBufferSize(int systemSendBufferSize)
UdtChannelConfig
OptionUDT#System_Receive_Buffer_Size
setSystemReceiveBufferSize
在接口中 UdtChannelConfig
public int getSystemSendBufferSize()
UdtChannelConfig
OptionUDT#System_Send_Buffer_Size
getSystemSendBufferSize
在接口中 UdtChannelConfig
public UdtChannelConfig setConnectTimeoutMillis(int connectTimeoutMillis)
ChannelConfig
Channel
does not support connect operation, this property is not
used at all, and therefore will be ignored.setConnectTimeoutMillis
在接口中 ChannelConfig
setConnectTimeoutMillis
在接口中 UdtChannelConfig
setConnectTimeoutMillis
在类中 DefaultChannelConfig
connectTimeoutMillis
- the connect timeout in milliseconds.
0
to disable.public UdtChannelConfig setMaxMessagesPerRead(int maxMessagesPerRead)
ChannelConfig
setMaxMessagesPerRead
在接口中 ChannelConfig
setMaxMessagesPerRead
在接口中 UdtChannelConfig
setMaxMessagesPerRead
在类中 DefaultChannelConfig
public UdtChannelConfig setWriteSpinCount(int writeSpinCount)
ChannelConfig
WritableByteChannel.write(ByteBuffer)
returns a non-zero value.
It is similar to what a spin lock is used for in concurrency programming.
It improves memory utilization and write throughput depending on
the platform that JVM runs on. The default value is 16
.setWriteSpinCount
在接口中 ChannelConfig
setWriteSpinCount
在接口中 UdtChannelConfig
setWriteSpinCount
在类中 DefaultChannelConfig
public UdtChannelConfig setAllocator(ByteBufAllocator allocator)
ChannelConfig
ByteBufAllocator
which is used for the channel
to allocate buffers.setAllocator
在接口中 ChannelConfig
setAllocator
在接口中 UdtChannelConfig
setAllocator
在类中 DefaultChannelConfig
public UdtChannelConfig setRecvByteBufAllocator(RecvByteBufAllocator allocator)
ChannelConfig
ByteBufAllocator
which is used for the channel
to allocate receive buffers.setRecvByteBufAllocator
在接口中 ChannelConfig
setRecvByteBufAllocator
在接口中 UdtChannelConfig
setRecvByteBufAllocator
在类中 DefaultChannelConfig
public UdtChannelConfig setAutoRead(boolean autoRead)
ChannelConfig
ChannelHandlerContext.read()
will be invoked automatically so that a user application doesn't
need to call it at all. The default value is true
.setAutoRead
在接口中 ChannelConfig
setAutoRead
在接口中 UdtChannelConfig
setAutoRead
在类中 DefaultChannelConfig
public UdtChannelConfig setAutoClose(boolean autoClose)
setAutoClose
在接口中 ChannelConfig
setAutoClose
在接口中 UdtChannelConfig
setAutoClose
在类中 DefaultChannelConfig
public UdtChannelConfig setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
ChannelConfig
Channel.isWritable()
will start to return
true
again.setWriteBufferLowWaterMark
在接口中 ChannelConfig
setWriteBufferLowWaterMark
在接口中 UdtChannelConfig
setWriteBufferLowWaterMark
在类中 DefaultChannelConfig
public UdtChannelConfig setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
ChannelConfig
Channel.isWritable()
will start to return false
.setWriteBufferHighWaterMark
在接口中 ChannelConfig
setWriteBufferHighWaterMark
在接口中 UdtChannelConfig
setWriteBufferHighWaterMark
在类中 DefaultChannelConfig
public UdtChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator)
ChannelConfig
MessageSizeEstimator
which is used for the channel
to detect the size of a message.setMessageSizeEstimator
在接口中 ChannelConfig
setMessageSizeEstimator
在接口中 UdtChannelConfig
setMessageSizeEstimator
在类中 DefaultChannelConfig