|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
@Deprecated public class DefaultClientAsyncConnectionFactory
Field Summary | |
---|---|
static DefaultClientAsyncConnectionFactory |
INSTANCE
Deprecated. |
Constructor Summary | |
---|---|
DefaultClientAsyncConnectionFactory()
Deprecated. |
|
DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory,
org.apache.http.nio.util.ByteBufferAllocator allocator)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DefaultClientAsyncConnectionFactory INSTANCE
Constructor Detail |
---|
public DefaultClientAsyncConnectionFactory(org.apache.http.nio.NHttpMessageParserFactory<org.apache.http.HttpResponse> responseParserFactory, org.apache.http.nio.util.ByteBufferAllocator allocator)
public DefaultClientAsyncConnectionFactory()
Method Detail |
---|
@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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |