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 -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory, org.apache.http.nio.util.ByteBufferAllocator allocator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params) Deprecated.create(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config) Deprecated.protected org.apache.http.nio.util.ByteBufferAllocatorDeprecated.protected org.apache.http.HttpResponseFactoryDeprecated.
-
Field Details
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
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 Details
-
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. -
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>
-