ConnectorFactory
is a service interface which allows extensions to inject custom Jetty {@code Connector} instances to addto the Jetty server. Example connectors would be a SPDY connector or an SSL capable connector with a custom {@code SslContextFactory}. {@code ConnectorFactory} services are responsible for creating the{@code Connector} instances and providing base configuration. Globalconfiguration such as TCP/IP timeouts or buffer sizes are handled by the Jetty server launcher. Likewise the life cycle of the connectors is managed by the Jetty server and its launcher.
|
|
|
|