Interface NHttpConnectionFactory<T extends NHttpConnection>

All Known Implementing Classes:
DefaultNHttpClientConnectionFactory, DefaultNHttpServerConnectionFactory, SSLNHttpClientConnectionFactory, SSLNHttpServerConnectionFactory

public interface NHttpConnectionFactory<T extends NHttpConnection>
Factory for NHttpConnection instances.
Since:
4.2
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createConnection

      T createConnection(IOSession session)