org.apache.http.impl.nio.conn
Class DefaultClientAsyncConnectionFactory
java.lang.Object
org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
- All Implemented Interfaces:
- ClientAsyncConnectionFactory
public class DefaultClientAsyncConnectionFactory
- extends Object
- implements ClientAsyncConnectionFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClientAsyncConnectionFactory
public DefaultClientAsyncConnectionFactory()
create
public ClientAsyncConnection create(String id,
org.apache.http.nio.reactor.IOSession iosession,
HttpParams params)
- Specified by:
create
in interface ClientAsyncConnectionFactory
createByteBufferAllocator
protected org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()
createHttpResponseFactory
protected HttpResponseFactory createHttpResponseFactory()
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.