Package org.eclipse.jetty.server

Interface Summary
AsyncContext  
Authentication The Authentication state of a request.
Authentication.Challenge An Authentication Challenge has been sent.
Authentication.Deferred A deferred authentication with methods to progress the authentication process.
Authentication.Failure An Authentication Failure has been sent.
Authentication.ResponseSent Authentication Response sent state.
Authentication.SendSuccess  
Authentication.User A successful Authentication with User information.
Authentication.Wrapped A wrapped authentication with methods provide the wrapped request/response for use by the application
Connector  
Handler A Jetty Server Handler.
HandlerContainer A Handler that contains other Handlers.
RequestLog A RequestLog can be attached to a RequestLogHandler to enable logging of requests/responses.
Server.Graceful  
SessionIdManager Session ID Manager.
SessionManager  
UserIdentity User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
UserIdentity.Scope A UserIdentity Scope.
UserIdentity.UnauthenticatedUserIdentity  
 

Class Summary
AbstractConnector Abstract Connector implementation.
AsyncContinuation Implementation of Continuation and AsyncContext interfaces.
CookieCutter Cookie parser
Dispatcher Servlet RequestDispatcher.
HttpConnection A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector.
HttpInput  
HttpOutput Output.
HttpWriter OutputWriter.
InclusiveByteRange Byte range inclusive of end points.
LocalConnector  
NCSARequestLog  
Request Jetty Request.
ResourceCache  
Response Response.
Server Jetty HTTP Servlet Server.
ServletRequestHttpWrapper Class to tunnel a ServletRequest via a HttpServletRequest
ServletResponseHttpWrapper Wrapper to tunnel a ServletResponse via a HttpServletResponse
 

Enum Summary
DispatcherType  
 



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