Interface | Description |
---|---|
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
|
ConnectionFactory |
A Factory to create
Connection instances for Connector s. |
ConnectionFactory.Upgrading | |
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. |
Handler |
A Jetty Server Handler.
|
HandlerContainer |
A Handler that contains other Handlers.
|
HttpConfiguration.ConnectionFactory | |
HttpConfiguration.Customizer |
An interface that allows a request object to be customized
for a particular HTTP connector configuration.
|
HttpOutput.Interceptor | |
HttpTransport |
Abstraction of the outbound HTTP transport.
|
NegotiatingServerConnection.CipherDiscriminator | |
NetworkConnector |
A
Connector for TCP/IP network connectors |
PushBuilder |
Build a request to be pushed.
|
RequestLog |
A
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses. |
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 | Description |
---|---|
AbstractConnectionFactory |
Abstract ConnectionFactory
|
AbstractConnector |
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, etc). |
AbstractNCSARequestLog |
Base implementation of the
RequestLog outputs logs in the pseudo-standard NCSA common log format. |
AbstractNetworkConnector |
An abstract Network Connector.
|
AsyncContextEvent | |
AsyncContextState | |
AsyncNCSARequestLog |
An asynchronously writing NCSA Request Log
|
ClassLoaderDump | |
ConnectorStatistics |
A Connector.Listener that gathers Connector and Connections Statistics.
|
CookieCutter |
Cookie parser
|
Dispatcher | |
EncodingHttpWriter | |
ForwardedRequestCustomizer |
Customize Requests for Proxy Forwarding.
|
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). |
HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
HttpChannelState |
Implementation of AsyncContext interface that holds the state of request-response cycle.
|
HttpConfiguration |
HTTP Configuration.
|
HttpConnection |
A
Connection that handles the HTTP protocol. |
HttpConnectionFactory |
A Connection Factory for HTTP Connections.
|
HttpInput | |
HttpInput.Content | |
HttpInput.EofContent | |
HttpInput.EOFState | |
HttpInput.PoisonPillContent | |
HttpInput.State | |
HttpInputOverHTTP | |
HttpOutput |
HttpOutput implements ServletOutputStream
as required by the Servlet specification. |
HttpWriter | |
InclusiveByteRange |
Byte range inclusive of end points.
|
Iso88591HttpWriter | |
LocalConnector | |
LowResourceMonitor |
A monitor for low resources
|
MultiPartCleanerListener | |
NCSARequestLog |
This
RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
NegotiatingServerConnection | |
NegotiatingServerConnectionFactory | |
NetworkTrafficServerConnector |
A specialized version of
ServerConnector that supports NetworkTrafficListener s. |
ProxyConnectionFactory |
ConnectionFactory for the PROXY Protocol.
|
ProxyConnectionFactory.ProxyConnection | |
ProxyConnectionFactory.ProxyEndPoint | |
PushBuilderImpl | |
Request |
Jetty Request.
|
ResourceCache | |
Response |
Response provides the implementation for HttpServletResponse . |
ResponseWriter |
Specialized PrintWriter for servlet Responses
|
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.
|
ServerConnector |
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
ServletRequestHttpWrapper |
ServletRequestHttpWrapper
Class to tunnel a ServletRequest via a HttpServletRequest
|
ServletResponseHttpWrapper |
ServletResponseHttpWrapper
Wrapper to tunnel a ServletResponse via a HttpServletResponse
|
ShutdownMonitor |
Shutdown/Stop Monitor thread.
|
Slf4jRequestLog |
Implementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"
|
SocketCustomizationListener |
A Connection Lister for customization of SocketConnections.
|
SslConnectionFactory | |
Utf8HttpWriter |
OutputWriter.
|
Enum | Description |
---|---|
HttpChannelState.Action |
The actions to take as the channel moves from state to state.
|
HttpChannelState.Async |
The state of the servlet async API.
|
HttpChannelState.State |
The dispatched state of the HttpChannel, used to control the overall lifecycle
|
Response.OutputType |
Exception | Description |
---|---|
Authentication.Failed | |
QuietServletException |
A ServletException that is logged less verbosely than
a normal ServletException.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.