Class UdtChannelOption<T>
java.lang.Object
io.netty.util.AbstractConstant<ChannelOption<T>>
io.netty.channel.ChannelOption<T>
io.netty.channel.udt.UdtChannelOption<T>
- All Implemented Interfaces:
Constant<ChannelOption<T>>, Comparable<ChannelOption<T>>
Deprecated.
The UDT transport is no longer maintained and will be removed.
Options for the UDT transport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChannelOption<Integer> Deprecated.SeeOptionUDT.Protocol_Receive_Buffer_Size.static final ChannelOption<Integer> Deprecated.SeeOptionUDT.Protocol_Send_Buffer_Size.static final ChannelOption<Integer> Deprecated.SeeOptionUDT.System_Receive_Buffer_Size.static final ChannelOption<Integer> Deprecated.SeeOptionUDT.System_Send_Buffer_Size.Fields inherited from class ChannelOption
ALLOCATOR, ALLOW_HALF_CLOSURE, AUTO_CLOSE, AUTO_READ, CONNECT_TIMEOUT_MILLIS, DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION, IP_MULTICAST_ADDR, IP_MULTICAST_IF, IP_MULTICAST_LOOP_DISABLED, IP_MULTICAST_TTL, IP_TOS, MAX_MESSAGES_PER_READ, MAX_MESSAGES_PER_WRITE, MESSAGE_SIZE_ESTIMATOR, RCVBUF_ALLOCATOR, RECVBUF_ALLOCATOR, SINGLE_EVENTEXECUTOR_PER_GROUP, SO_BACKLOG, SO_BROADCAST, SO_KEEPALIVE, SO_LINGER, SO_RCVBUF, SO_REUSEADDR, SO_SNDBUF, SO_TIMEOUT, TCP_FASTOPEN, TCP_FASTOPEN_CONNECT, TCP_NODELAY, WRITE_BUFFER_HIGH_WATER_MARK, WRITE_BUFFER_LOW_WATER_MARK, WRITE_BUFFER_WATER_MARK, WRITE_SPIN_COUNTModifier and TypeFieldDescriptionstatic final ChannelOption<ByteBufAllocator> static final ChannelOption<Boolean> static final ChannelOption<Boolean> Iftruethen theChannelis closed automatically and immediately on write failure.static final ChannelOption<Boolean> static final ChannelOption<Integer> static final ChannelOption<Boolean> Deprecated.static final ChannelOption<InetAddress> static final ChannelOption<NetworkInterface> static final ChannelOption<Boolean> static final ChannelOption<Integer> static final ChannelOption<Integer> static final ChannelOption<Integer> Deprecated.static final ChannelOption<Integer> static final ChannelOption<MessageSizeEstimator> static final ChannelOption<RecvByteBufAllocator> Deprecated.static final ChannelOption<RecvByteBufAllocator> static final ChannelOption<Boolean> static final ChannelOption<Integer> static final ChannelOption<Boolean> static final ChannelOption<Boolean> static final ChannelOption<Integer> static final ChannelOption<Integer> static final ChannelOption<Boolean> static final ChannelOption<Integer> static final ChannelOption<Integer> static final ChannelOption<Integer> Server-side TCP FastOpen.static final ChannelOption<Boolean> Client-side TCP FastOpen.static final ChannelOption<Boolean> static final ChannelOption<Integer> Deprecated.static final ChannelOption<Integer> Deprecated.static final ChannelOption<WriteBufferWaterMark> static final ChannelOption<Integer> -
Method Summary
Methods inherited from class ChannelOption
exists, newInstance, validate, valueOf, valueOfModifier and TypeMethodDescriptionstatic booleanstatic <T> ChannelOption<T> newInstance(String name) Deprecated.voidValidate the value which is set for theChannelOption.static <T> ChannelOption<T> static <T> ChannelOption<T> Returns theChannelOptionof the specified name.
-
Field Details
-
PROTOCOL_RECEIVE_BUFFER_SIZE
Deprecated.SeeOptionUDT.Protocol_Receive_Buffer_Size. -
PROTOCOL_SEND_BUFFER_SIZE
Deprecated.SeeOptionUDT.Protocol_Send_Buffer_Size. -
SYSTEM_RECEIVE_BUFFER_SIZE
Deprecated.SeeOptionUDT.System_Receive_Buffer_Size. -
SYSTEM_SEND_BUFFER_SIZE
Deprecated.SeeOptionUDT.System_Send_Buffer_Size.
-