Package | Description |
---|---|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
org.eclipse.jetty.jaas.callback |
Jetty Jaas : Jaas Callbacks
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
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
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Class and Description |
---|
UserIdentity
User object that encapsulates user identity and operations such as run-as-role actions,
checking isUserInRole and getUserPrincipal.
|
Class and Description |
---|
Request
Jetty Request.
|
Class and Description |
---|
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.NonAuthenticated
After a logout, the authentication reverts to a state
where it is possible to programmatically log in again.
|
Authentication.User
A successful Authentication with User information.
|
Handler
A Jetty Server Handler.
|
HandlerContainer
A Handler that contains other Handlers.
|
Request
Jetty Request.
|
Response
Response provides the implementation for HttpServletResponse . |
Server
Jetty HTTP Servlet Server.
|
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 and Description |
---|
Authentication
The Authentication state of a request.
|
Authentication.Deferred
A deferred authentication with methods to progress
the authentication process.
|
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.
|
Authentication.User
A successful Authentication with User information.
|
Request
Jetty Request.
|
UserIdentity
User object that encapsulates user identity and operations such as run-as-role actions,
checking isUserInRole and getUserPrincipal.
|
Class and 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
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLog.Writer |
AbstractNetworkConnector
An abstract Network Connector.
|
AcceptRateLimit.Rate |
AsyncAttributes |
AsyncContextEvent |
AsyncContextState |
AsyncRequestLogWriter.WriterThread |
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 |
CachedContentFactory.CachedHttpContent
MetaData associated with a context Resource.
|
CachedContentFactory.CachedPrecompressedHttpContent |
ConnectionFactory
A Factory to create
Connection instances for Connector s. |
ConnectionFactory.Detecting
Connections created by this factory MUST implement
Connection.UpgradeTo . |
ConnectionFactory.Detecting.Detection
The possible outcomes of the
ConnectionFactory.Detecting.detect(ByteBuffer) method. |
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. |
ConnectorStatistics.Sample
Deprecated.
|
CookieCutter
Cookie parser
|
CustomRequestLog.Token |
DetectorConnectionFactory
A
ConnectionFactory combining multiple Detecting instances that will upgrade to
the first one recognizing the bytes in the buffer. |
ForwardedRequestCustomizer.PossiblyPartialHostPort |
Handler
A Jetty Server Handler.
|
HandlerContainer
A Handler that contains other Handlers.
|
HttpChannel
HttpChannel represents a single endpoint for HTTP semantic processing.
|
HttpChannel.Dispatchable |
HttpChannel.Listener
Listener for
HttpChannel events. |
HttpChannel.SendCallback |
HttpChannelListeners.NotifyContent |
HttpChannelListeners.NotifyFailure |
HttpChannelListeners.NotifyRequest |
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.InputState |
HttpChannelState.OutputState |
HttpChannelState.RequestState |
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. |
HttpConnection.AsyncReadCallback |
HttpConnection.BlockingReadCallback |
HttpConnection.SendCallback |
HttpInput |
HttpInput.Content |
HttpInput.EOFState |
HttpInput.Interceptor
An interceptor for HTTP Request input.
|
HttpInput.SentinelContent
A Sentinel Content, which has zero length content but
indicates some other event in the input stream (eg EOF)
|
HttpInput.State |
HttpOutput
HttpOutput implements ServletOutputStream
as required by the Servlet specification. |
HttpOutput.ApiState
The API State which combines with the output State:
|
HttpOutput.ChannelWriteCB |
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.
|
HttpOutput.NestedChannelWriteCB |
HttpOutput.State
The output state
|
HttpTransport
Abstraction of the outbound HTTP transport.
|
HttpWriter |
InclusiveByteRange
Byte range inclusive of end points.
|
LocalConnector.LocalEndPoint
Local EndPoint
|
LowResourceMonitor.LowResourceCheck |
MultiPartCleanerListener |
MultiPartFormDataCompliance
The compliance level for parsing
multiPart/form-data |
MultiParts |
NCSARequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLogWriter |
NetworkConnector
A
Connector for TCP/IP network connectors |
ProxyConnectionFactory.ProxyV2ConnectionFactory.Family |
ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport |
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. |
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.EncodingFrom |
Response.OutputType |
ResponseWriter
Specialized PrintWriter for servlet Responses
|
SecureRequestCustomizer.SslSessionData
Simple bundle of data that is cached in the SSLSession.
|
Server
Jetty HTTP Servlet Server.
|
Server.DateField |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
SessionIdManager
Session ID Manager.
|
ShutdownMonitor
Shutdown/Stop Monitor thread.
|
Slf4jRequestLogWriter
Request log writer using a Slf4jLog Logger
|
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.
|
Class and 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.
|
RequestLog
A
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses. |
ResourceService
Abstract resource service, used by DefaultServlet and ResourceHandler
|
ResourceService.WelcomeFactory |
Server
Jetty HTTP Servlet Server.
|
Class and Description |
---|
Handler
A Jetty Server Handler.
|
HandlerContainer
A Handler that contains other Handlers.
|
HttpChannel
HttpChannel represents a single endpoint for HTTP semantic processing.
|
HttpInput.Content |
HttpInput.Interceptor
An interceptor for HTTP Request input.
|
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 and Description |
---|
AbstractConnector
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, etc). |
Handler
A Jetty Server Handler.
|
Server
Jetty HTTP Servlet Server.
|
Class and 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 Connector s. |
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 NetworkTrafficListener s. |
Server
Jetty HTTP Servlet Server.
|
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
Class and 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.
|
Class and Description |
---|
CachedContentFactory |
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.
|
Request
Jetty Request.
|
ResourceService
Abstract resource service, used by DefaultServlet and ResourceHandler
|
ResourceService.WelcomeFactory |
UserIdentity.Scope
A UserIdentity Scope.
|
Class and Description |
---|
Handler
A Jetty Server Handler.
|
HandlerContainer
A Handler that contains other Handlers.
|
Server
Jetty HTTP Servlet Server.
|