Class DefaultUdtChannelConfig

    • Constructor Detail

      • DefaultUdtChannelConfig

        public DefaultUdtChannelConfig​(UdtChannel channel,
                                       com.barchart.udt.nio.ChannelUDT channelUDT,
                                       boolean apply)
                                throws IOException
        Deprecated.
        Throws:
        IOException
    • Method Detail

      • apply

        protected void apply​(com.barchart.udt.nio.ChannelUDT channelUDT)
                      throws IOException
        Deprecated.
        Throws:
        IOException
      • getOption

        public <T> T getOption​(io.netty.channel.ChannelOption<T> option)
        Deprecated.
        Specified by:
        getOption in interface io.netty.channel.ChannelConfig
        Overrides:
        getOption in class io.netty.channel.DefaultChannelConfig
      • getOptions

        public Map<io.netty.channel.ChannelOption<?>,​Object> getOptions()
        Deprecated.
        Specified by:
        getOptions in interface io.netty.channel.ChannelConfig
        Overrides:
        getOptions in class io.netty.channel.DefaultChannelConfig
      • setOption

        public <T> boolean setOption​(io.netty.channel.ChannelOption<T> option,
                                     T value)
        Deprecated.
        Specified by:
        setOption in interface io.netty.channel.ChannelConfig
        Overrides:
        setOption in class io.netty.channel.DefaultChannelConfig
      • setConnectTimeoutMillis

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

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

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

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

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

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

        public UdtChannelConfig setAutoClose​(boolean autoClose)
        Deprecated.
        Specified by:
        setAutoClose in interface io.netty.channel.ChannelConfig
        Specified by:
        setAutoClose in interface UdtChannelConfig
        Overrides:
        setAutoClose in class io.netty.channel.DefaultChannelConfig
      • setWriteBufferLowWaterMark

        public UdtChannelConfig setWriteBufferLowWaterMark​(int writeBufferLowWaterMark)
        Deprecated.
        Specified by:
        setWriteBufferLowWaterMark in interface io.netty.channel.ChannelConfig
        Specified by:
        setWriteBufferLowWaterMark in interface UdtChannelConfig
        Overrides:
        setWriteBufferLowWaterMark in class io.netty.channel.DefaultChannelConfig
      • setWriteBufferHighWaterMark

        public UdtChannelConfig setWriteBufferHighWaterMark​(int writeBufferHighWaterMark)
        Deprecated.
        Specified by:
        setWriteBufferHighWaterMark in interface io.netty.channel.ChannelConfig
        Specified by:
        setWriteBufferHighWaterMark in interface UdtChannelConfig
        Overrides:
        setWriteBufferHighWaterMark in class io.netty.channel.DefaultChannelConfig
      • setWriteBufferWaterMark

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

        public UdtChannelConfig setMessageSizeEstimator​(io.netty.channel.MessageSizeEstimator estimator)
        Deprecated.
        Specified by:
        setMessageSizeEstimator in interface io.netty.channel.ChannelConfig
        Specified by:
        setMessageSizeEstimator in interface UdtChannelConfig
        Overrides:
        setMessageSizeEstimator in class io.netty.channel.DefaultChannelConfig