All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
Class |
Description |
AbsoluteOrdering |
AbsoluteOrdering
|
AbstractAuthentication |
|
AbstractByteBufferPool |
|
AbstractCallbackHandler |
|
AbstractConfiguration |
|
AbstractConnection |
|
AbstractConnectionFactory |
|
AbstractConnectionPool |
|
AbstractConnectionPool.EntryHolder |
|
AbstractConnector |
|
AbstractConnectorHttpClientTransport |
|
AbstractConnectorMBean |
|
AbstractDatabaseLoginModule |
AbstractDatabaseLoginModule
Abstract base class for LoginModules that interact with a
database to retrieve authentication and authorization information.
|
AbstractDiscoverableAnnotationHandler |
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
|
AbstractEndPoint |
|
AbstractEndPoint.State |
|
AbstractHandler |
AbstractHandler.
|
AbstractHandler.ErrorDispatchHandler |
Deprecated.
|
AbstractHandlerContainer |
Abstract Handler Container.
|
AbstractHandlerMBean |
|
AbstractHttpClientTransport |
|
AbstractLeakPreventer |
AbstractLeakPreventer
Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to
proactively call the code that pins them (generally pinned as static data members, or as static
data members that are daemon threads (which use the context classloader)).
|
AbstractLifeCycle |
Basic implementation of the life cycle interface for components.
|
AbstractLifeCycle.AbstractLifeCycleListener |
Deprecated.
|
AbstractLogger |
Abstract Logger.
|
AbstractLoginModule |
AbstractLoginModule
Abstract base class for all LoginModules.
|
AbstractLoginService |
AbstractLoginService
|
AbstractLoginService.RolePrincipal |
RolePrincipal
|
AbstractLoginService.UserPrincipal |
UserPrincipal
|
AbstractNCSARequestLog |
Deprecated.
|
AbstractNetworkConnector |
An abstract Network Connector.
|
AbstractPathSpec |
|
AbstractProxyServlet |
Abstract base class for proxy servlets.
|
AbstractProxyServlet.TransparentDelegate |
Utility class that implement transparent proxy functionalities.
|
AbstractSessionCache |
AbstractSessionCache
A base implementation of the SessionCache interface for managing a set of
Session objects pertaining to a context in memory.
|
AbstractSessionCacheFactory |
AbstractSessionCacheFactory
Base class for SessionCacheFactories.
|
AbstractSessionDataStore |
AbstractSessionDataStore
|
AbstractSessionDataStoreFactory |
AbstractSessionDataStoreFactory
|
AbstractTrie<V> |
Abstract Trie implementation.
|
AbstractTypedContentProvider |
|
AbstractUserAuthentication |
AbstractUserAuthentication
Base class for representing an authenticated user.
|
AcceptRateLimit |
A Listener that limits the rate at which new connections are accepted
|
AfterContentTransformer |
A specialized transformer for AsyncMiddleManServlet that performs
the transformation when the whole content has been received.
|
AliasedX509ExtendedKeyManager |
An X509ExtendedKeyManager that select a key with desired alias,
delegating other processing to a nested X509ExtendedKeyManager.
|
AllowedResourceAliasChecker |
|
AllowSymLinkAliasChecker |
Deprecated.
|
ALPNProcessor |
|
ALPNProcessor.Client |
Client-side interface used by ServiceLoader.
|
ALPNProcessor.Server |
Server-side interface used by ServiceLoader.
|
AnnotationConfiguration |
Configuration for Annotations
|
AnnotationConfiguration.ClassInheritanceMap |
|
AnnotationDecorator |
AnnotationDecorator
|
AnnotationIntrospector |
AnnotationIntrospector
Introspects a class to find various types of
annotations as defined by the servlet specification.
|
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler |
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
|
AnnotationIntrospector.IntrospectableAnnotationHandler |
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
|
AnnotationParser |
AnnotationParser
|
AnnotationParser.AbstractHandler |
Convenience base class to provide no-ops for all Handler methods.
|
AnnotationParser.Handler |
Signature for all handlers that respond to parsing class files.
|
AntWebAppContext |
Extension of WebAppContext to allow configuration via Ant environment.
|
AntWebAppContext.AntServletHandler |
AntServletHandler
|
AntWebAppContext.AntServletHolder |
AntServletHolder
|
AntWebAppContext.AntURLClassLoader |
AntURLClassLoader
Adapt the AntClassLoader which is not a URLClassLoader - this is needed for
jsp to be able to search the classpath.
|
AntWebInfConfiguration |
|
AntWebXmlConfiguration |
This configuration object provides additional way to inject application
properties into the configured web application.
|
App |
|
AppContextLeakPreventer |
AppContextLeakPreventer
Cause the classloader that is pinned by AppContext.getAppContext() to be
a container or system classloader, not a webapp classloader.
|
AppLifeCycle |
|
AppLifeCycle.Binding |
|
AppProvider |
|
ArrayByteBufferPool |
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.
|
ArrayTernaryTrie<V> |
A Ternary Trie String lookup data structure.
|
ArrayTernaryTrie.Growing<V> |
|
ArrayTrie<V> |
A Trie String lookup data structure using a fixed size array.
|
ArrayUtil |
Utility methods for Array manipulation
|
AsyncAttributes |
|
AsyncContentProvider |
|
AsyncContentProvider.Listener |
A listener that is notified of content availability
|
AsyncContextEvent |
|
AsyncContextState |
|
AsyncContextState.WrappedAsyncListener |
|
AsyncDelayHandler |
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
|
AsyncGzipFilter |
Deprecated. |
AsyncJSON |
A non-blocking JSON parser that can parse partial JSON strings.
|
AsyncJSON.Context |
The state of JSON parsing.
|
AsyncJSON.Factory |
The factory that creates AsyncJSON instances.
|
AsyncJSON.Factory.CachedString |
|
AsyncJSON.Frame |
|
AsyncJSON.FrameStack |
|
AsyncJSON.NumberBuilder |
|
AsyncJSON.State |
|
AsyncMiddleManServlet |
Servlet 3.1 asynchronous proxy servlet with capability
to intercept and modify request/response content.
|
AsyncMiddleManServlet.ContentTransformer |
Allows applications to transform upstream and downstream content.
|
AsyncMiddleManServlet.GZIPContentTransformer |
|
AsyncMiddleManServlet.IdentityContentTransformer |
|
AsyncMiddleManServlet.Transparent |
|
AsyncNCSARequestLog |
Deprecated.
|
AsyncProxyServlet |
Servlet 3.1 asynchronous proxy servlet.
|
AsyncProxyServlet.Transparent |
Convenience extension of AsyncProxyServlet that offers transparent proxy functionalities.
|
AsyncProxyServlet.WriteState |
|
AsyncRequestLogWriter |
An asynchronously writing RequestLogWriter
|
AtomicBiInteger |
An AtomicLong with additional methods to treat it as two hi/lo integers.
|
Atomics |
|
Attachable |
Abstract mechanism to support attachment of miscellaneous objects.
|
Attribute |
|
AttributeContainerMap |
|
AttributeNormalizer |
Normalize Attribute to String.
|
AttributeNormalizer.Attribute |
|
AttributeNormalizer.PathAttribute |
|
AttributeNormalizer.URIAttribute |
|
Attributes |
|
Attributes |
Attributes.
|
Attributes.Wrapper |
|
AttributesMap |
|
Authentication |
Authentication represents a mechanism to authenticate requests for protected resources.
|
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.Failed |
|
Authentication.Failure |
An Authentication Failure has been sent.
|
Authentication.HeaderInfo |
Structure holding information about the WWW-Authenticate (or Proxy-Authenticate ) header.
|
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.ResponseSent |
Authentication Response sent state.
|
Authentication.Result |
|
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
|
AuthenticationProtocolHandler |
|
AuthenticationStore |
|
Authenticator |
Authenticator Interface
|
Authenticator.AuthConfiguration |
Authenticator Configuration
|
Authenticator.Factory |
Authenticator Factory
|
AuthorizationService |
A service to query for user roles.
|
AWTLeakPreventer |
AWTLeakPreventer
See https://issues.jboss.org/browse/AS7-3733
The java.awt.Toolkit class has a static field that is the default toolkit.
|
B64Code |
Deprecated.
|
BadMessageException |
Exception thrown to indicate a Bad HTTP Message has either been received
or attempted to be generated.
|
BadResource |
Bad Resource.
|
BalancerServlet |
|
BalancerServlet.BalancerMember |
|
BaseBuilder |
Build a start configuration in ${jetty.base} , including
ini files, directories, and libs.
|
BaseBuilder.Config |
|
BaseHolder<T> |
AbstractHolder
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter,
listener), and/or require metadata to be held regarding their origin
(web.xml, annotation, programmatic api etc).
|
BaseHolder.Wrapped<C> |
|
BaseHome |
File access for ${jetty.home} , ${jetty.base} , directories.
|
BaseHome.SearchDir |
|
BaseHomeFileInitializer |
|
BasicAuthentication |
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
|
BasicAuthentication.BasicResult |
Basic authentication result.
|
BasicAuthenticator |
|
BeginRequestContentParser |
Parser for the BEGIN_REQUEST frame body.
|
BeginRequestContentParser.State |
|
BindingEnumeration |
BindingEnumeration
|
BlockingArrayQueue<E> |
A BlockingQueue backed by a circular array capable or growing.
|
BufferedResponseHandler |
A Handler that can apply a HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.
|
BufferedResponseHandler.BufferedInterceptor |
|
BufferingResponseListener |
Implementation of Response.Listener that buffers the content up to a maximum length
specified to the constructors.
|
BufferUtil |
Buffer utility methods.
|
ByteArrayEndPoint |
ByteArrayEndPoint.
|
ByteArrayISO8859Writer |
Byte Array ISO 8859 writer.
|
ByteArrayOutputStream2 |
ByteArrayOutputStream with public internals
|
ByteBufferAccumulator |
Accumulates data into a list of ByteBuffers which can then be combined into a single buffer or written to an OutputStream.
|
ByteBufferContentProvider |
|
ByteBufferOutputStream |
Simple wrapper of a ByteBuffer as an OutputStream.
|
ByteBufferOutputStream2 |
This class implements an output stream in which the data is written into a list of ByteBuffer,
the buffer list automatically grows as data is written to it, the buffers are taken from the
supplied ByteBufferPool or freshly allocated if one is not supplied.
|
ByteBufferPool |
A ByteBuffer pool.
|
ByteBufferPool.Bucket |
|
ByteBufferPool.Lease |
|
ByteBufferRangeWriter |
ByteBuffer based RangeWriter
|
BytesContentProvider |
|
CachedContentFactory |
|
CachingSessionDataStore |
CachingSessionDataStore
A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
|
CachingSessionDataStoreFactory |
CachingSessionDataStoreFactory
|
CachingWebAppClassLoader |
|
Callback |
A callback abstraction that handles completed/failed events of asynchronous operations.
|
Callback.Completable |
A CompletableFuture that is also a Callback.
|
Callback.Completing |
|
Callback.Nested |
Nested Completing Callback that completes after
completing the nested callback
|
CdiDecoratingListener |
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
|
CdiServletContainerInitializer |
A ServletContainerInitializer that introspects for a CDI API
implementation within a web application and applies an integration
mode if CDI is found.
|
CdiSpiDecorator |
A Decorator that invokes the CDI provider within a webapp to decorate objects created by
the contexts DecoratedObjectFactory
(typically Listeners, Filters and Servlets).
|
CertificateUtils |
|
CertificateValidator |
Convenience class to handle validation of certificates, aliases and keystores
Allows specifying Certificate Revocation List (CRL), as well as enabling
CRL Distribution Points Protocol (CRLDP) certificate extension support,
and also enabling On-Line Certificate Status Protocol (OCSP) support.
|
CGI |
Deprecated.
|
CGI.EnvList |
private utility class that manages the Environment passed to exec.
|
ChannelEndPoint |
Channel End Point.
|
CharsetStringBuilder |
Build a string from a sequence of bytes and/or characters.
|
CharsetStringBuilder.DecoderStringBuilder |
|
CharsetStringBuilder.Iso88591StringBuilder |
|
CharsetStringBuilder.UsAsciiStringBuilder |
|
ClassInheritanceHandler |
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
|
ClassLoaderDump |
|
ClassLoadingObjectInputStream |
ClassLoadingObjectInputStream
For re-inflating serialized objects, this class uses the thread context classloader
rather than the jvm's default classloader selection.
|
ClassLoadingObjectInputStream.ClassLoaderThreadLocal |
|
Classpath |
Class to handle CLASSPATH construction
|
Classpath.Loader |
|
ClasspathPattern |
Classpath classes list performs pattern matching of a class name
against an internal array of classpath pattern entries.
|
ClasspathPattern.ByClass |
|
ClasspathPattern.ByLocation |
|
ClasspathPattern.ByLocationOrModule |
|
ClasspathPattern.ByModule |
|
ClasspathPattern.ByPackage |
|
ClasspathPattern.ByPackageOrName |
|
ClasspathPattern.ClassEntry |
|
ClasspathPattern.Entry |
|
ClasspathPattern.LocationEntry |
|
ClasspathPattern.ModuleEntry |
|
ClasspathPattern.PackageEntry |
|
ClassVisibilityChecker |
ClassVisibilityChecker
Interface to be implemented by classes capable of checking class visibility
for a context.
|
ClientCertAuthenticator |
|
ClientConnectionFactory |
|
ClientConnectionFactory.Decorator |
Wraps another ClientConnectionFactory.
|
ClientGenerator |
|
ClientParser |
|
ClientParser.Listener |
|
ClientParser.Listener.Adapter |
|
CloneConfiguration |
|
CloseableDoSFilter |
This is an extension to DoSFilter that uses Jetty APIs to
abruptly close the connection when the request times out.
|
CommandLineBuilder |
|
CommandLineConfigSource |
Configuration Source representing the Command Line arguments.
|
CompactPathRule |
Rewrite the URI by compacting to remove //
|
CompletableCallback |
Deprecated.
|
CompletableCallback.State |
|
CompressedContentFormat |
|
CompressionPool<T> |
|
ConcatServlet |
Deprecated. |
ConcurrentHashSet<E> |
Deprecated.
|
ConfigSource |
A Configuration Source
|
ConfigSources |
Weighted List of ConfigSources.
|
ConfigSources.WeightedConfigSourceComparator |
|
ConfigurableSpnegoAuthenticator |
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
|
ConfigurableSpnegoAuthenticator.UserIdentityHolder |
|
ConfigurableSpnegoLoginService |
A configurable (as opposed to using system properties) SPNEGO LoginService.
|
ConfigurableSpnegoLoginService.GSSContextHolder |
|
ConfigurableSpnegoLoginService.SpnegoContext |
|
Configuration |
Base Class for WebApplicationContext Configuration.
|
Configuration.ClassList |
|
Configuration.Wrapper |
|
Configuration.WrapperFunction |
Experimental Wrapper mechanism for WebApp Configuration components.
|
ConfigurationManager |
ConfigurationManager
Type for allow injection of property values for replacement in jetty xml files during deployment.
|
ConfigurationProcessor |
A ConfigurationProcessor for non XmlConfiguration format files.
|
ConfigurationProcessorFactory |
|
ConnectHandler |
Implementation of a Handler that supports HTTP CONNECT.
|
ConnectHandler.ConnectContext |
|
Connection |
|
Connection |
|
Connection.Listener |
A Listener for connection events.
|
Connection.Listener.Adapter |
|
Connection.UpgradeFrom |
Connection implementations implement this interface when they
can upgrade from the protocol they speak (for example HTTP/1.1)
to a different protocol (e.g.
|
Connection.UpgradeTo |
Connection implementations implement this interface when they
can be upgraded to the protocol they speak (e.g.
|
ConnectionFactory |
|
ConnectionFactory.Detecting |
|
ConnectionFactory.Detecting.Detection |
|
ConnectionFactory.Upgrading |
|
ConnectionLimit |
A Listener that limits the number of Connections.
|
ConnectionPool |
Client-side connection pool abstraction.
|
ConnectionPool.Factory |
Factory for ConnectionPool instances.
|
ConnectionPool.Multiplexable |
Marks a connection as supporting multiplexed requests.
|
ConnectionStatistics |
|
ConnectionStatistics.Stats |
|
ConnectionStatisticsMBean |
|
Connector |
Connector
|
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.
|
Connectors |
Specifies a jetty configuration <connectors/> element for Ant build file.
|
ConnectorServer |
LifeCycle wrapper for JMXConnectorServer.
|
ConnectorStatistics |
Deprecated.
|
ConnectorStatistics.Sample |
|
ConstantThrowable |
A Throwable that may be used in static contexts.
|
Constraint |
Constraint
Describe an auth and/or data constraint.
|
ConstraintAware |
|
ConstraintMapping |
|
ConstraintSecurityHandler |
ConstraintSecurityHandler
|
Container |
A Container
|
Container.InheritedListener |
Inherited Listener.
|
Container.Listener |
A listener for Container events.
|
ContainerInitializer |
|
ContainerInitializer |
Utility Methods for manual execution of ServletContainerInitializer when
using Embedded Jetty.
|
ContainerInitializer.ServletContainerInitializerServletContextListener |
|
ContainerInitializerAnnotationHandler |
ContainerInitializerAnnotationHandler
|
ContainerLifeCycle |
A ContainerLifeCycle is an LifeCycle implementation for a collection of contained beans.
|
ContainerLifeCycle.Bean |
|
ContainerLifeCycle.Managed |
|
ContentDecoder |
|
ContentDecoder.Factory |
|
ContentParser |
|
ContentParser.Result |
|
ContentProvider |
|
ContentProvider.Typed |
An extension of ContentProvider that provides a content type string
to be used as a Content-Type HTTP header in requests.
|
ContentResponse |
A specialized Response that can hold a limited content in memory.
|
ContextFactory |
ContextFactory
|
ContextHandler |
ContextHandler.
|
ContextHandler.AliasCheck |
Interface to check aliases
|
ContextHandler.ApproveAliases |
Deprecated. |
ContextHandler.ApproveNonExistentDirectoryAliases |
Deprecated. |
ContextHandler.Availability |
|
ContextHandler.Caller |
|
ContextHandler.ContextScopeListener |
Listener for all threads entering context scope, including async IO callbacks
|
ContextHandler.ContextStatus |
|
ContextHandler.StaticContext |
A simple implementation of ServletContext that is used when there is no
ContextHandler.
|
ContextHandlerCollection |
This HandlerCollection is creates a
Map of contexts to it's contained handlers based
on the context path and virtual hosts of any contained ContextHandler s.
|
ContextHandlerCollection.Branch |
|
ContextHandlerCollection.Mapping |
|
ContextHandlerMBean |
|
ContextHandlers |
Specifies <contextHandlers/> element in web app configuration.
|
Continuation |
Deprecated.
|
ContinuationFilter |
Deprecated.
|
ContinuationFilter.FilteredContinuation |
|
ContinuationListener |
Deprecated.
|
ContinuationSupport |
Deprecated.
|
ContinuationThrowable |
Deprecated.
|
ContinueProtocolHandler |
A protocol handler that handles the 100 response code.
|
CookieCompliance |
The compliance for Cookie handling.
|
CookieCutter |
Cookie parser
|
CookiePatternRule |
Sets the cookie in the response whenever the rule finds a match.
|
CounterStatistic |
Statistics on a counter value.
|
CountingCallback |
A callback wrapper that succeeds the wrapped callback when the count is
reached, or on first failure.
|
Credential |
Credentials.
|
Credential.Crypt |
Unix Crypt Credentials
|
Credential.MD5 |
MD5 Credentials
|
CredentialProvider |
Provider of credentials, it converts a String into a credential if it starts with a given prefix
|
CrossOriginFilter |
|
CustomRequestLog |
A flexible RequestLog, which produces log strings in a customizable format.
|
CustomRequestLog.Token |
|
CyclicTimeout |
An abstract implementation of a timeout.
|
CyclicTimeout.Timeout |
A timeout time with a link to a Wakeup chain.
|
CyclicTimeouts<T extends CyclicTimeouts.Expirable> |
An implementation of a timeout that manages many expirable entities whose
timeouts are mostly cancelled or re-scheduled.
|
CyclicTimeouts.Expirable |
An entity that may expire.
|
DatabaseAdaptor |
DatabaseAdaptor
Handles differences between databases.
|
DataRateLimitedServlet |
Deprecated.
|
DataSourceCloser |
Close a DataSource.
|
DataSourceLoginModule |
DataSourceLoginModule
A LoginModule that uses a DataSource to retrieve user authentication
and authorisation information.
|
DataSourceLoginService |
DataSourceUserRealm
|
DateCache |
Date Format Cache.
|
DateCache.Tick |
|
DateGenerator |
ThreadLocal Date formatters for HTTP style dates.
|
DateParser |
ThreadLocal data parsers for HTTP style dates
|
DebugBinding |
|
DebugHandler |
Deprecated.
|
DebugListener |
A Context Listener that produces additional debug.
|
DebugListenerBinding |
A Deployment binding that installs a DebugListener in all deployed contexts
|
DeclareRolesAnnotationHandler |
DeclaresRolesAnnotationHandler
|
DecoratedObjectFactory |
An ObjectFactory enhanced by Decorator instances.
|
DecoratingListener |
A ServletContextAttributeListener that listens for a context
attribute to obtain a decorator instance.
|
DecoratingListener |
An extended org.eclipse.jetty.servlet.DecoratingListener.
|
DecoratingListener.DynamicDecorator |
|
Decorator |
Interface for 3rd party libraries to decorate recently created objects in Jetty.
|
DefaultAuthenticatorFactory |
The Default Authenticator Factory.
|
DefaultCallbackHandler |
DefaultCallbackHandler
An implementation of the JAAS CallbackHandler.
|
DefaultHandler |
Default Handler.
|
DefaultIdentityService |
Default Identity Service implementation.
|
DefaultsDescriptor |
DefaultsDescriptor
|
DefaultServlet |
The default servlet.
|
DefaultSessionCache |
DefaultSessionCache
A session store that keeps its sessions in memory in a hashmap
|
DefaultSessionCacheFactory |
DefaultSessionCacheFactory
Factory for creating new DefaultSessionCaches.
|
DefaultSessionIdManager |
DefaultSessionIdManager
Manages session ids to ensure each session id within a context is unique, and that
session ids can be shared across contexts (but not session contents).
|
DefaultUserIdentity |
The default implementation of UserIdentity.
|
DeferredAuthentication |
|
DeferredContentProvider |
|
DeferredContentProvider.Chunk |
|
DeflaterPool |
|
DelegatingThreadPool |
|
DeploymentManager |
The Deployment Manager.
|
DeploymentManagerMBean |
|
DeprecationWarning |
|
Descriptor |
|
DescriptorProcessor |
DescriptorProcessor
|
Destination |
|
Destroyable |
A Destroyable is an object which can be destroyed.
|
DetectorConnectionFactory |
|
DetectorConnectionFactory.DetectionFailureException |
|
DigestAuthentication |
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
|
DigestAuthenticator |
|
DigestAuthenticator.Digest |
|
DigestAuthenticator.Nonce |
|
DirConfigSource |
|
DiscoveredAnnotation |
DiscoveredAnnotation
Represents an annotation that has been discovered
by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
|
Dispatcher |
|
DOMLeakPreventer |
Deprecated.
|
DoSFilter |
Denial of Service filter
|
DoSFilter.Action |
|
DoSFilter.DoSTimeoutAsyncListener |
|
DoSFilter.FixedRateTracker |
|
DoSFilter.Listener |
Listener for actions taken against specific requests.
|
DoSFilter.OverLimit |
|
DoSFilter.RateTracker |
A RateTracker is associated with a connection, and stores request rate
data.
|
DoSFilter.RateType |
Deprecated. |
DriverManagerLeakPreventer |
DriverManagerLeakPreventer
Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
|
Dumpable |
|
Dumpable.DumpableContainer |
DumpableContainer
A Dumpable that is a container of beans can implement this
interface to allow it to refine which of its beans can be
dumped.
|
DumpableCollection |
|
DuplexConnectionPool |
|
EatWhatYouKill |
A strategy where the thread that produces will run the resulting task if it
is possible to do so without thread starvation.
|
EatWhatYouKill.Mode |
|
EatWhatYouKill.State |
|
Edge |
Basic Graph Edge
|
ELContextCleaner |
ELContextCleaner
Clean up BeanELResolver when the context is going out
of service:
See http://java.net/jira/browse/GLASSFISH-1649
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=353095
|
EmptyResource |
EmptyResource
Represents a resource that does does not refer to any file, url, jar etc.
|
EncodingException |
|
EncodingHttpWriter |
|
EndPoint |
EndPoint is the abstraction for an I/O channel that transports bytes.
|
EndRequestContentParser |
Parser for the END_REQUEST frame body.
|
EndRequestContentParser.State |
|
EnvConfiguration |
EnvConfiguration
|
EnvConfiguration.Bound |
|
EnvEntry |
EnvEntry
|
EofException |
A Jetty specialization of EOFException.
|
ErrorHandler |
|
ErrorHandler.ErrorPageMapper |
|
ErrorPageErrorHandler |
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
the internal ERROR style of dispatch.
|
ErrorPageErrorHandler.ErrorCodeRange |
|
ErrorPageErrorHandler.PageLookupTechnique |
|
EventSource |
|
EventSource.Emitter |
EventSource.Emitter is the active half of an event source connection, and allows applications
to operate on the connection by sending events, data or comments, or by closing the connection.
|
EventSourceServlet |
|
ExecuteProduceConsume |
A strategy where the thread that produces will always run the resulting task.
|
ExecutionStrategy |
|
ExecutionStrategy.Producer |
A producer of Runnable tasks to run.
|
ExecutorSizedThreadPool |
Deprecated.
|
ExecutorThreadPool |
|
FastCGIProxyServlet |
|
FauxContinuation |
Deprecated.
|
FCGI |
|
FCGI.FrameType |
|
FCGI.Headers |
|
FCGI.Role |
|
FCGI.StreamType |
|
Fields |
A container for name/value pairs, known as fields.
|
Fields.Field |
A named list of string values.
|
FileArg |
|
FileBufferedResponseHandler |
A Handler that can apply a HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.
|
FileDestroyable |
|
FileID |
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a
deployment scenario.
|
FileInitializer |
Interface for initializing a file resource.
|
FileMatchingConfiguration |
Describes set of files matched by <fileset/> elements in ant configuration
file.
|
FileNoticeLifeCycleListener |
A LifeCycle Listener that writes state changes to a file.
|
FileResource |
Deprecated.
|
FileSessionDataStore |
FileSessionDataStore
A file-based store of session data.
|
FileSessionDataStoreFactory |
FileSessionDataStoreFactory
|
FillInterest |
|
FilterHolder |
|
FilterHolder.WrapFunction |
Experimental Wrapper mechanism for Filter objects.
|
FilterHolder.Wrapper |
|
FilterMapping |
|
FilterMappingMBean |
|
Flusher |
|
ForceRequestHeaderValueRule |
|
FormAuthenticator |
FORM Authenticator.
|
FormAuthenticator.FormAuthentication |
This Authentication represents a just completed Form authentication.
|
FormAuthenticator.FormRequest |
|
FormAuthenticator.FormResponse |
|
FormContentProvider |
A ContentProvider for form uploads with the
"application/x-www-form-urlencoded" content type.
|
ForwardedRequestCustomizer |
Customize Requests for Proxy Forwarding.
|
ForwardedRequestCustomizer.MutableHostPort |
|
ForwardedRequestCustomizer.Source |
Ordered Source Enum.
|
ForwardedSchemeHeaderRule |
Set the scheme for the request
|
FragmentConfiguration |
FragmentConfiguration
|
FragmentDescriptor |
Fragment
A web-fragment.xml descriptor.
|
FragmentDescriptor.OtherType |
|
FS |
|
FutureCallback |
|
FuturePromise<C> |
|
FutureResponseListener |
|
GCThreadLeakPreventer |
Deprecated.
|
Generator |
|
Generator.Result |
|
GlobalWebappConfigBinding |
Provides a way of globally setting various aspects of webapp contexts.
|
Graceful |
Jetty components that wish to be part of a Graceful shutdown implement this interface so that
the Graceful.shutdown() method will be called to initiate a shutdown.
|
Graceful.Shutdown |
A utility Graceful that uses a FutureCallback to indicate if shutdown is completed.
|
Graph |
Basic directed graph implementation
|
GraphOutputDot |
Output the Graph in GraphViz Dot format.
|
GraphOutputDot.TopNodeSort |
Comparator that makes the 'undeployed' node the first node in the sort list.
|
GZIPContentDecoder |
|
GZIPContentDecoder |
Decoder for the "gzip" content encoding.
|
GZIPContentDecoder.Factory |
|
GZIPContentDecoder.State |
|
GzipFactory |
|
GzipFilter |
Deprecated. |
GzipHandler |
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
GzipHttpInputInterceptor |
An HttpInput Interceptor that inflates GZIP encoded request content.
|
GzipHttpOutputInterceptor |
|
GzipHttpOutputInterceptor.GZState |
|
Handler |
A Jetty Server Handler.
|
HandlerCollection |
A collection of handlers.
|
HandlerCollection.Handlers |
|
HandlerContainer |
A Handler that contains other Handlers.
|
HandlerList |
HandlerList.
|
HandlerWrapper |
|
HashLoginService |
Properties User Realm.
|
HeaderFilter |
Header Filter
|
HeaderFilter.ConfiguredHeader |
|
HeaderParser |
Parser for FastCGI frame headers.
|
HeaderParser.State |
|
HeaderPatternRule |
Sets the header in the response whenever the rule finds a match.
|
HeaderRegexRule |
Rule to add a header based on a Regex match
|
HeaderRule |
Abstract rule that matches against request headers.
|
Holder<T> |
Holder
Specialization of AbstractHolder for servlet-related classes that
have init-params etc
|
HolderMBean |
|
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).
|
HostMap<TYPE> |
|
HostPort |
Parse an authority string (in the form host:port ) into
host and port , handling IPv4 and IPv6 host formats
as defined in https://www.ietf.org/rfc/rfc2732.txt
|
HostPortHttpField |
An HttpField holding a preparsed Host and port number
|
HotSwapHandler |
A HandlerContainer that allows a hot swap of a wrapped handler.
|
HouseKeeper |
HouseKeeper
There is 1 session HouseKeeper per SessionIdManager instance.
|
Http1FieldPreEncoder |
|
HttpAuthenticationStore |
|
HttpChannel |
|
HttpChannel |
HttpChannel represents a single endpoint for HTTP semantic processing.
|
HttpChannel.Dispatchable |
|
HttpChannel.Listener |
|
HttpChannel.TransientListeners |
Deprecated. |
HttpChannelListeners |
|
HttpChannelListeners.NotifyContent |
|
HttpChannelListeners.NotifyFailure |
|
HttpChannelListeners.NotifyRequest |
|
HttpChannelOverFCGI |
|
HttpChannelOverFCGI |
|
HttpChannelOverFCGI.Dispatcher |
|
HttpChannelOverFCGI.Dispatcher.State |
|
HttpChannelOverHttp |
An HttpChannel customized to be transported over the HTTP/1 protocol
|
HttpChannelOverHTTP |
|
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 |
|
HttpClient |
HttpClient provides an efficient, asynchronous, non-blocking implementation
to perform HTTP requests to a server through a simple API that offers also blocking semantic.
|
HttpClientMBean |
|
HttpClientTransport |
|
HttpClientTransportOverFCGI |
|
HttpClientTransportOverHTTP |
|
HttpCompliance |
HTTP compliance modes for Jetty HTTP parsing and handling.
|
HttpComplianceSection |
|
HttpConfiguration |
HTTP Configuration.
|
HttpConfiguration.ConnectionFactory |
|
HttpConfiguration.Customizer |
An interface that allows a request object to be customized
for a particular HTTP connector configuration.
|
HttpConnection |
|
HttpConnection |
|
HttpConnectionFactory |
A Connection Factory for HTTP Connections.
|
HttpConnectionOverFCGI |
|
HttpConnectionOverFCGI.IteratorWrapper<T> |
|
HttpConnectionOverHTTP |
|
HttpConnectionUpgrader |
|
HttpContent |
HttpContent is a stateful, linear representation of the request content provided
by a ContentProvider that can be traversed one-way to obtain content buffers to
send to an HTTP server.
|
HttpContent |
HttpContent interface.
|
HttpContent.ContentFactory |
|
HttpContentRangeWriter |
Range Writer selection for HttpContent
|
HttpContentResponse |
|
HttpConversation |
|
HttpCookie |
|
HttpCookie.SameSite |
|
HttpCookie.SetCookieHttpField |
|
HttpCookieStore |
Implementation of CookieStore that delegates to an instance created by CookieManager
via CookieManager.getCookieStore() .
|
HttpCookieStore.Empty |
|
HttpDestination |
|
HttpDestinationOverFCGI |
|
HttpDestinationOverHTTP |
|
HttpExchange |
|
HttpExchange.State |
|
HttpField |
An HTTP Field
|
HttpField.IntValueHttpField |
|
HttpField.LongValueHttpField |
|
HttpFieldPreEncoder |
Interface to pre-encode HttpFields.
|
HttpFields |
HTTP Fields.
|
HttpGenerator |
HttpGenerator.
|
HttpGenerator.PreparedResponse |
|
HttpGenerator.Result |
|
HttpGenerator.State |
|
HttpHeader |
|
HttpHeaderValue |
|
HttpInput |
|
HttpInput.ChainedInterceptor |
|
HttpInput.Content |
|
HttpInput.EofContent |
|
HttpInput.EOFState |
|
HttpInput.ErrorState |
|
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 |
|
HttpInputOverHTTP |
|
HttpMethod |
Known HTTP Methods
|
HttpMethod.Type |
|
HttpOutput |
HttpOutput implements ServletOutputStream
as required by the Servlet specification.
|
HttpOutput.ApiState |
The API State which combines with the output State:
|
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.State |
The output state
|
HttpOutput.WriteBlocker |
|
HttpParser |
A Parser for 1.0 and 1.1 as defined by RFC7230
|
HttpParser.ComplianceHandler |
|
HttpParser.FieldState |
|
HttpParser.HttpHandler |
|
HttpParser.IllegalCharacterException |
|
HttpParser.RequestHandler |
|
HttpParser.ResponseHandler |
|
HttpParser.State |
|
HttpProxy |
|
HttpProxy.CreateTunnelPromise |
Creates a tunnel using HTTP CONNECT.
|
HttpProxy.HttpProxyClientConnectionFactory |
|
HttpProxy.ProxyConnection |
|
HttpProxy.TunnelPromise |
|
HttpReceiver |
HttpReceiver provides the abstract code to implement the various steps of the receive of HTTP responses.
|
HttpReceiver.DecodeResult |
|
HttpReceiver.ResponseState |
The request states HttpReceiver goes through when receiving a response.
|
HttpReceiverOverFCGI |
|
HttpReceiverOverHTTP |
|
HttpRedirector |
Utility class that handles HTTP redirects.
|
HttpRequest |
|
HttpRequestException |
|
HttpResponse |
|
HttpResponseException |
|
HttpScheme |
|
HttpSender |
|
HttpSender.RequestState |
The request states HttpSender goes through when sending a request.
|
HttpSender.SenderState |
The sender states HttpSender goes through when sending a request.
|
HttpSenderOverFCGI |
|
HttpSenderOverHTTP |
|
HttpSpiContextHandler |
Jetty handler that bridges requests to HttpHandler .
|
HttpStatus |
Http Status Codes
|
HttpStatus.Code |
|
HttpTokens |
HTTP constants
|
HttpTokens.EndOfContent |
|
HttpTokens.Token |
|
HttpTokens.Type |
|
HttpTransport |
Abstraction of the outbound HTTP transport.
|
HttpTransportOverFCGI |
|
HttpURI |
Http URI.
|
HttpURI.State |
|
HttpURI.Violation |
Violations of safe URI interpretations
|
HttpVersion |
|
HttpWriter |
|
Huffman |
This class contains the Huffman Codes defined in RFC7541.
|
HuffmanDecoder |
Used to decoded Huffman encoded strings.
|
HuffmanEncoder |
Used to encode strings Huffman encoding.
|
IdentityService |
Associates UserIdentities from with threads and UserIdentity.Contexts.
|
IdleTimeout |
An Abstract implementation of an Idle Timeout.
|
IdleTimeoutHandler |
Handler to adjust the idle timeout of requests while dispatched.
|
IncludableGzipFilter |
Deprecated. |
IncludeExclude<ITEM> |
Utility class to maintain a set of inclusions and exclusions.
|
IncludeExcludeBasedFilter |
Include Exclude Based Filter
|
IncludeExcludeConnectionStatistics |
|
IncludeExcludeConnectionStatistics.ConnectionSet |
|
IncludeExcludeSet<T,P> |
Utility class to maintain a set of inclusions and exclusions.
|
IncludeExcludeSet.SetContainsPredicate<T> |
|
InclusiveByteRange |
Byte range inclusive of end points.
|
InetAccessHandler |
InetAddress Access Handler
|
InetAddressSet |
A set of InetAddress patterns.
|
InetAddressSet.CidrInetRange |
|
InetAddressSet.InetPattern |
|
InetAddressSet.LegacyInetRange |
|
InetAddressSet.MinMaxInetRange |
|
InetAddressSet.SingletonInetRange |
|
InflaterPool |
|
InitialContextFactory |
InitialContextFactory.java
Factory for the default InitialContext.
|
InitialContextFactory.DefaultParser |
|
Injection |
Injection
|
InjectionCollection |
InjectionCollection
Map of classname to all injections requested on that class,
whether by declaration in web.xml or via equivalent annotations.
|
InputStreamContentProvider |
|
InputStreamRangeWriter |
Default Range Writer for InputStream
|
InputStreamRangeWriter.InputStreamSupplier |
|
InputStreamResponseListener |
Implementation of Response.Listener that produces an InputStream
that allows applications to read the response content.
|
IntrospectionUtil |
IntrospectionUtil
|
IntrospectorCleaner |
IntrospectorCleaner
Cleans a static cache of Methods held by java.beans.Introspector
class when a context is undeployed.
|
Invocable |
A task (typically either a Runnable or Callable
that declares how it will behave when invoked:
|
Invocable.InvocationType |
|
Invoker |
Dynamic Servlet Invoker.
|
IO |
IO Utilities.
|
IO.ClosedIS |
|
IO.Job |
|
IO.NullOS |
|
IO.NullWrite |
|
IPAccessHandler |
Deprecated.
|
IPAddressMap<TYPE> |
Deprecated. |
IPAddressMap.IPAddrPattern |
IPAddrPattern
Represents internet address wildcard.
|
IPAddressMap.OctetPattern |
OctetPattern
Represents a single octet wildcard.
|
Iso88591HttpWriter |
|
IteratingCallback |
This specialized callback implements a pattern that allows
a large asynchronous task to be broken into smaller
asynchronous sub-tasks using iteration rather than recursion.
|
IteratingCallback.Action |
|
IteratingCallback.State |
The internal states of this callback.
|
IteratingNestedCallback |
Iterating Nested Callback.
|
IterativeDescriptorProcessor |
IterativeDescriptorProcessor
|
JAASLoginService |
JAASLoginService
Implementation of jetty's LoginService that works with JAAS for
authorization and authentication.
|
JAASPrincipal |
JAASPrincipal
|
JAASRole |
|
JAASUserPrincipal |
JAASUserPrincipal
|
JarFileResource |
|
JarResource |
|
JarScanner |
Deprecated.
|
JarVersion |
Attempt to determine the version of the Jar File based on common version locations.
|
Java2DLeakPreventer |
Deprecated.
|
javaNameParser |
javaNameParser
|
javaRootURLContext |
javaRootURLContext
|
javaURLContextFactory |
javaURLContextFactory
|
JavaUtilLog |
Implementation of Jetty Logger based on Logger .
|
JavaVersion |
Java Version Utility class.
|
JDBCLoginModule |
JDBCLoginModule
|
JDBCLoginService |
HashMapped User Realm with JDBC as data source.
|
JDBCSessionDataStore |
JDBCSessionDataStore
Session data stored in database
|
JDBCSessionDataStore.SessionTableSchema |
SessionTableSchema
|
JDBCSessionDataStoreFactory |
JDBCSessionDataStoreFactory
|
Jetty |
|
JettyAwareLogger |
JettyAwareLogger is used to fix a FQCN bug that arises from how Jetty
Log uses an indirect slf4j implementation.
|
JettyBaseConfigSource |
${jetty.base} specific ConfigSource
|
JettyExchange |
|
JettyHomeConfigSource |
${jetty.home} specific ConfigSource
|
JettyHttpContext |
Jetty implementation of HttpContext
|
JettyHttpExchange |
|
JettyHttpExchangeDelegate |
Jetty implementation of HttpExchange
|
JettyHttpServer |
Jetty implementation of HttpServer .
|
JettyHttpServerProvider |
|
JettyHttpsExchange |
|
JettyJasperInitializer |
JettyJasperInitializer
|
JettyJspServlet |
JettyJspServlet
Wrapper for the jsp servlet that handles receiving requests mapped from
jsp-property-groups.
|
JettyLogHandler |
Redirect java.util.logging events to Jetty Log
|
JettyRunTask |
Ant task for running a Jetty server.
|
JettyStopTask |
JettyStopTask
|
JettyTldPreScanned |
JettyTldPreScanned
Change to TldPreScanned to not require that the tlds have been
pre-scanned from a jar file, but rather may be files in the
file system.
|
JettyWebXmlConfiguration |
JettyWebConfiguration.
|
JSON |
JSON Parser and Generator.
|
JSON.Convertible |
JSON Convertible object.
|
JSON.Convertor |
Static JSON Convertor.
|
JSON.Generator |
JSON Generator.
|
JSON.Literal |
A Literal JSON generator A utility instance of JSON.Generator
that holds a pre-generated string on JSON text.
|
JSON.Output |
|
JSON.ReaderSource |
|
JSON.Source |
|
JSON.StringSource |
|
JSONCollectionConvertor |
|
JSONDateConvertor |
Convert a Date to JSON.
|
JSONEnumConvertor |
Convert an Enum to JSON.
|
JSONObjectConvertor |
Convert an Object to JSON using reflection on getters methods.
|
JSONPojoConvertor |
Converts POJOs to JSON and vice versa.
|
JSONPojoConvertor.NumberType |
|
JSONPojoConvertor.Setter |
|
JSONPojoConvertorFactory |
|
JspPropertyGroupServlet |
Servlet handling JSP Property Group mappings
|
JuliLog |
|
JwtDecoder |
Used to decode the ID Token from the base64 encrypted JSON Web Token (JWT).
|
KeyStoreScanner |
|
LazyList |
Lazy List creation.
|
LDAPLeakPreventer |
Deprecated.
|
LdapLoginModule |
A LdapLoginModule for use with JAAS setups
|
LeakDetector<T> |
A facility to detect improper usage of resource pools.
|
LeakTrackingByteBufferPool |
|
LeakTrackingConnectionPool |
|
Licensing |
Handles basic license presentation and acknowledgement.
|
LifeCycle |
The lifecycle interface for generic components.
|
LifeCycle.Listener |
Listener.
|
LifeCycleCallback |
LifeCycleCallback
Holds information about a class and method
that has either been configured in web.xml to have postconstruct or
predestroy callbacks, or has the equivalent annotations.
|
LifeCycleCallbackCollection |
LifeCycleCallbackCollection
This class collects the classes and methods that have been configured
in web.xml with postconstruct/predestroy callbacks, or that contain the
equivalent annotations.
|
Link |
|
ListenerHolder |
ListenerHolder
Specialization of BaseHolder for servlet listeners.
|
ListenerHolder.WrapFunction |
Experimental Wrapper mechanism for Servlet EventListeners.
|
ListenerHolder.Wrapper |
|
Loader |
ClassLoader Helper.
|
LocalConnector |
A local connector, mostly for testing purposes.
|
localContextRoot |
localContext
Implementation of the delegate for InitialContext for the local namespace.
|
localContextRoot.LocalNameParser |
|
localContextRoot.NamingRoot |
|
LocalFileInitializer |
|
Locker |
Convenience auto closeable ReentrantLock wrapper.
|
Log |
Logging.
|
LogarithmicArrayByteBufferPool |
Extension of the ArrayByteBufferPool whose bucket sizes increase exponentially instead of linearly.
|
LoggedOutAuthentication |
LoggedOutAuthentication
An Authentication indicating that a user has been previously, but is not currently logged in,
but may be capable of logging in after a call to Request.login(String,String)
|
Logger |
A simple logging facade that is intended simply to capture the style of logging as used by Jetty.
|
LoggerLog |
|
LoginAuthenticator |
|
LoginCallback |
This is similar to the jaspi PasswordValidationCallback but includes user
principal and group info as well.
|
LoginCallbackImpl |
This is similar to the jaspi PasswordValidationCallback but includes user
principal and group info as well.
|
LoginConfigurationLeakPreventer |
Deprecated.
|
LoginService |
Login Service Interface.
|
LoginServices |
Specifies a jetty configuration <loginServices/> element for Ant build file.
|
LogMBean |
|
LowResourceMonitor |
|
LowResourceMonitor.LowResourceCheck |
|
LowResourceMonitor.LRMScheduler |
|
MailSessionReference |
MailSessionReference
This is a subclass of javax.mail.Reference and an ObjectFactory for javax.mail.Session objects.
|
MailSessionReference.PasswordAuthenticator |
|
Main |
Main start class.
|
ManagedAttribute |
The @ManagedAttribute annotation is used to indicate that a given method
exposes a JMX attribute.
|
ManagedAttributeListener |
Enable Jetty style JMX MBeans from within a Context
|
ManagedObject |
The @ManagedObject annotation is used on a class at the top level to
indicate that it should be exposed as an mbean.
|
ManagedOperation |
The @ManagedOperation annotation is used to indicate that a given method
should be considered a JMX operation.
|
ManagedSelector |
ManagedSelector wraps a Selector simplifying non-blocking operations on channels.
|
ManagedSelector.DumpKeys |
|
ManagedSelector.Selectable |
|
ManagedSelector.SelectorUpdate |
A selector update to be done when the selector has been woken.
|
ManifestUtils |
|
MappedByteBufferPool |
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.
|
MappedByteBufferPool.Tagged |
|
MappedResource<E> |
|
MatchedPath |
|
MatchedResource<E> |
|
MathUtils |
|
MavenLocalRepoFileInitializer |
Attempt to download a maven:// URI, by first attempting to find
the resource in the maven repository system (starting with local, then
central)
|
MavenLocalRepoFileInitializer.Coordinates |
|
MBeanContainer |
Container class for the MBean instances
|
MemoryUtils |
MemoryUtils provides an abstraction over memory properties and operations.
|
MetaData |
|
MetaData |
|
MetaData |
MetaData
All data associated with the configuration and deployment of a web application.
|
MetaData.AttributeInfo |
|
MetaData.OperationInfo |
|
MetaData.OriginInfo |
|
MetaData.Request |
|
MetaData.Response |
|
MetaDataComplete |
|
MetaInfConfiguration |
MetaInfConfiguration
|
MimeTypes |
MIME Type enum and utilities
|
MimeTypes.Type |
|
Module |
Represents a Module metadata, as defined in Jetty.
|
ModuleGraphWriter |
Generate a graphviz dot graph of the modules found
|
ModuleLocation |
Equivalent of ...
|
Modules |
Access for all modules declared, as well as what is enabled.
|
MonitoredQueuedThreadPool |
A QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics.
|
MovedContextHandler |
Moved ContextHandler.
|
MsieSslRule |
MSIE (Microsoft Internet Explorer) SSL Rule.
|
MultiException |
Wraps multiple exceptions.
|
MultiMap<V> |
A multi valued Map.
|
MultiPartCleanerListener |
|
MultiPartConfigAnnotationHandler |
MultiPartConfigAnnotationHandler
|
MultiPartContentProvider |
A ContentProvider for form uploads with the "multipart/form-data"
content type.
|
MultiPartContentProvider.Part |
|
MultiPartContentProvider.State |
|
MultiPartFilter |
Deprecated.
|
MultiPartFilter.Wrapper |
|
MultiPartFormDataCompliance |
The compliance level for parsing multiPart/form-data
|
MultiPartFormInputStream |
MultiPartInputStream
|
MultiPartFormInputStream.NonCompliance |
|
MultiPartInputStreamParser |
Deprecated.
|
MultiPartInputStreamParser.Base64InputStream |
|
MultiPartInputStreamParser.NonCompliance |
|
MultiPartOutputStream |
Handle a multipart MIME response.
|
MultiPartParser |
A parser for MultiPart content type.
|
MultiPartParser.FieldState |
|
MultiPartParser.Handler |
|
MultiPartParser.IllegalCharacterException |
|
MultiPartParser.State |
|
MultiParts |
|
MultiParts.MultiPartsHttpParser |
|
MultiParts.MultiPartsUtilParser |
|
MultiPartWriter |
Handle a multipart MIME response.
|
MultiplexConnectionPool |
|
MultiplexHttpDestination |
|
MultiplexHttpDestinationOverFCGI |
|
MultiReleaseJarFile |
Utility class to handle a Multi Release Jar file
|
Name |
This annotation is used to describe variables in method
signatures so that when rendered into tools like JConsole
it is clear what the parameters are.
|
NameEnumeration |
NameEnumeration
|
NamingContext |
NamingContext
|
NamingContext.Listener |
Naming Context Listener.
|
NamingDump |
A utility Dumpable to dump a JNDI naming context tree.
|
NamingEntry |
NamingEntry
|
NamingEntryUtil |
|
NamingUtil |
Naming Utility Methods
|
NaturalSort |
Natural Language Sorting
|
NaturalSort.Files |
|
NaturalSort.Paths |
|
NaturalSort.Strings |
|
NBitIntegerDecoder |
Used to decode integers as described in RFC7541.
|
NBitIntegerEncoder |
Used to encode integers as described in RFC7541.
|
NBitStringDecoder |
Used to decode string literals as described in RFC7541.
|
NBitStringDecoder.State |
|
NBitStringEncoder |
|
NCSARequestLog |
Deprecated.
|
NegotiatingClientConnection |
|
NegotiatingClientConnectionFactory |
|
NegotiatingServerConnection |
|
NegotiatingServerConnection.CipherDiscriminator |
|
NegotiatingServerConnectionFactory |
|
NetworkConnector |
|
NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
NetworkTrafficListener.Adapter |
Deprecated.
|
NetworkTrafficSelectChannelConnector |
Deprecated.
|
NetworkTrafficSelectChannelEndPoint |
Deprecated.
|
NetworkTrafficServerConnector |
|
NetworkTrafficSocketChannelEndPoint |
|
Node |
Basic Graph Node
|
NoJspServlet |
|
NullByteBufferPool |
|
NullSessionCache |
NullSessionCache
Does not actually cache any Session objects.
|
NullSessionCacheFactory |
NullSessionCacheFactory
Factory for NullSessionCaches.
|
NullSessionDataStore |
NullSessionDataStore
Does not actually store anything, useful for testing.
|
NullSessionDataStoreFactory |
NullSessionDataStoreFactory
|
ObjectCallback |
ObjectCallback
|
ObjectMBean |
A dynamic MBean that can wrap an arbitrary Object instance.
|
OpenIdAuthenticator |
Implements authentication using OpenId Connect on top of OAuth 2.0.
|
OpenIdAuthenticator.MRUMap |
|
OpenIdAuthenticator.OpenIdAuthentication |
This Authentication represents a just completed OpenId Connect authentication.
|
OpenIdAuthenticator.UriRedirectInfo |
|
OpenIdAuthenticatorFactory |
|
OpenIdConfiguration |
Holds the configuration for an OpenID Connect service.
|
OpenIdCredentials |
The credentials of an user to be authenticated with OpenID Connect.
|
OpenIdCredentials.AuthenticationException |
|
OpenIdLoginService |
The implementation of LoginService required to use OpenID Connect.
|
OpenIdUserIdentity |
|
OpenIdUserPrincipal |
|
OptionalSslConnectionFactory |
Deprecated.
|
OrderedGroupBinding |
Provides a way of forcing the ordered execution of bindings within
a declared binding target.
|
Ordering |
Ordering options for jars in WEB-INF lib.
|
Origin |
|
Origin |
|
Origin.Address |
|
OutputStreamContentProvider |
|
OverrideDescriptor |
OverrideDescriptor
|
ParamsContentParser |
Parser for the PARAMS frame body.
|
ParamsContentParser.State |
|
Parser |
The FastCGI protocol exchanges frames.
|
Parser.Listener |
|
Parser.Listener.Adapter |
|
Parser.State |
|
Password |
Password utility class.
|
Path |
|
PathContentProvider |
|
PathFinder |
|
PathMap<O> |
Deprecated.
|
PathMap.MappedEntry<O> |
|
PathMap.PathSet |
|
PathMappings<E> |
Path Mappings of PathSpec to Resource.
|
PathMatchers |
Common PathMatcher implementations.
|
PathMatchers.NonHiddenMatcher |
|
PathResource |
Java NIO Path equivalent of FileResource.
|
PathSpec |
A path specification is a URI path template that can be matched against.
|
PathSpecGroup |
Types of path spec groups.
|
PathSpecSet |
A Set of PathSpec strings.
|
PathWatcher |
Watch a Path (and sub directories) for Path changes.
|
PathWatcher.Config |
|
PathWatcher.DirAction |
|
PathWatcher.EventListListener |
EventListListener
Listener that reports accumulated events in one shot
|
PathWatcher.ExactPathMatcher |
|
PathWatcher.Listener |
Listener for path change events
|
PathWatcher.PathMatcherSet |
|
PathWatcher.PathWatchEventType |
PathWatchEventType
Type of an event
|
PatternMatcher |
|
PatternRule |
Abstract rule that use a PathMap for pattern matching.
|
PlusConfiguration |
Configuration
|
PlusDecorator |
PlusDecorator
|
PlusDescriptorProcessor |
PlusDescriptorProcessor
|
Pool<T> |
A pool of objects, with optional support for multiplexing,
max usage count and several optimized strategies plus
an optional ThreadLocal cache of the last release entry.
|
Pool.StrategyType |
The type of the strategy to use for the pool.
|
PoolingHttpDestination |
|
PostConstructAnnotationHandler |
|
PostConstructCallback |
PostConstructCallback
|
PrecompressedHttpContent |
|
PreconfigureDescriptorProcessor |
Preconfigure DescriptorProcessor
Saves literal XML snippets
|
PreconfigureQuickStartWar |
|
PreDestroyAnnotationHandler |
|
PreDestroyCallback |
PreDestroyCallback
|
PreEncodedHttpField |
Pre encoded HttpField.
|
PrivilegedThreadFactory |
Convenience class to ensure that a new Thread is created
inside a privileged block.
|
ProcessorUtils |
ProcessorUtils provides access to runtime info about processors, that may be
overridden by system properties or environment variables.
|
ProduceConsume |
A strategy where the caller thread iterates over task production, submitting each
task to an Executor for execution.
|
ProduceConsume.State |
|
ProduceExecuteConsume |
A strategy where the caller thread iterates over task production, submitting each
task to an Executor for execution.
|
ProduceExecuteConsume.State |
|
Promise<C> |
A callback abstraction that handles completed/failed events of asynchronous operations.
|
Promise.Adapter<U> |
|
Promise.Completable<S> |
A CompletableFuture that is also a Promise.
|
Promise.Wrapper<W> |
|
PropertiesConfigurationManager |
FileConfigurationManager
Supplies properties defined in a file.
|
PropertyFileLoginModule |
PropertyFileLoginModule
|
PropertyUserStore |
This class monitors a property file of the format mentioned below
and notifies registered listeners of the changes to the the given file.
|
PropertyUserStore.UserListener |
|
PropertyUserStoreManager |
PropertyUserStoreManager
Maintains a map of PropertyUserStores, keyed off the location of the property file containing
the authentication and authorization information.
|
Props |
Management of Properties.
|
Props.Prop |
|
PropsException |
An non-recoverable error with Props usage
|
ProtocolHandler |
A protocol handler performs HTTP protocol operations on
behalf of the application, typically like a browser would.
|
ProtocolHandlers |
|
ProxyAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the Proxy-Authenticate header.
|
ProxyConfiguration |
The configuration of the forward proxy to use with HttpClient .
|
ProxyConfiguration.Proxy |
|
ProxyConnection |
|
ProxyConnectionFactory |
ConnectionFactory for the PROXY Protocol.
|
ProxyConnectionFactory.ProxyEndPoint |
|
ProxyConnectionFactory.ProxyV1ConnectionFactory |
|
ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection |
|
ProxyConnectionFactory.ProxyV2ConnectionFactory |
|
ProxyConnectionFactory.ProxyV2ConnectionFactory.Family |
|
ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport |
|
ProxyCustomizer |
Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory
and sets them on the request with ServletRequest.setAttribute(String, Object) .
|
ProxyCustomizer.ProxyAttributes |
|
ProxyProtocolClientConnectionFactory |
|
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection |
|
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1 |
|
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2 |
|
ProxyProtocolClientConnectionFactory.V1 |
A ClientConnectionFactory for the PROXY protocol version 1.
|
ProxyProtocolClientConnectionFactory.V1.Tag |
|
ProxyProtocolClientConnectionFactory.V2 |
A ClientConnectionFactory for the PROXY protocol version 2.
|
ProxyProtocolClientConnectionFactory.V2.Tag |
|
ProxyProtocolClientConnectionFactory.V2.Tag.Command |
|
ProxyProtocolClientConnectionFactory.V2.Tag.Family |
|
ProxyProtocolClientConnectionFactory.V2.Tag.Protocol |
|
ProxyProtocolClientConnectionFactory.V2.Tag.TLV |
|
ProxyServlet |
Servlet 3.0 asynchronous proxy servlet.
|
ProxyServlet.Transparent |
Convenience extension of ProxyServlet that offers transparent proxy functionalities.
|
PushBuilder |
Build a request to be pushed.
|
PushBuilderImpl |
|
PushCacheFilter |
Deprecated.
|
PushCacheFilter.PrimaryResource |
|
PushSessionCacheFilter |
Deprecated.
|
PushSessionCacheFilter.Target |
|
PutFilter |
Deprecated. |
QoSFilter |
Quality of Service Filter.
|
QueuedThreadPool |
A thread pool with a queue of jobs to execute.
|
QuickStartConfiguration |
QuickStartConfiguration
|
QuickStartDescriptorGenerator |
QuickStartDescriptorGenerator
|
QuickStartDescriptorProcessor |
QuickStartDescriptorProcessor
Handle extended elements for quickstart-web.xml
|
QuickStartWebApp |
QuickStartWar
|
QuietException |
A Quiet Exception.
|
QuietServletException |
A ServletException that is logged less verbosely than
a normal ServletException.
|
QuotedCSV |
Implements a quoted comma separated list of values
in accordance with RFC7230.
|
QuotedCSVParser |
Implements a quoted comma separated list parser
in accordance with RFC7230.
|
QuotedCSVParser.State |
|
QuotedQualityCSV |
Implements a quoted comma separated list of quality values
in accordance with RFC7230 and RFC7231.
|
QuotedStringTokenizer |
StringTokenizer with Quoting support.
|
RandomConnectionPool |
A ConnectionPool that provides connections
randomly among the ones that are available.
|
RangeWriter |
Interface for writing sections (ranges) of a single resource (SeekableByteChannel, Resource, etc) to an outputStream.
|
RateCounter |
Counts the rate that Long s are added to this from the time of creation or the last call to RateCounter.reset() .
|
RateStatistic |
Statistics on a time sequence rate.
|
RawArgs |
|
ReadLineInputStream |
Deprecated. |
ReadLineInputStream.Termination |
|
RedirectPatternRule |
Issues a (3xx) Redirect response whenever the rule finds a match.
|
RedirectProtocolHandler |
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
|
RedirectRegexRule |
Issues a (3xx) Redirect response whenever the rule finds a match via regular expression.
|
RedirectUtil |
Utility for managing redirect based rules
|
RegexPathSpec |
|
RegexRule |
Abstract rule to use as a base class for rules that match with a regular expression.
|
RegexSet |
A Set of Regular expressions strings.
|
RelativeOrdering |
Relative Fragment Ordering
|
Request |
Request represents an HTTP request, and offers a fluent interface to customize
various attributes such as the path, the headers, the content, etc.
|
Request |
Jetty Request.
|
Request.BeginListener |
Listener for the request begin event.
|
Request.CommitListener |
Listener for the request committed event.
|
Request.ContentListener |
Listener for the request content event.
|
Request.FailureListener |
Listener for the request failed event.
|
Request.HeadersListener |
Listener for the request headers event.
|
Request.Listener |
Listener for all request events.
|
Request.Listener.Adapter |
|
Request.QueuedListener |
Listener for the request queued event.
|
Request.RequestListener |
Common, empty, super-interface for request listeners.
|
Request.SuccessListener |
Listener for the request succeeded event.
|
RequestLog |
A RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses.
|
RequestLog.Collection |
|
RequestLog.Writer |
Writes the generated log string to a log sink
|
RequestLogCollection |
|
RequestLogHandler |
|
RequestLogWriter |
|
RequestNotifier |
|
RequestParameterCallback |
RequestParameterCallback
|
ReservedThreadExecutor |
A TryExecutor using pre-allocated/reserved threads from an external Executor.
|
ReservedThreadExecutor.State |
|
Resource |
Resource
|
Resource |
Abstract resource class.
|
ResourceAnnotationHandler |
|
ResourceCollators |
|
ResourceCollection |
A collection of resources (dirs).
|
ResourceContentFactory |
An HttpContent.Factory for transient content (not cached).
|
ResourceFactory |
ResourceFactory.
|
ResourceHandler |
Resource Handler.
|
ResourceHttpContent |
|
ResourcesAnnotationHandler |
|
ResourceService |
Abstract resource service, used by DefaultServlet and ResourceHandler
|
ResourceService.WelcomeFactory |
|
Response |
Response represents an HTTP response and offers methods to retrieve status code, HTTP version
and headers.
|
Response |
Response provides the implementation for HttpServletResponse .
|
Response.AsyncContentListener |
Asynchronous listener for the response content events.
|
Response.BeginListener |
Listener for the response begin event.
|
Response.CompleteListener |
Listener for the request and response completed event.
|
Response.ContentListener |
Synchronous listener for the response content events.
|
Response.DemandedContentListener |
Asynchronous listener for the response content events.
|
Response.EncodingFrom |
|
Response.FailureListener |
Listener for the response failure event.
|
Response.HeaderListener |
Listener for a response header event.
|
Response.HeadersListener |
Listener for the response headers event.
|
Response.Listener |
Listener for all response events.
|
Response.Listener.Adapter |
|
Response.OutputType |
|
Response.ResponseListener |
Common, empty, super-interface for response listeners
|
Response.SuccessListener |
Listener for the response succeeded event.
|
ResponseContentParser |
The parser for STDOUT type frame bodies.
|
ResponseContentParser.FCGIHttpParser |
|
ResponseContentParser.ResponseParser |
|
ResponseContentParser.State |
|
ResponseNotifier |
|
ResponsePatternRule |
Sends the response code whenever the rule finds a match.
|
ResponseWriter |
Specialized PrintWriter for servlet Responses
|
Result |
The result of a request / response exchange, containing the Request , the Response
and eventual failures of either.
|
Retainable |
|
RetainableByteBuffer |
A Retainable ByteBuffer.
|
RewriteCustomizer |
|
RewriteHandler |
Rewrite handler is responsible for managing the rules.
|
RewritePatternRule |
Rewrite the URI by replacing the matched PathMap path with a fixed string.
|
RewriteRegexRule |
Rewrite the URI by matching with a regular expression.
|
RoleInfo |
RoleInfo
Badly named class that holds the role and user data constraint info for a
path/http method combination, extracted and combined from security
constraints.
|
RoleRunAsToken |
|
RolloverFileOutputStream |
RolloverFileOutputStream.
|
RoundRobinConnectionPool |
A ConnectionPool that attempts to provide connections using a round-robin algorithm.
|
Rule |
An abstract rule for creating rewrite rules.
|
Rule.ApplyURI |
|
RuleContainer |
Base container to group rules.
|
RunAs |
Deprecated.
|
RunAsAnnotationHandler |
|
RunAsCollection |
Deprecated.
|
RunAsToken |
marker interface for run-as-role tokens
|
RuntimeIOException |
Subclass of RuntimeException used to signal that there
was an IOException thrown by underlying Writer
|
SameFileAliasChecker |
Deprecated.
|
SampleStatistic |
Statistics on a sampled value.
|
Scanner |
Scanner
Utility for scanning a directory for added, removed and changed
files and reporting these events via registered Listeners.
|
Scanner.BulkListener |
|
Scanner.DiscreteListener |
|
Scanner.Listener |
Listener
Marker for notifications re file changes.
|
Scanner.Notification |
|
Scanner.PathMatcherSet |
PathMatcherSet
A set of PathMatchers for testing Paths against path matching patterns via
|
Scanner.ScanCycleListener |
Listener that notifies when a scan has started and when it has ended.
|
Scanner.ScanListener |
|
Scanner.TimeNSize |
TimeNSize
Metadata about a file: Last modified time and file size.
|
ScanningAppProvider |
|
ScheduledExecutorScheduler |
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor .
|
ScheduledExecutorScheduler.ScheduledFutureTask |
|
Scheduler |
|
Scheduler.Task |
|
ScopedHandler |
ScopedHandler.
|
SearchPattern |
SearchPattern
Fast search for patterns within strings and arrays of bytes.
|
SecuredRedirectHandler |
Secured Redirect Handler
|
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.
|
SecureRequestCustomizer.SslSessionData |
Simple bundle of data that is cached in the SSLSession.
|
SecurityHandler |
Abstract SecurityHandler.
|
SecurityProviderLeakPreventer |
Deprecated.
|
SeekableByteChannelRangeWriter |
|
SeekableByteChannelRangeWriter.ChannelSupplier |
|
SelectChannelEndPoint |
Deprecated.
|
SelectorManager |
|
SelectorManager.AcceptListener |
A listener for accept events.
|
SendFailure |
|
SerializedExecutor |
An executor than ensurers serial execution of submitted tasks.
|
SerializedExecutor.ErrorHandlingTask |
Error handling task
|
Server |
Jetty HTTP Servlet Server.
|
Server.DateField |
|
ServerAuthException |
|
ServerConnectionStatistics |
Deprecated. |
ServerConnector |
This Connector implementation is the primary connector for the
Jetty server over TCP/IP.
|
ServerFCGIConnection |
|
ServerFCGIConnectionFactory |
|
ServerGenerator |
|
ServerMBean |
|
ServerParser |
|
ServerParser.Listener |
|
ServerParser.Listener.Adapter |
|
ServerProxy |
|
ServerProxyImpl |
A proxy class for interaction with Jetty server object.
|
ServerProxyImpl.WebAppScannerListener |
WebAppScannerListener
Handle notifications that files we are interested in have changed
during execution.
|
Servlet3Continuation |
Deprecated.
|
ServletAttributes |
|
ServletContainerInitializersStarter |
ServletContainerInitializersStarter
Call the onStartup() method on all ServletContainerInitializers, after having
found all applicable classes (if any) to pass in as args.
|
ServletContextHandler |
Servlet Context.
|
ServletContextHandler.Decorator |
Deprecated.
|
ServletContextHandler.Initializer |
|
ServletContextHandler.JspConfig |
|
ServletContextHandler.JspPropertyGroup |
|
ServletContextHandler.LegacyDecorator |
Implementation of the legacy interface to decorate loaded classes.
|
ServletContextHandler.ServletContainerInitializerCaller |
|
ServletContextHandler.TagLib |
|
ServletHandler |
Servlet HttpHandler.
|
ServletHandler.Chain |
|
ServletHandler.ChainEnd |
|
ServletHandler.Default404Servlet |
|
ServletHolder |
Servlet Instance and Context Holder.
|
ServletHolder.JspContainer |
|
ServletHolder.NotAsync |
|
ServletHolder.RunAs |
|
ServletHolder.WrapFunction |
Experimental Wrapper mechanism for Servlet objects.
|
ServletHolder.Wrapper |
|
ServletMapping |
|
ServletMappingMBean |
|
ServletPathSpec |
|
ServletRequestCallback |
ServletRequestCallback
Provides access to the request associated with the authentication.
|
ServletRequestHttpWrapper |
ServletRequestHttpWrapper
Class to tunnel a ServletRequest via an HttpServletRequest
|
ServletResponseHttpWrapper |
ServletResponseHttpWrapper
Wrapper to tunnel a ServletResponse via an HttpServletResponse
|
ServletSecurityAnnotationHandler |
ServletSecurityAnnotationHandler
Inspect a class to see if it has an @ServletSecurity annotation on it,
setting up the <security-constraint>s .
|
Session |
Session
A heavy-weight Session object representing an HttpSession.
|
Session.IdState |
|
Session.State |
State
Validity states of a session
|
SessionAuthentication |
SessionAuthentication
When a user has been successfully authenticated with some types
of Authenticator, the Authenticator stashes a SessionAuthentication
into an HttpSession to remember that the user is authenticated.
|
SessionCache |
SessionCache
A working set of Session objects for a context.
|
SessionCacheFactory |
SessionCacheFactory
|
SessionContext |
SessionContext
Information about the context to which sessions belong: the Context,
the SessionHandler of the context, and the unique name of the node.
|
SessionData |
SessionData
The data associated with a session.
|
SessionDataMap |
SessionDataMap
A map style access to SessionData keyed by the session id.
|
SessionDataMapFactory |
SessionDataMapFactory
|
SessionDataStore |
SessionDataStore
A store for the data contained in a Session object.
|
SessionDataStoreFactory |
SessionDataStoreFactory
|
SessionHandler |
SessionHandler.
|
SessionHandler.SessionIf |
SessionIf
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
|
SessionIdManager |
Session ID Manager.
|
SharedBlockingCallback |
Provides a reusable Callback that can block the thread
while waiting to be completed.
|
SharedBlockingCallback.BlockerFailedException |
|
SharedBlockingCallback.BlockerTimeoutException |
|
ShutdownHandler |
A handler that shuts the server down on a valid request.
|
ShutdownMonitor |
Shutdown/Stop Monitor thread.
|
ShutdownMonitor.Holder |
|
ShutdownThread |
ShutdownThread is a shutdown hook thread implemented as
singleton that maintains a list of lifecycle instances
that are registered with it and provides ability to stop
these lifecycles upon shutdown of the Java Virtual Machine
|
SizeLimitHandler |
A handler that can limit the size of message bodies in requests and responses.
|
Slf4jLog |
Slf4jLog Logger
|
Slf4jRequestLog |
Deprecated.
|
Slf4jRequestLogWriter |
Request log writer using a Slf4jLog Logger
|
SniX509ExtendedKeyManager |
A X509ExtendedKeyManager that selects a key with an alias
retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager.
|
SniX509ExtendedKeyManager.SniSelector |
Selects a certificate based on SNI information.
|
SocketAddressResolver |
Creates SocketAddress instances, returning them through a Promise .
|
SocketAddressResolver.Async |
Creates SocketAddress instances asynchronously in a different thread.
|
SocketAddressResolver.Sync |
Creates SocketAddress instances synchronously in the caller thread.
|
SocketChannelEndPoint |
|
SocketCustomizationListener |
A Connection Lister for customization of SocketConnections.
|
Socks4Proxy |
|
Socks4Proxy.Socks4ProxyClientConnectionFactory |
|
Socks4Proxy.Socks4ProxyConnection |
|
Source |
Source
The source of a web artifact: servlet, filter, mapping etc
|
Source.Origin |
|
SPNEGOAuthentication |
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
|
SPNEGOAuthentication.SPNEGOContext |
|
SPNEGOAuthentication.SPNEGOResult |
|
SpnegoAuthenticator |
Deprecated.
|
SpnegoLoginService |
Deprecated.
|
SpnegoUserIdentity |
|
SpnegoUserPrincipal |
|
SslClientConnectionFactory |
A ClientConnectionFactory that creates client-side SslConnection instances.
|
SslClientConnectionFactory.SslEngineFactory |
A factory for SSLEngine objects.
|
SslConnection |
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data
and another consumer of an EndPoint (typically an Connection like HttpConnection) that
wants unencrypted data.
|
SslConnection.FillState |
|
SslConnection.FlushState |
|
SslConnection.HandshakeState |
|
SslConnectionFactory |
|
SslContextFactory |
SslContextFactory is used to configure SSL parameters
to be used by server and client connectors.
|
SslContextFactory.AliasSNIMatcher |
|
SslContextFactory.Client |
|
SslContextFactory.Client.SniProvider |
A provider for SNI names to send to the server during the TLS handshake.
|
SslContextFactory.Factory |
|
SslContextFactory.Server |
|
SslContextFactory.X509ExtendedKeyManagerWrapper |
A wrapper that delegates to another (if not null ) X509ExtendedKeyManager.
|
SslContextFactory.X509ExtendedTrustManagerWrapper |
A wrapper that delegates to another (if not null ) X509ExtendedTrustManager.
|
SslHandshakeListener |
Implementations of this interface are notified of TLS handshake events.
|
SslHandshakeListener.Event |
The event object carrying information about TLS handshake events.
|
SslSelectionDump |
|
SslSelectionDump.CaptionedList |
|
StacklessLogging |
A try-with-resources compatible layer for hiding stacktraces within the scope of the try block when
logging with StdErrLog implementation.
|
StandardDeployer |
|
StandardDescriptorProcessor |
StandardDescriptorProcessor.
|
StandardStarter |
|
StandardStopper |
|
StandardUndeployer |
|
StartArgs |
The Arguments required to start Jetty.
|
StartDirBuilder |
Management of the ${jetty.base}/start.d/ based configuration.
|
StartIni |
Simple Start .INI handler
|
StartIniBuilder |
Management of the ${jetty.base}/start.ini based configuration.
|
StartLog |
Centralized Place for logging.
|
StatisticsHandler |
|
StatisticsServlet |
Collect and report statistics about requests / responses / connections and more.
|
StatisticsServlet.HtmlProducer |
|
StatisticsServlet.JsonProducer |
|
StatisticsServlet.OutputProducer |
|
StatisticsServlet.TextProducer |
|
StatisticsServlet.XmlProducer |
|
StdErrLog |
StdErr Logging implementation.
|
StopLifeCycle |
A LifeCycle that when started will stop another LifeCycle
|
StreamContentParser |
A stream content parser parses frame bodies of type STDIN, STDOUT and STDERR.
|
StreamContentParser.State |
|
StringContentProvider |
|
StringUtil |
Fast String Utilities.
|
StringUtil.CsvSplitState |
|
Sweeper |
A utility class to perform periodic sweeping of resources.
|
Sweeper.Sweepable |
A Sweeper.Sweepable resource implements this interface to
signal to a Sweeper or to a parent container if it
needs to be swept or not.
|
SymlinkAllowedResourceAliasChecker |
An extension of AllowedResourceAliasChecker which will allow symlinks alias to arbitrary
targets, so long as the symlink file itself is an allowed resource.
|
Synchronizable |
Implementations of this interface expose a lock object
via Synchronizable.getLock() so that callers can synchronize
externally on that lock:
|
Syntax |
Collection of Syntax validation methods.
|
SystemProperties |
SystemProperties
|
TaskLog |
Provides logging functionality for classes without access to the Ant project
variable.
|
TerminatingPatternRule |
If this rule matches, terminate the processing of other rules.
|
TerminatingRegexRule |
If this rule matches, terminate the processing of other rules.
|
TestFileInitializer |
In a start testing scenario, it is often not important to actually download
or initialize a file, this implementation is merely a no-op for the
FileInitializer
|
TextFile |
Simple common abstraction for Text files, that consist of a series of lines.
|
ThreadClassLoaderScope |
|
ThreadLimitHandler |
Handler to limit the threads per IP address for DOS protection
|
ThreadPool |
A pool for threads.
|
ThreadPool.SizedThreadPool |
Specialized sub-interface of ThreadPool that allows to get/set
the minimum and maximum number of threads of the pool.
|
ThreadPoolBudget |
A budget of required thread usage, used to warn or error for insufficient configured threads.
|
ThreadPoolBudget.Lease |
|
TimeoutCompleteListener |
Deprecated.
|
TimerScheduler |
A scheduler based on the the JVM Timer class
|
TimerScheduler.SimpleTask |
|
TopologicalSort<T> |
Topological sort a list or array.
|
TopologicalSort.CyclicException |
|
TopologicalSort.InitialOrderComparator<T> |
A comparator that is used to sort dependencies in the order they
were in the original list.
|
Transaction |
Transaction
Class to represent a JTA UserTransaction impl.
|
TreeTrie<V> |
A Trie String lookup data structure using a tree
|
Trie<V> |
A Trie String lookup data structure.
|
TryExecutor |
A variation of Executor that can confirm if a thread is available immediately
|
TryExecutor.NoTryExecutor |
|
TryFilesFilter |
Inspired by nginx's try_files functionality.
|
TypeUtil |
TYPE Utilities.
|
UnixCrypt |
Unix Crypt.
|
UnreadableSessionDataException |
UnreadableSessionDataException
|
UnwriteableSessionDataException |
UnwriteableSessionDataException
|
Uptime |
Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
|
Uptime.DefaultImpl |
|
Uptime.Impl |
|
UriFileInitializer |
|
UriTemplatePathSpec |
PathSpec for URI Template based declarations
|
UriTemplatePathSpec.UriTemplateMatchedPath |
|
URIUtil |
URI Utility methods.
|
UrlEncoded |
Handles coding of MIME "x-www-form-urlencoded".
|
URLResource |
URL resource class.
|
UsageException |
A Usage Error has occurred.
|
UserAuthentication |
|
UserDataConstraint |
|
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 |
|
UserInfo |
UserInfo
This is the information read from the external source
about a user.
|
UserStore |
Base class to store User
|
Utf8Appendable |
Utf8 Appendable abstract base class
This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
|
Utf8Appendable.NotUtf8Exception |
|
Utf8HttpWriter |
OutputWriter.
|
Utf8LineParser |
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
|
Utf8LineParser.State |
|
Utf8StringBuffer |
UTF-8 StringBuffer.
|
Utf8StringBuilder |
UTF-8 StringBuilder.
|
Utils |
|
ValidatingConnectionPool |
A connection pool that validates connections before
making them available for use.
|
ValidUrlRule |
This rule can be used to protect against invalid unicode characters in a url making it into applications.
|
Version |
Utility class for parsing and comparing version strings.
|
Version.ParseState |
|
VirtualHostRuleContainer |
Groups rules that apply only to a specific virtual host
or sets of virtual hosts
|
WebAppClassLoader |
ClassLoader for HttpContext.
|
WebAppClassLoader.Context |
The Context in which the classloader operates.
|
WebAppContext |
Web Application Context Handler.
|
WebAppProvider |
The webapps directory scanning provider.
|
WebAppProviderMBean |
|
WebDescriptor |
Descriptor
A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
|
WebFilterAnnotation |
WebFilterAnnotation
|
WebFilterAnnotationHandler |
WebFilterAnnotationHandler
|
WebInfConfiguration |
|
WebListenerAnnotation |
WebListenerAnnotation
|
WebListenerAnnotationHandler |
|
WebServletAnnotation |
WebServletAnnotation
|
WebServletAnnotationHandler |
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
|
WebXmlConfiguration |
Configure by parsing default web.xml and web.xml
|
WelcomeFilter |
Deprecated. |
WriteFlusher |
|
WriteFlusher.CompletingState |
In CompletingState WriteFlusher is flushing buffers that have not been fully written in write().
|
WriteFlusher.FailedState |
In FailedState no more operations are allowed.
|
WriteFlusher.IdleState |
In IdleState WriteFlusher is idle and accepts new writes
|
WriteFlusher.Listener |
|
WriteFlusher.State |
State represents a State of WriteFlusher.
|
WriteFlusher.StateType |
|
WriteFlusher.WritingState |
In WritingState WriteFlusher is currently writing.
|
WriterOutputStream |
Wrap a Writer as an OutputStream.
|
WWWAuthenticationProtocolHandler |
A protocol handler that handles the 401 response code
in association with the WWW-Authenticate header.
|
X509 |
|
XmlAppendable |
|
XmlConfiguration |
Configures objects from XML.
|
XmlConfiguration.ConfigurationParser |
|
XmlConfiguration.JettyXmlConfiguration |
|
XmlParser |
XML Parser wrapper.
|
XmlParser.Attribute |
XML Attribute.
|
XmlParser.Node |
XML Node.
|