| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
| org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| Class | Description |
|---|---|
| AbstractConnectionFactory |
Provides the common handling for
ConnectionFactory implementations including: |
| 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 | |
| Authentication |
The Authentication state of a request.
|
| Authentication.ResponseSent |
Authentication Response sent state.
|
| 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.
|
| HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
| 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.Async |
The state of the servlet async API.
|
| HttpChannelState.Interest | |
| HttpChannelState.State |
The dispatched 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. |
| HttpInput | |
| HttpInput.Content | |
| HttpInput.EOFState | |
| HttpInput.PoisonPillContent | |
| HttpInput.State | |
| 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
|
| MultiPartCleanerListener | |
| NCSARequestLog |
This
RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
| NetworkConnector |
A
Connector for TCP/IP network connectors |
| PushBuilder |
Build a request to be pushed.
|
| 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. |
| ResourceCache | |
| 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. |
| SessionIdManager |
Session ID Manager.
|
| SessionManager | |
| ShutdownMonitor |
Shutdown/Stop Monitor thread.
|
| UserIdentity |
User object that encapsulates user identity and operations such as run-as-role actions,
checking isUserInRole and getUserPrincipal.
|
| UserIdentity.Scope |
A UserIdentity Scope.
|
| Class | Description |
|---|---|
| Handler |
A Jetty Server Handler.
|
| HandlerContainer |
A Handler that contains other Handlers.
|
| Request |
Jetty Request.
|
| RequestLog |
A
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses. |
| Server |
Jetty HTTP Servlet Server.
|
| Class | Description |
|---|---|
| Handler |
A Jetty Server Handler.
|
| HandlerContainer |
A Handler that contains other Handlers.
|
| HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
| 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.
|
| Request |
Jetty Request.
|
| Class | Description |
|---|---|
| Handler |
A Jetty Server Handler.
|
| Class | Description |
|---|---|
| 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.
|
| 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. |
| NetworkConnector |
A
Connector for TCP/IP network connectors |
| NetworkTrafficServerConnector |
A specialized version of
ServerConnector that supports NetworkTrafficListeners. |
| Server |
Jetty HTTP Servlet Server.
|
| ServerConnector |
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
| Class | Description |
|---|---|
| Handler |
A Jetty Server Handler.
|
| HandlerContainer |
A Handler that contains other Handlers.
|
| Request |
Jetty Request.
|
| Server |
Jetty HTTP Servlet Server.
|
| SessionIdManager |
Session ID Manager.
|
| SessionManager |
Copyright © 1995–2018 Webtide. All rights reserved.