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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)