Class HttpConnectionFactory

All Implemented Interfaces:
ConnectionFactory, HttpConfiguration.ConnectionFactory, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class HttpConnectionFactory extends AbstractConnectionFactory implements HttpConfiguration.ConnectionFactory
A Connection Factory for HTTP Connections.

Accepts connections either directly or via SSL and/or ALPN chained connection factories. The accepted HttpConnections are configured by a HttpConfiguration instance that is either created by default or passed in to the constructor.