Class Netty4HttpServerTransport

    • Field Detail

      • SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS

        public static Setting<java.lang.Integer> SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS
      • SETTING_HTTP_WORKER_COUNT

        public static final Setting<java.lang.Integer> SETTING_HTTP_WORKER_COUNT
      • SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE

        public static final Setting<ByteSizeValue> SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE
      • SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MIN

        @Deprecated
        public static final Setting<ByteSizeValue> SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MIN
        Deprecated.
        This (undocumented) setting is deprecated to reduce complexity and is removed in 7.0. See #26165 for details.
      • SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MAX

        @Deprecated
        public static final Setting<ByteSizeValue> SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MAX
        Deprecated.
        This (undocumented) setting is deprecated to reduce complexity and is removed in 7.0. See #26165 for details.
      • bigArrays

        protected final BigArrays bigArrays
      • maxContentLength

        protected final ByteSizeValue maxContentLength
      • maxInitialLineLength

        protected final ByteSizeValue maxInitialLineLength
      • workerCount

        protected final int workerCount
      • pipelining

        protected final boolean pipelining
      • pipeliningMaxEvents

        protected final int pipeliningMaxEvents
      • compression

        protected final boolean compression
      • compressionLevel

        protected final int compressionLevel
      • resetCookies

        protected final boolean resetCookies
      • bindHosts

        protected final java.lang.String[] bindHosts
      • publishHosts

        protected final java.lang.String[] publishHosts
      • detailedErrorsEnabled

        protected final boolean detailedErrorsEnabled
      • threadPool

        protected final ThreadPool threadPool
      • tcpNoDelay

        protected final boolean tcpNoDelay
      • tcpKeepAlive

        protected final boolean tcpKeepAlive
      • reuseAddress

        protected final boolean reuseAddress
      • tcpSendBufferSize

        protected final ByteSizeValue tcpSendBufferSize
      • tcpReceiveBufferSize

        protected final ByteSizeValue tcpReceiveBufferSize
      • recvByteBufAllocator

        protected final io.netty.channel.RecvByteBufAllocator recvByteBufAllocator
      • maxCompositeBufferComponents

        protected final int maxCompositeBufferComponents
      • serverBootstrap

        protected volatile io.netty.bootstrap.ServerBootstrap serverBootstrap
      • serverChannels

        protected final java.util.List<io.netty.channel.Channel> serverChannels