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.
|
HttpChannel.Listener |
Listener for
HttpChannel events. |
HttpConfiguration.ConnectionFactory | |
HttpConfiguration.Customizer |
An interface that allows a request object to be customized
for a particular HTTP connector configuration.
|
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.
|
HttpTransport |
Abstraction of the outbound HTTP transport.
|
LowResourceMonitor.LowResourceCheck | |
MultiParts | |
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. |
RequestLog.Writer |
Writes the generated log string to a log sink
|
ResourceService.WelcomeFactory | |
SessionIdManager |
Session ID Manager.
|
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 |
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 |
A Listener that limits the rate at which new connections are accepted
|
AsyncContextEvent | |
AsyncContextState | |
AsyncContextState.WrappedAsyncListener | |
AsyncNCSARequestLog | Deprecated
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with an AsyncRequestLogWriter |
AsyncRequestLogWriter |
An asynchronously writing RequestLogWriter
|
CachedContentFactory | |
ClassLoaderDump | |
ConnectionLimit |
A Listener that limits the number of Connections.
|
ConnectorStatistics | Deprecated
use
ServerConnectionStatistics instead. |
CookieCutter |
Cookie parser
|
CustomRequestLog |
A flexible RequestLog, which produces log strings in a customizable format.
|
DebugListener |
A Context Listener that produces additional debug.
|
DeflaterPool | |
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.
|
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.
|
HttpConfiguration |
HTTP Configuration.
|
HttpConnection |
A
Connection that handles the HTTP protocol. |
HttpConnectionFactory |
A Connection Factory for HTTP Connections.
|
HttpInput | |
HttpInput.ChainedInterceptor |
An
HttpInput.Interceptor that chains two other HttpInput.Interceptor s together. |
HttpInput.Content | |
HttpInput.EofContent | |
HttpInput.EOFState | |
HttpInput.SentinelContent |
A Sentinel Content, which has zero length content but
indicates some other event in the input stream (eg EOF)
|
HttpInput.State | |
HttpInputOverHTTP | |
HttpOutput |
HttpOutput implements ServletOutputStream
as required by the Servlet specification. |
HttpWriter | |
InclusiveByteRange |
Byte range inclusive of end points.
|
Iso88591HttpWriter | |
LocalConnector |
A local connector, mostly for testing purposes.
|
LowResourceMonitor |
A monitor for low resources, low resources can be detected by:
ThreadPool.isLowOnThreads() if Connector.getExecutor() is
an instance of ThreadPool and LowResourceMonitor.setMonitorThreads(boolean) is true.
If LowResourceMonitor.setMaxMemory(long) is non zero then low resources is detected if the JVMs
Runtime instance has Runtime.totalMemory() minus Runtime.freeMemory()
greater than LowResourceMonitor.getMaxMemory()
If LowResourceMonitor.setMaxConnections(int) is non zero then low resources is detected if the total number
of connections exceeds LowResourceMonitor.getMaxConnections() . |
MultiPartCleanerListener | |
MultiParts.MultiPartsHttpParser | |
MultiParts.MultiPartsUtilParser | |
NCSARequestLog | Deprecated
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLogWriter |
NegotiatingServerConnection | |
NegotiatingServerConnectionFactory | |
NetworkTrafficServerConnector |
A specialized version of
ServerConnector that supports NetworkTrafficListener s. |
OptionalSslConnectionFactory |
A ConnectionFactory whose connections detect whether the first bytes are
TLS bytes and upgrades to either a TLS connection or to another configurable
connection.
|
ProxyConnectionFactory |
ConnectionFactory for the PROXY Protocol.
|
ProxyConnectionFactory.ProxyEndPoint | |
ProxyConnectionFactory.ProxyProtocolV1Connection | |
PushBuilderImpl | |
Request |
Jetty Request.
|
RequestLog.Collection | |
RequestLogWriter |
Writer which outputs pre-formatted request log strings to a file using
RolloverFileOutputStream . |
ResourceContentFactory |
A HttpContent.Factory for transient content (not cached).
|
ResourceService |
Abstract resource service, used by DefaultServlet and ResourceHandler
|
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.
|
ServerConnectionStatistics | |
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 | Deprecated
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with an Slf4jRequestLogWriter |
Slf4jRequestLogWriter |
Request log writer using a Slf4jLog Logger
|
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.State |
The state of the HttpChannel,used to control the overall lifecycle.
|
MultiPartFormDataCompliance |
The compliance level for parsing
multiPart/form-data |
Response.OutputType |
Exception | Description |
---|---|
Authentication.Failed | |
QuietServletException |
A ServletException that is logged less verbosely than
a normal ServletException.
|
Copyright © 1995–2023 Webtide. All rights reserved.