Class UdtChannelOption<T>

All Implemented Interfaces:
Constant<ChannelOption<T>>, Comparable<ChannelOption<T>>

@Deprecated public final class UdtChannelOption<T> extends ChannelOption<T>
Deprecated.
The UDT transport is no longer maintained and will be removed.
Options for the UDT transport
  • Field Details

    • PROTOCOL_RECEIVE_BUFFER_SIZE

      public static final ChannelOption<Integer> PROTOCOL_RECEIVE_BUFFER_SIZE
      Deprecated.
      See OptionUDT.Protocol_Receive_Buffer_Size.
    • PROTOCOL_SEND_BUFFER_SIZE

      public static final ChannelOption<Integer> PROTOCOL_SEND_BUFFER_SIZE
      Deprecated.
      See OptionUDT.Protocol_Send_Buffer_Size.
    • SYSTEM_RECEIVE_BUFFER_SIZE

      public static final ChannelOption<Integer> SYSTEM_RECEIVE_BUFFER_SIZE
      Deprecated.
      See OptionUDT.System_Receive_Buffer_Size.
    • SYSTEM_SEND_BUFFER_SIZE

      public static final ChannelOption<Integer> SYSTEM_SEND_BUFFER_SIZE
      Deprecated.
      See OptionUDT.System_Send_Buffer_Size.