HTTP Server. Services HTTP requests by maintaining a mapping between a collection of HttpListeners which generate requests and HttpContexts which contain collections of HttpHandlers. This class is configured by API calls. The org.mortbay.jetty.Server class uses XML configuration files to configure instances of this class. The HttpServer implements the BeanContext API so that membership events may be generated for HttpListeners, HttpContexts and WebApplications.
@see HttpContext
@see HttpHandler
@see HttpConnection
@see HttpListener
@see org.browsermob.proxy.jetty.jetty.Server
@version $Id: HttpServer.java,v 1.70 2005/12/04 11:43:21 gregwilkins Exp $
@author Greg Wilkins (gregw)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.