Interface UdtChannelConfig

    • Method Detail

      • getProtocolReceiveBufferSize

        int getProtocolReceiveBufferSize()
        Deprecated.
        Gets OptionUDT.Protocol_Receive_Buffer_Size
      • getProtocolSendBufferSize

        int getProtocolSendBufferSize()
        Deprecated.
        Gets OptionUDT.Protocol_Send_Buffer_Size
      • getReceiveBufferSize

        int getReceiveBufferSize()
        Deprecated.
        Gets the ChannelOption.SO_RCVBUF option.
      • getSendBufferSize

        int getSendBufferSize()
        Deprecated.
        Gets the ChannelOption.SO_SNDBUF option.
      • getSoLinger

        int getSoLinger()
        Deprecated.
        Gets the ChannelOption.SO_LINGER option.
      • getSystemReceiveBufferSize

        int getSystemReceiveBufferSize()
        Deprecated.
        Gets OptionUDT.System_Receive_Buffer_Size
      • getSystemSendBufferSize

        int getSystemSendBufferSize()
        Deprecated.
        Gets OptionUDT.System_Send_Buffer_Size
      • isReuseAddress

        boolean isReuseAddress()
        Deprecated.
        Gets the ChannelOption.SO_REUSEADDR option.
      • setConnectTimeoutMillis

        UdtChannelConfig setConnectTimeoutMillis​(int connectTimeoutMillis)
        Deprecated.
        Specified by:
        setConnectTimeoutMillis in interface io.netty.channel.ChannelConfig
      • setMaxMessagesPerRead

        @Deprecated
        UdtChannelConfig setMaxMessagesPerRead​(int maxMessagesPerRead)
        Deprecated.
        Specified by:
        setMaxMessagesPerRead in interface io.netty.channel.ChannelConfig
      • setWriteSpinCount

        UdtChannelConfig setWriteSpinCount​(int writeSpinCount)
        Deprecated.
        Specified by:
        setWriteSpinCount in interface io.netty.channel.ChannelConfig
      • setAllocator

        UdtChannelConfig setAllocator​(io.netty.buffer.ByteBufAllocator allocator)
        Deprecated.
        Specified by:
        setAllocator in interface io.netty.channel.ChannelConfig
      • setRecvByteBufAllocator

        UdtChannelConfig setRecvByteBufAllocator​(io.netty.channel.RecvByteBufAllocator allocator)
        Deprecated.
        Specified by:
        setRecvByteBufAllocator in interface io.netty.channel.ChannelConfig
      • setAutoRead

        UdtChannelConfig setAutoRead​(boolean autoRead)
        Deprecated.
        Specified by:
        setAutoRead in interface io.netty.channel.ChannelConfig
      • setAutoClose

        UdtChannelConfig setAutoClose​(boolean autoClose)
        Deprecated.
        Specified by:
        setAutoClose in interface io.netty.channel.ChannelConfig
      • setWriteBufferHighWaterMark

        UdtChannelConfig setWriteBufferHighWaterMark​(int writeBufferHighWaterMark)
        Deprecated.
        Specified by:
        setWriteBufferHighWaterMark in interface io.netty.channel.ChannelConfig
      • setWriteBufferLowWaterMark

        UdtChannelConfig setWriteBufferLowWaterMark​(int writeBufferLowWaterMark)
        Deprecated.
        Specified by:
        setWriteBufferLowWaterMark in interface io.netty.channel.ChannelConfig
      • setWriteBufferWaterMark

        UdtChannelConfig setWriteBufferWaterMark​(io.netty.channel.WriteBufferWaterMark writeBufferWaterMark)
        Deprecated.
        Specified by:
        setWriteBufferWaterMark in interface io.netty.channel.ChannelConfig
      • setMessageSizeEstimator

        UdtChannelConfig setMessageSizeEstimator​(io.netty.channel.MessageSizeEstimator estimator)
        Deprecated.
        Specified by:
        setMessageSizeEstimator in interface io.netty.channel.ChannelConfig
      • setProtocolReceiveBufferSize

        UdtChannelConfig setProtocolReceiveBufferSize​(int size)
        Deprecated.
        Sets OptionUDT.Protocol_Receive_Buffer_Size
      • setProtocolSendBufferSize

        UdtChannelConfig setProtocolSendBufferSize​(int size)
        Deprecated.
        Sets OptionUDT.Protocol_Send_Buffer_Size
      • setReceiveBufferSize

        UdtChannelConfig setReceiveBufferSize​(int receiveBufferSize)
        Deprecated.
        Sets the ChannelOption.SO_RCVBUF option.
      • setReuseAddress

        UdtChannelConfig setReuseAddress​(boolean reuseAddress)
        Deprecated.
        Sets the ChannelOption.SO_REUSEADDR option.
      • setSendBufferSize

        UdtChannelConfig setSendBufferSize​(int sendBufferSize)
        Deprecated.
        Sets the ChannelOption.SO_SNDBUF option.
      • setSoLinger

        UdtChannelConfig setSoLinger​(int soLinger)
        Deprecated.
        Sets the ChannelOption.SO_LINGER option.
      • setSystemReceiveBufferSize

        UdtChannelConfig setSystemReceiveBufferSize​(int size)
        Deprecated.
        Sets OptionUDT.System_Receive_Buffer_Size
      • setSystemSendBufferSize

        UdtChannelConfig setSystemSendBufferSize​(int size)
        Deprecated.
        Sets OptionUDT.System_Send_Buffer_Size