org.apache.http.impl.nio.conn
Class DefaultClientAsyncConnectionFactory

java.lang.Object
  extended by org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
All Implemented Interfaces:
ClientAsyncConnectionFactory

public class DefaultClientAsyncConnectionFactory
extends Object
implements ClientAsyncConnectionFactory


Constructor Summary
DefaultClientAsyncConnectionFactory()
           
 
Method Summary
 ClientAsyncConnection create(String id, org.apache.http.nio.reactor.IOSession iosession, org.apache.http.params.HttpParams params)
           
protected  org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()
           
protected  org.apache.http.HttpResponseFactory createHttpResponseFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClientAsyncConnectionFactory

public DefaultClientAsyncConnectionFactory()
Method Detail

create

public ClientAsyncConnection create(String id,
                                    org.apache.http.nio.reactor.IOSession iosession,
                                    org.apache.http.params.HttpParams params)
Specified by:
create in interface ClientAsyncConnectionFactory

createByteBufferAllocator

protected org.apache.http.nio.util.ByteBufferAllocator createByteBufferAllocator()

createHttpResponseFactory

protected org.apache.http.HttpResponseFactory createHttpResponseFactory()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.