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 |
Deprecated.
|
| AbstractHandlerContainer |
Abstract Handler Container.
|
| AbstractHandlerMBean |
|
| 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.
|
| AbstractSessionCacheFactory |
AbstractSessionCacheFactory
Base class for SessionCacheFactories.
|
| 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.
|
| 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 |
A Handler that can apply a HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.
|
| BufferedResponseHandler.BufferedInterceptor |
|
| 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.Configuring |
A ConnectionFactory that can configure the connector.
|
| ConnectionFactory.Detecting |
Connections created by this factory MUST implement Connection.UpgradeTo.
|
| ConnectionFactory.Detecting.Detection |
|
| 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.
|
| ContentProducer |
|
| 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.ContextStatus |
|
| ContextHandler.StaticContext |
A simple implementation of ServletContext that is used when there is no
ContextHandler.
|
| 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 |
|
| Cookies |
Cookie parser
|
| CustomRequestLog |
A flexible RequestLog, which produces log strings in a customizable format.
|
| DatabaseAdaptor |
DatabaseAdaptor
Handles differences between databases.
|
| DebugHandler |
Debug Handler.
|
| 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).
|
| DetectorConnectionFactory |
|
| Dispatcher |
|
| EncodingHttpWriter |
|
| ErrorHandler |
|
| ErrorHandler.ErrorPageMapper |
|
| FileBufferedResponseHandler |
A Handler that can apply a HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.
|
| FileSessionDataStore |
FileSessionDataStore
A file-based store of session data.
|
| FileSessionDataStoreFactory |
FileSessionDataStoreFactory
|
| ForwardedRequestCustomizer |
Customize Requests for Proxy Forwarding.
|
| ForwardedRequestCustomizer.Source |
Ordered Source Enum.
|
| GzipFactory |
|
| GzipHandler |
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
| GzipHttpInputInterceptor |
An 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 |
Adds a missing Host header (for example, HTTP 1.0 or 2.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 |
|
| HttpChannel.TransientListeners |
Deprecated. |
| HttpChannelListeners |
|
| HttpChannelOverHttp |
An 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 |
|
| 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 |
While this class is-a Runnable, it should never be dispatched in it's own thread.
|
| HttpInput.Content |
|
| HttpInput.EofContent |
EOF special content.
|
| HttpInput.ErrorContent |
Error special content.
|
| HttpInput.Interceptor |
|
| HttpInput.SpecialContent |
Abstract class that implements the standard special content behavior.
|
| HttpInput.WrappingContent |
Simple non-special content wrapper allow overriding the EOF flag.
|
| 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
|
| InetAccessSet |
|
| 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.
|
| MultiPartFormInputStream |
MultiPartInputStream
|
| MultiPartParser |
A parser for MultiPart content type.
|
| MultiPartParser.FieldState |
|
| MultiPartParser.Handler |
|
| MultiPartParser.State |
|
| NegotiatingServerConnection |
|
| NegotiatingServerConnection.CipherDiscriminator |
|
| NegotiatingServerConnectionFactory |
|
| NetworkConnector |
|
| 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 |
Deprecated.
|
| ProxyConnectionFactory |
ConnectionFactory for the PROXY Protocol.
|
| ProxyConnectionFactory.ProxyEndPoint |
|
| ProxyCustomizer |
Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory
and sets them on the request with ServletRequest.setAttribute(String, Object).
|
| 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 |
An 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
|
| SameFileAliasChecker |
Alias checking for working with FileSystems that normalize access to the
File System.
|
| ScopedHandler |
ScopedHandler.
|
| SecuredRedirectHandler |
SecuredRedirectHandler redirects from http to https.
|
| 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 |
Deprecated. |
| ServerConnector |
This Connector implementation is the primary connector for the
Jetty server over TCP/IP.
|
| ServerMBean |
|
| ServletAttributes |
An implementation of Attributes that supports the standard async attributes.
|
| ServletPathMapping |
Implementation of HttpServletMapping.
|
| ServletRequestHttpWrapper |
ServletRequestHttpWrapper
Class to tunnel a ServletRequest via an HttpServletRequest
|
| ServletResponseHttpWrapper |
ServletResponseHttpWrapper
Wrapper to tunnel a ServletResponse via an HttpServletResponse
|
| Session |
Session
A heavy-weight Session object representing an 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.
|
| 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.
|