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 HTTP Connector.
Handler A Jetty Server Handler.
HandlerContainer A Handler that contains other Handlers.
RequestLog A RequestLog can be attached to a org.eclipse.jetty.server.server.handler.RequestLogHandler to enable logging of requests/responses.
Server.Graceful  
SessionIdManager  
SessionManager Session Manager.
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 This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
Request Jetty Request.
ResourceCache  
Response Response.
Server Jetty HTTP Servlet Server.
 

Enum Summary
DispatcherType  
 



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