Class UdtChannelOption<T>

  • All Implemented Interfaces:
    Constant<ChannelOption<T>>, java.lang.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 Detail

      • PROTOCOL_RECEIVE_BUFFER_SIZE

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

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

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

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