Package org.eclipse.jetty.embedded

Class Summary
FileServer File server Usage - java org.eclipse.jetty.server.example.FileServer [ port [ docroot ]]
LikeJettyXml  
ManyConnectors A Jetty server can have multiple connectors.
ManyConnectors.HelloHandler  
ManyContexts A ContextHandlerCollection handler may be used to direct a request to a specific Context.
ManyContexts.HelloHandler  
ManyHandlers Frequently many handlers are combined together to handle different aspects of a request.
ManyHandlers.HelloHandler  
ManyHandlers.ParamHandler  
ManyServletContexts  
ManyServletContexts.HelloServlet  
MinimalServlets  
MinimalServlets.HelloServlet  
OneContext A ContextHandler provides a common environment for multiple Handlers, such as: URI context path, class loader, static resource base.
OneContext.HelloHandler  
OneHandler  
OneHandler.HelloHandler  
OneServletContext  
OneServletContext.HelloServlet  
OneWebApp  
ProxyServer  
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.