Package com.mortbay.HTTP.Handler

Class Summary
BasicAuthHandler Basic Authentication HttpHandler
BasicAuthRealm Basic Authentication realm.
DefaultExceptionHandler Default Exception handler This specialization of exception handler adds the exception and its stack trace to the reply for view by the user.
FileHandler FileHandler This handler attempts to match files to a file or directory and return a response set by the MIME type indicated by the file extension.
FileJarServletLoader Servlet Class Loader.
FilterHandler Filter HttpHandler
ForwardHandler Forward HttpHandler This handler forwards a request onto another HttpServer.
LogHandler log handler
NotFoundHandler NotFound Handler
NullHandler Null HttpHandler Convenience base class with null handlers for all methods
ParamHandler Parameter Handler Moves form content to request parameters
ProxyHandler Proxy HttpHandler This handler can service requests of the form:
ServletContextWrapper Servlet Context wrapper class.
ServletHandler ServletHandler
ServletHolder Servlet Holder Holds the name, params and some state of a javax.servlet.GenericServlet instance.
ServletLoader Servlet Class Loader.
SessionHandler Session Handler Implements a combinations of the original Jetty session API and the JDK1.2 standard sessions.
TerseExceptionHandler Handle an Exception from a HttpHandler in a more terse fashion than sending a stack trace to the client.
TestHarness  
TranslateHandler Request path translation handler
VirtualHostHandler Request path translation handler Modified translate handler for virtual host translations.