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 Object implements ClientAsyncConnectionFactory, NHttpConnectionFactory<ManagedNHttpClientConnection>
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultClientAsyncConnectionFactory
INSTANCE
Deprecated.
-
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 ClientAsyncConnection
create(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
Deprecated.ManagedNHttpClientConnection
create(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config)
Deprecated.protected org.apache.http.nio.util.ByteBufferAllocator
createByteBufferAllocator()
Deprecated.protected org.apache.http.HttpResponseFactory
createHttpResponseFactory()
Deprecated.
-
-
-
Field Detail
-
INSTANCE
public static final DefaultClientAsyncConnectionFactory INSTANCE
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(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
Deprecated.- Specified by:
create
in 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:
create
in interfaceNHttpConnectionFactory<ManagedNHttpClientConnection>
-
-