| AbstractConnectionFactory |
|
| AbstractConnector |
An abstract implementation of Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, etc).
|
| AbstractNetworkConnector |
An abstract Network Connector.
|
| AsyncContextEvent |
|
| AsyncContextState |
|
| Authentication |
The Authentication state of a request.
|
| 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.ResponseSent |
Authentication Response sent state.
|
| CachedContentFactory |
|
| 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 |
|
| 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.
|
| DetectorConnectionFactory |
|
| ForwardedRequestCustomizer.Source |
Ordered Source Enum.
|
| Handler |
A Jetty Server Handler.
|
| HandlerContainer |
A Handler that contains other Handlers.
|
| HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
| HttpChannel.Listener |
|
| 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.
|
| HttpInput |
While this class is-a Runnable, it should never be dispatched in it's own thread.
|
| HttpInput.Content |
|
| HttpInput.Interceptor |
|
| HttpInput.SpecialContent |
Abstract class that implements the standard special content behavior.
|
| 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 |
|
| InclusiveByteRange |
Byte range inclusive of end points.
|
| LocalConnector.LocalEndPoint |
Local EndPoint
|
| LowResourceMonitor.LowResourceCheck |
|
| MultiPartParser.FieldState |
|
| MultiPartParser.Handler |
|
| MultiPartParser.State |
|
| NetworkConnector |
|
| 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.Writer |
Writes the generated log string to a log sink
|
| RequestLogWriter |
Writer which outputs pre-formatted request log strings to a file using RolloverFileOutputStream.
|
| ResourceService.WelcomeFactory |
|
| Response |
Response provides the implementation for HttpServletResponse.
|
| Response.OutputType |
|
| Server |
Jetty HTTP Servlet Server.
|
| ServerConnector |
This Connector implementation is the primary connector for the
Jetty server over TCP/IP.
|
| ServletPathMapping |
Implementation of HttpServletMapping.
|
| SessionIdManager |
Session ID Manager.
|
| ShutdownMonitor |
Shutdown/Stop Monitor thread.
|
| SslConnectionFactory |
|
| UserIdentity |
User object that encapsulates user identity and operations such as run-as-role actions,
checking isUserInRole and getUserPrincipal.
|
| UserIdentity.Scope |
A UserIdentity Scope.
|