@Deprecated public class DefaultUdtServerChannelConfig extends DefaultUdtChannelConfig implements UdtServerChannelConfig
UdtServerChannelConfig implementation.| Constructor and Description |
|---|
DefaultUdtServerChannelConfig(UdtChannel channel,
com.barchart.udt.nio.ChannelUDT channelUDT,
boolean apply)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(com.barchart.udt.nio.ChannelUDT channelUDT)
Deprecated.
|
int |
getBacklog()
Deprecated.
Gets
KindUDT.ACCEPTOR channel backlog via
ChannelOption.SO_BACKLOG. |
<T> T |
getOption(io.netty.channel.ChannelOption<T> option)
Deprecated.
|
Map<io.netty.channel.ChannelOption<?>,Object> |
getOptions()
Deprecated.
|
UdtServerChannelConfig |
setAllocator(io.netty.buffer.ByteBufAllocator allocator)
Deprecated.
|
UdtServerChannelConfig |
setAutoClose(boolean autoClose)
Deprecated.
|
UdtServerChannelConfig |
setAutoRead(boolean autoRead)
Deprecated.
|
UdtServerChannelConfig |
setBacklog(int backlog)
Deprecated.
Sets
KindUDT.ACCEPTOR channel backlog via
ChannelOption.SO_BACKLOG. |
UdtServerChannelConfig |
setConnectTimeoutMillis(int connectTimeoutMillis)
Deprecated.
|
UdtServerChannelConfig |
setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.
|
UdtServerChannelConfig |
setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator estimator)
Deprecated.
|
<T> boolean |
setOption(io.netty.channel.ChannelOption<T> option,
T value)
Deprecated.
|
UdtServerChannelConfig |
setProtocolReceiveBufferSize(int protocolReceiveBufferSize)
Deprecated.
Sets
OptionUDT.Protocol_Receive_Buffer_Size |
UdtServerChannelConfig |
setProtocolSendBufferSize(int protocolSendBufferSize)
Deprecated.
Sets
OptionUDT.Protocol_Send_Buffer_Size |
UdtServerChannelConfig |
setReceiveBufferSize(int receiveBufferSize)
Deprecated.
Sets the
ChannelOption.SO_RCVBUF option. |
UdtServerChannelConfig |
setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator allocator)
Deprecated.
|
UdtServerChannelConfig |
setReuseAddress(boolean reuseAddress)
Deprecated.
Sets the
ChannelOption.SO_REUSEADDR option. |
UdtServerChannelConfig |
setSendBufferSize(int sendBufferSize)
Deprecated.
Sets the
ChannelOption.SO_SNDBUF option. |
UdtServerChannelConfig |
setSoLinger(int soLinger)
Deprecated.
Sets the
ChannelOption.SO_LINGER option. |
UdtServerChannelConfig |
setSystemReceiveBufferSize(int systemSendBufferSize)
Deprecated.
Sets
OptionUDT.System_Receive_Buffer_Size |
UdtServerChannelConfig |
setSystemSendBufferSize(int systemReceiveBufferSize)
Deprecated.
Sets
OptionUDT.System_Send_Buffer_Size |
UdtServerChannelConfig |
setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.
|
UdtServerChannelConfig |
setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.
|
UdtServerChannelConfig |
setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark writeBufferWaterMark)
Deprecated.
|
UdtServerChannelConfig |
setWriteSpinCount(int writeSpinCount)
Deprecated.
|
getProtocolReceiveBufferSize, getProtocolSendBufferSize, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSystemReceiveBufferSize, getSystemSendBufferSize, isReuseAddressautoReadCleared, getAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getOptions, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptions, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProtocolReceiveBufferSize, getProtocolSendBufferSize, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSystemReceiveBufferSize, getSystemSendBufferSize, isReuseAddressgetAllocator, getConnectTimeoutMillis, getMaxMessagesPerRead, getMessageSizeEstimator, getRecvByteBufAllocator, getWriteBufferHighWaterMark, getWriteBufferLowWaterMark, getWriteBufferWaterMark, getWriteSpinCount, isAutoClose, isAutoRead, setOptionspublic DefaultUdtServerChannelConfig(UdtChannel channel, com.barchart.udt.nio.ChannelUDT channelUDT, boolean apply) throws IOException
IOExceptionprotected void apply(com.barchart.udt.nio.ChannelUDT channelUDT)
throws IOException
apply in class DefaultUdtChannelConfigIOExceptionpublic int getBacklog()
UdtServerChannelConfigKindUDT.ACCEPTOR channel backlog via
ChannelOption.SO_BACKLOG.getBacklog in interface UdtServerChannelConfigpublic <T> T getOption(io.netty.channel.ChannelOption<T> option)
getOption in interface io.netty.channel.ChannelConfiggetOption in class DefaultUdtChannelConfigpublic Map<io.netty.channel.ChannelOption<?>,Object> getOptions()
getOptions in interface io.netty.channel.ChannelConfiggetOptions in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setBacklog(int backlog)
UdtServerChannelConfigKindUDT.ACCEPTOR channel backlog via
ChannelOption.SO_BACKLOG.setBacklog in interface UdtServerChannelConfigpublic <T> boolean setOption(io.netty.channel.ChannelOption<T> option,
T value)
setOption in interface io.netty.channel.ChannelConfigsetOption in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setProtocolReceiveBufferSize(int protocolReceiveBufferSize)
UdtChannelConfigOptionUDT.Protocol_Receive_Buffer_SizesetProtocolReceiveBufferSize in interface UdtChannelConfigsetProtocolReceiveBufferSize in interface UdtServerChannelConfigsetProtocolReceiveBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setProtocolSendBufferSize(int protocolSendBufferSize)
UdtChannelConfigOptionUDT.Protocol_Send_Buffer_SizesetProtocolSendBufferSize in interface UdtChannelConfigsetProtocolSendBufferSize in interface UdtServerChannelConfigsetProtocolSendBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setReceiveBufferSize(int receiveBufferSize)
UdtChannelConfigChannelOption.SO_RCVBUF option.setReceiveBufferSize in interface UdtChannelConfigsetReceiveBufferSize in interface UdtServerChannelConfigsetReceiveBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setReuseAddress(boolean reuseAddress)
UdtChannelConfigChannelOption.SO_REUSEADDR option.setReuseAddress in interface UdtChannelConfigsetReuseAddress in interface UdtServerChannelConfigsetReuseAddress in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setSendBufferSize(int sendBufferSize)
UdtChannelConfigChannelOption.SO_SNDBUF option.setSendBufferSize in interface UdtChannelConfigsetSendBufferSize in interface UdtServerChannelConfigsetSendBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setSoLinger(int soLinger)
UdtChannelConfigChannelOption.SO_LINGER option.setSoLinger in interface UdtChannelConfigsetSoLinger in interface UdtServerChannelConfigsetSoLinger in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setSystemReceiveBufferSize(int systemSendBufferSize)
UdtChannelConfigOptionUDT.System_Receive_Buffer_SizesetSystemReceiveBufferSize in interface UdtChannelConfigsetSystemReceiveBufferSize in interface UdtServerChannelConfigsetSystemReceiveBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setSystemSendBufferSize(int systemReceiveBufferSize)
UdtChannelConfigOptionUDT.System_Send_Buffer_SizesetSystemSendBufferSize in interface UdtChannelConfigsetSystemSendBufferSize in interface UdtServerChannelConfigsetSystemSendBufferSize in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setConnectTimeoutMillis(int connectTimeoutMillis)
setConnectTimeoutMillis in interface io.netty.channel.ChannelConfigsetConnectTimeoutMillis in interface UdtChannelConfigsetConnectTimeoutMillis in interface UdtServerChannelConfigsetConnectTimeoutMillis in class DefaultUdtChannelConfig@Deprecated public UdtServerChannelConfig setMaxMessagesPerRead(int maxMessagesPerRead)
setMaxMessagesPerRead in interface io.netty.channel.ChannelConfigsetMaxMessagesPerRead in interface UdtChannelConfigsetMaxMessagesPerRead in interface UdtServerChannelConfigsetMaxMessagesPerRead in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setWriteSpinCount(int writeSpinCount)
setWriteSpinCount in interface io.netty.channel.ChannelConfigsetWriteSpinCount in interface UdtChannelConfigsetWriteSpinCount in interface UdtServerChannelConfigsetWriteSpinCount in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setAllocator(io.netty.buffer.ByteBufAllocator allocator)
setAllocator in interface io.netty.channel.ChannelConfigsetAllocator in interface UdtChannelConfigsetAllocator in interface UdtServerChannelConfigsetAllocator in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator allocator)
setRecvByteBufAllocator in interface io.netty.channel.ChannelConfigsetRecvByteBufAllocator in interface UdtChannelConfigsetRecvByteBufAllocator in interface UdtServerChannelConfigsetRecvByteBufAllocator in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setAutoRead(boolean autoRead)
setAutoRead in interface io.netty.channel.ChannelConfigsetAutoRead in interface UdtChannelConfigsetAutoRead in interface UdtServerChannelConfigsetAutoRead in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setAutoClose(boolean autoClose)
setAutoClose in interface io.netty.channel.ChannelConfigsetAutoClose in interface UdtChannelConfigsetAutoClose in interface UdtServerChannelConfigsetAutoClose in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
setWriteBufferLowWaterMark in interface io.netty.channel.ChannelConfigsetWriteBufferLowWaterMark in interface UdtChannelConfigsetWriteBufferLowWaterMark in interface UdtServerChannelConfigsetWriteBufferLowWaterMark in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
setWriteBufferHighWaterMark in interface io.netty.channel.ChannelConfigsetWriteBufferHighWaterMark in interface UdtChannelConfigsetWriteBufferHighWaterMark in interface UdtServerChannelConfigsetWriteBufferHighWaterMark in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark writeBufferWaterMark)
setWriteBufferWaterMark in interface io.netty.channel.ChannelConfigsetWriteBufferWaterMark in interface UdtChannelConfigsetWriteBufferWaterMark in interface UdtServerChannelConfigsetWriteBufferWaterMark in class DefaultUdtChannelConfigpublic UdtServerChannelConfig setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator estimator)
setMessageSizeEstimator in interface io.netty.channel.ChannelConfigsetMessageSizeEstimator in interface UdtChannelConfigsetMessageSizeEstimator in interface UdtServerChannelConfigsetMessageSizeEstimator in class DefaultUdtChannelConfigCopyright © 2008–2019 The Netty Project. All rights reserved.