类 Netty4ClientHttpRequestFactory

    • 构造器详细资料

      • Netty4ClientHttpRequestFactory

        public Netty4ClientHttpRequestFactory()
        已过时。
        Create a new Netty4ClientHttpRequestFactory with a default NioEventLoopGroup.
      • Netty4ClientHttpRequestFactory

        public Netty4ClientHttpRequestFactory​(io.netty.channel.EventLoopGroup eventLoopGroup)
        已过时。
        Create a new Netty4ClientHttpRequestFactory with the given EventLoopGroup.

        NOTE: the given group will not be shutdown by this factory; doing so becomes the responsibility of the caller.