Class ManagedHttpClientConnectionFactory

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ManagedHttpClientConnectionFactory()  
        ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory)  
        ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory, org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory)  
        ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory, org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory, org.apache.hc.core5.http.ContentLengthStrategy incomingContentStrategy, org.apache.hc.core5.http.ContentLengthStrategy outgoingContentStrategy)  
      private ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory, org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory, org.apache.hc.core5.http.ContentLengthStrategy incomingContentStrategy, org.apache.hc.core5.http.ContentLengthStrategy outgoingContentStrategy, org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy responseOutOfOrderStrategy)  
    • Field Detail

      • COUNTER

        private static final java.util.concurrent.atomic.AtomicLong COUNTER
      • h1Config

        private final org.apache.hc.core5.http.config.Http1Config h1Config
      • charCodingConfig

        private final org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig
      • requestWriterFactory

        private final org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory
      • responseParserFactory

        private final org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory
      • incomingContentStrategy

        private final org.apache.hc.core5.http.ContentLengthStrategy incomingContentStrategy
      • outgoingContentStrategy

        private final org.apache.hc.core5.http.ContentLengthStrategy outgoingContentStrategy
      • responseOutOfOrderStrategy

        private final org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy responseOutOfOrderStrategy
    • Constructor Detail

      • ManagedHttpClientConnectionFactory

        private ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config,
                                                   org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
                                                   org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory,
                                                   org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory,
                                                   org.apache.hc.core5.http.ContentLengthStrategy incomingContentStrategy,
                                                   org.apache.hc.core5.http.ContentLengthStrategy outgoingContentStrategy,
                                                   org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy responseOutOfOrderStrategy)
      • ManagedHttpClientConnectionFactory

        public ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config,
                                                  org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
                                                  org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory,
                                                  org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory,
                                                  org.apache.hc.core5.http.ContentLengthStrategy incomingContentStrategy,
                                                  org.apache.hc.core5.http.ContentLengthStrategy outgoingContentStrategy)
      • ManagedHttpClientConnectionFactory

        public ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config,
                                                  org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
                                                  org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory,
                                                  org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory)
      • ManagedHttpClientConnectionFactory

        public ManagedHttpClientConnectionFactory​(org.apache.hc.core5.http.config.Http1Config h1Config,
                                                  org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
                                                  org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory)
      • ManagedHttpClientConnectionFactory

        public ManagedHttpClientConnectionFactory()