org.apache.http.impl.nio.conn
Class ManagedNHttpClientConnectionFactory
java.lang.Object
org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionFactory
- All Implemented Interfaces:
- NHttpConnectionFactory<ManagedNHttpClientConnection>
public class ManagedNHttpClientConnectionFactory
- extends Object
- implements NHttpConnectionFactory<ManagedNHttpClientConnection>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final ManagedNHttpClientConnectionFactory INSTANCE
ManagedNHttpClientConnectionFactory
public ManagedNHttpClientConnectionFactory(org.apache.http.nio.NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
org.apache.http.nio.NHttpMessageParserFactory<HttpResponse> responseParserFactory,
org.apache.http.nio.util.ByteBufferAllocator allocator)
ManagedNHttpClientConnectionFactory
public ManagedNHttpClientConnectionFactory()
create
public ManagedNHttpClientConnection create(org.apache.http.nio.reactor.IOSession iosession,
ConnectionConfig config)
- Specified by:
create
in interface NHttpConnectionFactory<ManagedNHttpClientConnection>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.