@Deprecated public class DefaultClientAsyncConnectionFactory extends java.lang.Object implements ClientAsyncConnectionFactory, NHttpConnectionFactory<ManagedNHttpClientConnection>
Modifier and Type | Field and Description |
---|---|
private org.apache.http.nio.util.ByteBufferAllocator |
allocator
Deprecated.
|
private static java.util.concurrent.atomic.AtomicLong |
COUNTER
Deprecated.
|
private org.apache.commons.logging.Log |
headerlog
Deprecated.
|
static DefaultClientAsyncConnectionFactory |
INSTANCE
Deprecated.
|
private org.apache.commons.logging.Log |
log
Deprecated.
|
private org.apache.http.HttpResponseFactory |
responseFactory
Deprecated.
|
private org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> |
responseParserFactory
Deprecated.
|
private org.apache.commons.logging.Log |
wirelog
Deprecated.
|
Constructor and Description |
---|
DefaultClientAsyncConnectionFactory()
Deprecated.
|
DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory,
org.apache.http.nio.util.ByteBufferAllocator allocator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ManagedNHttpClientConnection |
create(org.apache.http.nio.reactor.IOSession iosession,
org.apache.http.config.ConnectionConfig config)
Deprecated.
|
ClientAsyncConnection |
create(java.lang.String id,
org.apache.http.nio.reactor.IOSession iosession,
org.apache.http.params.HttpParams params)
Deprecated.
|
protected org.apache.http.nio.util.ByteBufferAllocator |
createByteBufferAllocator()
Deprecated.
|
protected org.apache.http.HttpResponseFactory |
createHttpResponseFactory()
Deprecated.
|
private final org.apache.commons.logging.Log headerlog
private final org.apache.commons.logging.Log wirelog
private final org.apache.commons.logging.Log log
public static final DefaultClientAsyncConnectionFactory INSTANCE
private static java.util.concurrent.atomic.AtomicLong COUNTER
private final org.apache.http.HttpResponseFactory responseFactory
private final org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory
private final org.apache.http.nio.util.ByteBufferAllocator allocator
public DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory, org.apache.http.nio.util.ByteBufferAllocator allocator)
public DefaultClientAsyncConnectionFactory()
@Deprecated public ClientAsyncConnection create(java.lang.String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
create
in interface ClientAsyncConnectionFactory
@Deprecated protected org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()
@Deprecated protected org.apache.http.HttpResponseFactory createHttpResponseFactory()
public ManagedNHttpClientConnection create(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config)
create
in interface NHttpConnectionFactory<ManagedNHttpClientConnection>