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>

Generic NHttpConnection factory.

Since:
4.0

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

Method Detail

create

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


Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.