Class DefaultClientAsyncConnectionFactory

    • Field Detail

      • headerlog

        private final org.apache.commons.logging.Log headerlog
        Deprecated.
      • wirelog

        private final org.apache.commons.logging.Log wirelog
        Deprecated.
      • log

        private final org.apache.commons.logging.Log log
        Deprecated.
      • COUNTER

        private static java.util.concurrent.atomic.AtomicLong COUNTER
        Deprecated.
      • responseFactory

        private final org.apache.http.HttpResponseFactory responseFactory
        Deprecated.
      • responseParserFactory

        private final org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory
        Deprecated.
      • allocator

        private final org.apache.http.nio.util.ByteBufferAllocator allocator
        Deprecated.
    • Constructor Detail

      • DefaultClientAsyncConnectionFactory

        public DefaultClientAsyncConnectionFactory​(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory,
                                                   org.apache.http.nio.util.ByteBufferAllocator allocator)
        Deprecated.
      • DefaultClientAsyncConnectionFactory

        public DefaultClientAsyncConnectionFactory()
        Deprecated.
    • Method Detail

      • createByteBufferAllocator

        @Deprecated
        protected org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()
        Deprecated.
      • createHttpResponseFactory

        @Deprecated
        protected org.apache.http.HttpResponseFactory createHttpResponseFactory()
        Deprecated.