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 DefaultClientAsyncConnectionFactoryINSTANCEDeprecated.
-
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(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
-
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:
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>
-
-