| 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 Connectors. |
| 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.
|
| HttpTransport | |
| NetworkConnector |
A
Connector for TCP/IP network connectors |
| 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 | |
| AbstractConnector |
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, SPDY, 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
|
| ByteBufferQueuedHttpInput |
An implementation of HttpInput using
ByteBuffer as items. |
| 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<T> |
HttpChannel.
|
| 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<T> | |
| 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
|
| NCSARequestLog |
This
RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
| NegotiatingServerConnection | |
| NegotiatingServerConnectionFactory | |
| NetworkTrafficServerConnector |
A specialized version of
ServerConnector that supports NetworkTrafficListeners. |
| QueuedHttpInput<T> |
QueuedHttpInput holds a queue of items passed to it by calls to QueuedHttpInput.content(Object). |
| Request |
Jetty Request.
|
| Request.MultiPartCleanerListener | |
| ResourceCache | |
| Response |
Response provides the implementation for HttpServletResponse. |
| 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"
|
| 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 livecycle
|
| 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.