org.apache.http.nio.conn
Interface NHttpConnectionFactory<T extends org.apache.http.nio.NHttpConnection>

All Known Implementing Classes:
DefaultClientAsyncConnectionFactory, ManagedNHttpClientConnectionFactory

public interface NHttpConnectionFactory<T extends org.apache.http.nio.NHttpConnection>


Method Summary
 T create(org.apache.http.nio.reactor.IOSession iosession, ConnectionConfig config)
           
 

Method Detail

create

T create(org.apache.http.nio.reactor.IOSession iosession,
         ConnectionConfig config)


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