HTTP Connector.
Implementations of this interface provide connectors for the HTTP protocol.
A connector receives requests (normally from a socket) and calls the
handle method of the Handler object.
Jetty HTTP Servlet Server.
This class is the main class for the Jetty HTTP Servlet server.
It aggregates Connectors (HTTP request receivers) and request Handlers.
The server is itself a handler and a ThreadPool.