All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractConnectionFactory |
|
| AbstractConnector |
An abstract implementation of Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, etc).
|
| AbstractConnectorMBean |
|
| AbstractHandler |
AbstractHandler.
|
| AbstractHandler.ErrorDispatchHandler |
An extension of AbstractHandler that handles DispatcherType.ERROR dispatches.
|
| AbstractHandlerContainer |
Abstract Handler Container.
|
| AbstractHandlerMBean |
|
| AbstractNCSARequestLog |
Deprecated.
|
| AbstractNetworkConnector |
An abstract Network Connector.
|
| AbstractSessionCache |
AbstractSessionCache
A base implementation of the SessionCache interface for managing a set of
Session objects pertaining to a context in memory.
|
| AbstractSessionDataStore |
AbstractSessionDataStore
|
| AbstractSessionDataStoreFactory |
AbstractSessionDataStoreFactory
|
| AcceptRateLimit |
A Listener that limits the rate at which new connections are accepted
|
| AllowSymLinkAliasChecker |
Symbolic Link AliasChecker.
|
| AsyncContextEvent |
|
| AsyncContextState |
|
| AsyncContextState.WrappedAsyncListener |
|
| AsyncDelayHandler |
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
|
| AsyncNCSARequestLog |
Deprecated.
|
| AsyncRequestLogWriter |
An asynchronously writing RequestLogWriter
|
| 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.Failed |
|
| Authentication.Failure |
An Authentication Failure has been sent.
|
| Authentication.LoginAuthentication |
An authentication that is capable of performing a programmatic login
operation.
|
| Authentication.LogoutAuthentication |
An authentication that is capable of performing a programmatic
logout operation.
|
| Authentication.NonAuthenticated |
After a logout, the authentication reverts to a state
where it is possible to programmatically log in again.
|
| 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
|
| BufferedResponseHandler |
Buffered Response Handler
|
| CachedContentFactory |
|
| CachingSessionDataStore |
CachingSessionDataStore
A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
|
| CachingSessionDataStoreFactory |
CachingSessionDataStoreFactory
|
| ClassLoaderDump |
|
| ConnectionFactory |
A Factory to create Connection instances for Connectors.
|
| ConnectionFactory.Upgrading |
|
| ConnectionLimit |
A Listener that limits the number of Connections.
|
| Connector |
A Connector accept connections and data from remote peers,
and allows applications to send data to remote peers, by setting up
the machinery needed to handle such tasks.
|
| ConnectorStatistics |
Deprecated.
|
| ContextHandler |
ContextHandler.
|
| ContextHandler.AliasCheck |
Interface to check aliases
|
| ContextHandler.ApproveAliases |
Approve all aliases.
|
| ContextHandler.ApproveNonExistentDirectoryAliases |
Approve Aliases of a non existent directory.
|
| ContextHandler.Availability |
|
| ContextHandler.ContextScopeListener |
Listener for all threads entering context scope, including async IO callbacks
|
| ContextHandler.StaticContext |
|
| ContextHandlerCollection |
This HandlerCollection is creates a
Map of contexts to it's contained handlers based
on the context path and virtual hosts of any contained ContextHandlers.
|
| ContextHandlerMBean |
|
| CookieCutter |
Cookie parser
|
| CustomRequestLog |
A flexible RequestLog, which produces log strings in a customizable format.
|
| DatabaseAdaptor |
DatabaseAdaptor
Handles differences between databases.
|
| DebugHandler |
Deprecated.
|
| DebugListener |
A Context Listener that produces additional debug.
|
| DefaultHandler |
Default Handler.
|
| DefaultSessionCache |
DefaultSessionCache
A session store that keeps its sessions in memory in a hashmap
|
| DefaultSessionCacheFactory |
DefaultSessionCacheFactory
Factory for creating new DefaultSessionCaches.
|
| DefaultSessionIdManager |
DefaultSessionIdManager
Manages session ids to ensure each session id within a context is unique, and that
session ids can be shared across contexts (but not session contents).
|
| DeflaterPool |
|
| Dispatcher |
|
| EncodingHttpWriter |
|
| ErrorHandler |
|
| ErrorHandler.ErrorPageMapper |
|
| FileSessionDataStore |
FileSessionDataStore
A file-based store of session data.
|
| FileSessionDataStoreFactory |
FileSessionDataStoreFactory
|
| ForwardedRequestCustomizer |
Customize Requests for Proxy Forwarding.
|
| GzipFactory |
|
| GzipHandler |
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
| GzipHttpInputInterceptor |
A HttpInput Interceptor that inflates GZIP encoded request content.
|
| GzipHttpOutputInterceptor |
|
| Handler |
A Jetty Server Handler.
|
| HandlerCollection |
A collection of handlers.
|
| HandlerCollection.Handlers |
|
| HandlerContainer |
A Handler that contains other Handlers.
|
| HandlerList |
HandlerList.
|
| HandlerWrapper |
A HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate.
|
| HomeBaseWarning |
Display an optional Warning Message if the {jetty.home} and {jetty.base} are the same directory.
|
| HostHeaderCustomizer |
Customizes requests that lack the Host header (for example, HTTP 1.0 requests).
|
| HotSwapHandler |
A HandlerContainer that allows a hot swap of a wrapped handler.
|
| HouseKeeper |
HouseKeeper
There is 1 session HouseKeeper per SessionIdManager instance.
|
| HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
| HttpChannel.Listener |
|
| HttpChannelOverHttp |
A HttpChannel customized to be transported over the HTTP/1 protocol
|
| HttpChannelState |
Implementation of AsyncContext interface that holds the state of request-response cycle.
|
| HttpChannelState.Action |
The actions to take as the channel moves from state to state.
|
| HttpChannelState.State |
The state of the HttpChannel,used to control the overall lifecycle.
|
| HttpConfiguration |
HTTP Configuration.
|
| HttpConfiguration.ConnectionFactory |
|
| HttpConfiguration.Customizer |
An interface that allows a request object to be customized
for a particular HTTP connector configuration.
|
| HttpConnection |
A Connection that handles the HTTP protocol.
|
| HttpConnectionFactory |
A Connection Factory for HTTP Connections.
|
| HttpInput |
|
| HttpInput.ChainedInterceptor |
|
| HttpInput.Content |
|
| HttpInput.EofContent |
|
| HttpInput.EOFState |
|
| HttpInput.Interceptor |
An interceptor for HTTP Request input.
|
| HttpInput.SentinelContent |
A Sentinel Content, which has zero length content but
indicates some other event in the input stream (eg EOF)
|
| HttpInput.State |
|
| HttpInputOverHTTP |
|
| HttpOutput |
HttpOutput implements ServletOutputStream
as required by the Servlet specification.
|
| HttpOutput.Interceptor |
The HttpOutput.Interceptor is a single intercept point for all
output written to the HttpOutput: via writer; via output stream;
asynchronously; or blocking.
|
| HttpTransport |
Abstraction of the outbound HTTP transport.
|
| HttpWriter |
|
| IdleTimeoutHandler |
Handler to adjust the idle timeout of requests while dispatched.
|
| InclusiveByteRange |
Byte range inclusive of end points.
|
| InetAccessHandler |
InetAddress Access Handler
|
| IPAccessHandler |
Deprecated. |
| Iso88591HttpWriter |
|
| JDBCSessionDataStore |
JDBCSessionDataStore
Session data stored in database
|
| JDBCSessionDataStore.SessionTableSchema |
SessionTableSchema
|
| JDBCSessionDataStoreFactory |
JDBCSessionDataStoreFactory
|
| LocalConnector |
A local connector, mostly for testing purposes.
|
| LowResourceMonitor |
|
| LowResourceMonitor.LowResourceCheck |
|
| ManagedAttributeListener |
Enable Jetty style JMX MBeans from within a Context
|
| MovedContextHandler |
Moved ContextHandler.
|
| MultiPartCleanerListener |
|
| MultiPartFormDataCompliance |
The compliance level for parsing multiPart/form-data
|
| MultiParts |
|
| MultiParts.MultiPartsHttpParser |
|
| MultiParts.MultiPartsUtilParser |
|
| NCSARequestLog |
Deprecated.
|
| NegotiatingServerConnection |
|
| NegotiatingServerConnection.CipherDiscriminator |
|
| NegotiatingServerConnectionFactory |
|
| NetworkConnector |
|
| NetworkTrafficSelectChannelConnector |
Deprecated.
|
| NetworkTrafficServerConnector |
A specialized version of ServerConnector that supports NetworkTrafficListeners.
|
| NullSessionCache |
NullSessionCache
Does not actually cache any Session objects.
|
| NullSessionCacheFactory |
NullSessionCacheFactory
Factory for NullSessionCaches.
|
| NullSessionDataStore |
NullSessionDataStore
Does not actually store anything, useful for testing.
|
| NullSessionDataStoreFactory |
NullSessionDataStoreFactory
|
| OptionalSslConnectionFactory |
A ConnectionFactory whose connections detect whether the first bytes are
TLS bytes and upgrades to either a TLS connection or to another configurable
connection.
|
| ProxyConnectionFactory |
ConnectionFactory for the PROXY Protocol.
|
| ProxyConnectionFactory.ProxyEndPoint |
|
| ProxyConnectionFactory.ProxyProtocolV1Connection |
|
| PushBuilder |
Build a request to be pushed.
|
| PushBuilderImpl |
|
| QuietServletException |
A ServletException that is logged less verbosely than
a normal ServletException.
|
| Request |
Jetty Request.
|
| RequestLog |
A RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses.
|
| RequestLog.Collection |
|
| RequestLog.Writer |
Writes the generated log string to a log sink
|
| RequestLogHandler |
|
| RequestLogWriter |
Writer which outputs pre-formatted request log strings to a file using RolloverFileOutputStream.
|
| ResourceContentFactory |
A HttpContent.Factory for transient content (not cached).
|
| ResourceHandler |
Resource Handler.
|
| ResourceService |
Abstract resource service, used by DefaultServlet and ResourceHandler
|
| ResourceService.WelcomeFactory |
|
| Response |
Response provides the implementation for HttpServletResponse.
|
| Response.OutputType |
|
| ResponseWriter |
Specialized PrintWriter for servlet Responses
|
| ScopedHandler |
ScopedHandler.
|
| SecuredRedirectHandler |
Secured Redirect Handler
|
| SecureRequestCustomizer |
Customizer that extracts the attribute from an SSLContext
and sets them on the request with ServletRequest.setAttribute(String, Object)
according to Servlet Specification Requirements.
|
| Server |
Jetty HTTP Servlet Server.
|
| ServerConnectionStatistics |
|
| ServerConnector |
This Connector implementation is the primary connector for the
Jetty server over TCP/IP.
|
| ServerMBean |
|
| ServletRequestHttpWrapper |
ServletRequestHttpWrapper
Class to tunnel a ServletRequest via a HttpServletRequest
|
| ServletResponseHttpWrapper |
ServletResponseHttpWrapper
Wrapper to tunnel a ServletResponse via a HttpServletResponse
|
| Session |
Session
A heavy-weight Session object representing a HttpSession.
|
| Session.IdState |
|
| Session.State |
State
Validity states of a session
|
| SessionCache |
SessionCache
A working set of Session objects for a context.
|
| SessionCacheFactory |
SessionCacheFactory
|
| SessionContext |
SessionContext
Information about the context to which sessions belong: the Context,
the SessionHandler of the context, and the unique name of the node.
|
| SessionData |
SessionData
The data associated with a session.
|
| SessionDataMap |
SessionDataMap
A map style access to SessionData keyed by the session id.
|
| SessionDataMapFactory |
SessionDataMapFactory
|
| SessionDataStore |
SessionDataStore
A store for the data contained in a Session object.
|
| SessionDataStoreFactory |
SessionDataStoreFactory
|
| SessionHandler |
SessionHandler.
|
| SessionHandler.SessionIf |
SessionIf
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
|
| SessionIdManager |
Session ID Manager.
|
| ShutdownHandler |
A handler that shuts the server down on a valid request.
|
| ShutdownMonitor |
Shutdown/Stop Monitor thread.
|
| Slf4jRequestLog |
Deprecated.
|
| Slf4jRequestLogWriter |
Request log writer using a Slf4jLog Logger
|
| SocketCustomizationListener |
A Connection Lister for customization of SocketConnections.
|
| SslConnectionFactory |
|
| StatisticsHandler |
|
| ThreadLimitHandler |
Handler to limit the threads per IP address for DOS protection
|
| UnreadableSessionDataException |
UnreadableSessionDataException
|
| UnwriteableSessionDataException |
UnwriteableSessionDataException
|
| 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 |
|
| Utf8HttpWriter |
OutputWriter.
|