@Deprecated public class DefaultClientAsyncConnectionFactory extends Object implements ClientAsyncConnectionFactory, NHttpConnectionFactory<ManagedNHttpClientConnection>
Modifier and Type | Field and Description |
---|---|
static DefaultClientAsyncConnectionFactory |
INSTANCE
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(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.
|
public static final DefaultClientAsyncConnectionFactory INSTANCE
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(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>
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.