Package org.apache.http.impl.nio.conn
Class DefaultClientAsyncConnectionFactory
- java.lang.Object
-
- org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
-
- All Implemented Interfaces:
ClientAsyncConnectionFactory,NHttpConnectionFactory<ManagedNHttpClientConnection>
@Deprecated public class DefaultClientAsyncConnectionFactory extends java.lang.Object implements ClientAsyncConnectionFactory, NHttpConnectionFactory<ManagedNHttpClientConnection>
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.nio.util.ByteBufferAllocatorallocatorDeprecated.private static java.util.concurrent.atomic.AtomicLongCOUNTERDeprecated.private org.apache.commons.logging.LogheaderlogDeprecated.static DefaultClientAsyncConnectionFactoryINSTANCEDeprecated.private org.apache.commons.logging.LoglogDeprecated.private org.apache.http.HttpResponseFactoryresponseFactoryDeprecated.private org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse>responseParserFactoryDeprecated.private org.apache.commons.logging.LogwirelogDeprecated.
-
Constructor Summary
Constructors Constructor Description DefaultClientAsyncConnectionFactory()Deprecated.DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory, org.apache.http.nio.util.ByteBufferAllocator allocator)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientAsyncConnectioncreate(java.lang.String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)Deprecated.ManagedNHttpClientConnectioncreate(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config)Deprecated.protected org.apache.http.nio.util.ByteBufferAllocatorcreateByteBufferAllocator()Deprecated.protected org.apache.http.HttpResponseFactorycreateHttpResponseFactory()Deprecated.
-
-
-
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.
-
INSTANCE
public static final DefaultClientAsyncConnectionFactory INSTANCE
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
-
create
@Deprecated public ClientAsyncConnection create(java.lang.String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
Deprecated.- Specified by:
createin interfaceClientAsyncConnectionFactory
-
createByteBufferAllocator
@Deprecated protected org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()
Deprecated.
-
createHttpResponseFactory
@Deprecated protected org.apache.http.HttpResponseFactory createHttpResponseFactory()
Deprecated.
-
create
public ManagedNHttpClientConnection create(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config)
Deprecated.- Specified by:
createin interfaceNHttpConnectionFactory<ManagedNHttpClientConnection>
-
-