public final class UdtChannelOption extends Object
| Modifier and Type | Field and Description |
|---|---|
static ChannelOption<Integer> |
PROTOCOL_RECEIVE_BUFFER_SIZE
See
OptionUDT.Protocol_Receive_Buffer_Size. |
static ChannelOption<Integer> |
PROTOCOL_SEND_BUFFER_SIZE
See
OptionUDT.Protocol_Send_Buffer_Size. |
static ChannelOption<Integer> |
SYSTEM_RECEIVE_BUFFER_SIZE
See
OptionUDT.System_Receive_Buffer_Size. |
static ChannelOption<Integer> |
SYSTEM_SEND_BUFFER_SIZE
See
OptionUDT.System_Send_Buffer_Size. |
public static final ChannelOption<Integer> PROTOCOL_RECEIVE_BUFFER_SIZE
OptionUDT.Protocol_Receive_Buffer_Size.public static final ChannelOption<Integer> PROTOCOL_SEND_BUFFER_SIZE
OptionUDT.Protocol_Send_Buffer_Size.public static final ChannelOption<Integer> SYSTEM_RECEIVE_BUFFER_SIZE
OptionUDT.System_Receive_Buffer_Size.public static final ChannelOption<Integer> SYSTEM_SEND_BUFFER_SIZE
OptionUDT.System_Send_Buffer_Size.Copyright © 2008–2015 The Netty Project. All rights reserved.