Package org.eclipse.jetty.server
Interface ConnectionFactory.Configuring
- All Superinterfaces:
ConnectionFactory
- All Known Implementing Classes:
SslConnectionFactory
- Enclosing interface:
- ConnectionFactory
A ConnectionFactory that can configure the connector.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.ConnectionFactory
ConnectionFactory.Configuring, ConnectionFactory.Detecting, ConnectionFactory.Upgrading
-
Method Summary
Methods inherited from interface org.eclipse.jetty.server.ConnectionFactory
getProtocol, getProtocols, newConnection
-
Method Details
-
configure
Called duringLifeCycle.start()
.- Parameters:
connector
- The connector to configure
-