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

    Modifier and Type
    Method
    Description
    create(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.config.ConnectionConfig config)
     
  • Method Details

    • create

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