Uses of Class
org.eclipse.jetty.util.component.AbstractLifeCycle
-
-
Uses of AbstractLifeCycle in org.eclipse.jetty.alpn.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.alpn.server Modifier and Type Class Description class
ALPNServerConnectionFactory
-
Uses of AbstractLifeCycle in org.eclipse.jetty.annotations
Subclasses of AbstractLifeCycle in org.eclipse.jetty.annotations Modifier and Type Class Description class
ServletContainerInitializersStarter
ServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args. -
Uses of AbstractLifeCycle in org.eclipse.jetty.ant
Subclasses of AbstractLifeCycle in org.eclipse.jetty.ant Modifier and Type Class Description class
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.static class
AntWebAppContext.AntServletHandler
AntServletHandlerstatic class
AntWebAppContext.AntServletHolder
AntServletHolder -
Uses of AbstractLifeCycle in org.eclipse.jetty.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.client Modifier and Type Class Description class
AbstractConnectionPool
class
AbstractConnectorHttpClientTransport
protected class
AbstractConnectorHttpClientTransport.ClientSelectorManager
class
AbstractHttpClientTransport
class
DuplexConnectionPool
class
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.class
HttpDestination
class
LeakTrackingConnectionPool
class
MultiplexConnectionPool
class
MultiplexHttpDestination
class
PoolingHttpDestination
class
RandomConnectionPool
AConnectionPool
that provides connections randomly among the ones that are available.class
RoundRobinConnectionPool
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
ValidatingConnectionPool
A connection pool that validates connections before making them available for use. -
Uses of AbstractLifeCycle in org.eclipse.jetty.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.client.http Modifier and Type Class Description class
HttpClientTransportOverHTTP
class
HttpDestinationOverHTTP
-
Uses of AbstractLifeCycle in org.eclipse.jetty.deploy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy Modifier and Type Class Description class
DeploymentManager
The Deployment Manager. -
Uses of AbstractLifeCycle in org.eclipse.jetty.deploy.providers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy.providers Modifier and Type Class Description class
ScanningAppProvider
class
WebAppProvider
The webapps directory scanning provider. -
Uses of AbstractLifeCycle in org.eclipse.jetty.embedded
Subclasses of AbstractLifeCycle in org.eclipse.jetty.embedded Modifier and Type Class Description class
HelloHandler
class
HelloWorld
static class
ManyHandlers.ParamHandler
Produce output that lists all of the request parametersstatic class
ManyHandlers.WelcomeWrapHandler
Add a request attribute, but produce no output. -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http Modifier and Type Class Description class
HttpClientTransportOverFCGI
class
HttpDestinationOverFCGI
class
MultiplexHttpDestinationOverFCGI
-
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server Modifier and Type Class Description class
ServerFCGIConnectionFactory
-
Uses of AbstractLifeCycle in org.eclipse.jetty.gcloud.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.gcloud.session Modifier and Type Class Description class
GCloudSessionDataStore
GCloudSessionDataStore -
Uses of AbstractLifeCycle in org.eclipse.jetty.hazelcast.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.hazelcast.session Modifier and Type Class Description class
HazelcastSessionDataStore
Session data stored in Hazelcast -
Uses of AbstractLifeCycle in org.eclipse.jetty.http.spi
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http.spi Modifier and Type Class Description class
DelegatingThreadPool
class
HttpSpiContextHandler
Jetty handler that bridges requests toHttpHandler
. -
Uses of AbstractLifeCycle in org.eclipse.jetty.http2
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2 Modifier and Type Class Description class
HTTP2Session
-
Uses of AbstractLifeCycle in org.eclipse.jetty.http2.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2.client Modifier and Type Class Description class
HTTP2Client
HTTP2Client
provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.class
HTTP2ClientSession
-
Uses of AbstractLifeCycle in org.eclipse.jetty.http2.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2.client.http Modifier and Type Class Description class
HttpClientTransportOverHTTP2
class
HttpDestinationOverHTTP2
-
Uses of AbstractLifeCycle in org.eclipse.jetty.http2.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2.server Modifier and Type Class Description class
AbstractHTTP2ServerConnectionFactory
class
HTTP2CServerConnectionFactory
HTTP2 Clear Text Connection factory.class
HTTP2ServerConnectionFactory
class
HTTP2ServerSession
class
RawHTTP2ServerConnectionFactory
-
Uses of AbstractLifeCycle in org.eclipse.jetty.io
Subclasses of AbstractLifeCycle in org.eclipse.jetty.io Modifier and Type Class Description class
ConnectionStatistics
AConnection.Listener
that tracks connection statistics.class
IncludeExcludeConnectionStatistics
class
LeakTrackingByteBufferPool
class
ManagedSelector
ManagedSelector
wraps aSelector
simplifying non-blocking operations on channels.class
SelectorManager
SelectorManager
manages a number ofManagedSelector
s that simplify the non-blocking primitives provided by the JVM via thejava.nio
package. -
Uses of AbstractLifeCycle in org.eclipse.jetty.jaas
Subclasses of AbstractLifeCycle in org.eclipse.jetty.jaas Modifier and Type Class Description class
JAASLoginService
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication.class
PropertyUserStoreManager
PropertyUserStoreManager Maintains a map of PropertyUserStores, keyed off the location of the property file containing the authentication and authorization information. -
Uses of AbstractLifeCycle in org.eclipse.jetty.jmx
Subclasses of AbstractLifeCycle in org.eclipse.jetty.jmx Modifier and Type Class Description class
ConnectorServer
LifeCycle wrapper for JMXConnectorServer. -
Uses of AbstractLifeCycle in org.eclipse.jetty.maven.plugin
Subclasses of AbstractLifeCycle in org.eclipse.jetty.maven.plugin Modifier and Type Class Description class
JettyWebAppContext
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment.class
MavenServerConnector
MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml. -
Uses of AbstractLifeCycle in org.eclipse.jetty.memcached.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.memcached.session Modifier and Type Class Description class
MemcachedSessionDataMap
MemcachedSessionDataMap Uses memcached as a cache for SessionData. -
Uses of AbstractLifeCycle in org.eclipse.jetty.nosql
Subclasses of AbstractLifeCycle in org.eclipse.jetty.nosql Modifier and Type Class Description class
NoSqlSessionDataStore
NoSqlSessionDataStore -
Uses of AbstractLifeCycle in org.eclipse.jetty.nosql.mongodb
Subclasses of AbstractLifeCycle in org.eclipse.jetty.nosql.mongodb Modifier and Type Class Description class
MongoSessionDataStore
MongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_" -
Uses of AbstractLifeCycle in org.eclipse.jetty.osgi.boot
Subclasses of AbstractLifeCycle in org.eclipse.jetty.osgi.boot Modifier and Type Class Description class
AbstractContextProvider
AbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.class
AbstractWebAppProvider
AbstractWebAppProviderclass
BundleContextProvider
BundleContextProviderclass
BundleWebAppProvider
BundleWebAppProviderclass
ServiceContextProvider
ServiceContextProvider Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.class
ServiceWebAppProvider
ServiceWebAppProvider -
Uses of AbstractLifeCycle in org.eclipse.jetty.osgi.httpservice
Subclasses of AbstractLifeCycle in org.eclipse.jetty.osgi.httpservice Modifier and Type Class Description class
HttpServiceErrorPageErrorHandler
Extended error page handler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.plus.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.plus.security Modifier and Type Class Description class
DataSourceLoginService
DataSourceUserRealm -
Uses of AbstractLifeCycle in org.eclipse.jetty.proxy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.proxy Modifier and Type Class Description class
ConnectHandler
Implementation of aHandler
that supports HTTP CONNECT.protected class
ConnectHandler.ConnectManager
-
Uses of AbstractLifeCycle in org.eclipse.jetty.quickstart
Subclasses of AbstractLifeCycle in org.eclipse.jetty.quickstart Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of AbstractLifeCycle in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description class
RewriteHandler
Rewrite handler is responsible for managing the rules. -
Uses of AbstractLifeCycle in org.eclipse.jetty.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.security Modifier and Type Class Description class
AbstractLoginService
AbstractLoginServiceclass
ConfigurableSpnegoLoginService
A configurable (as opposed to using system properties) SPNEGO LoginService.class
ConstraintSecurityHandler
ConstraintSecurityHandlerclass
HashLoginService
Properties User Realm.class
JDBCLoginService
HashMapped User Realm with JDBC as data source.class
PropertyUserStore
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.class
SecurityHandler
Abstract SecurityHandler.class
SpnegoLoginService
Deprecated.useConfigurableSpnegoLoginService
insteadclass
UserStore
Base class to store User -
Uses of AbstractLifeCycle in org.eclipse.jetty.security.openid
Subclasses of AbstractLifeCycle in org.eclipse.jetty.security.openid Modifier and Type Class Description class
OpenIdConfiguration
Holds the configuration for an OpenID Connect service.class
OpenIdLoginService
The implementation ofLoginService
required to use OpenID Connect. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server Modifier and Type Class Description class
AbstractConnectionFactory
Provides the common handling forConnectionFactory
implementations including:class
AbstractConnector
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
AbstractNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer
class
AbstractNetworkConnector
An abstract Network Connector.class
AcceptRateLimit
A Listener that limits the rate at which new connections are acceptedclass
AllowedResourceAliasChecker
This will approve any alias to anything inside of theContextHandler
s resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()
at start.class
AsyncNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
class
AsyncRequestLogWriter
An asynchronously writing RequestLogWriterclass
ConnectionLimit
A Listener that limits the number of Connections.class
ConnectorStatistics
Deprecated.useConnectionStatistics
instead.class
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.class
DebugListener
A Context Listener that produces additional debug.class
DetectorConnectionFactory
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
HttpConnectionFactory
A Connection Factory for HTTP Connections.class
LocalConnector
A local connector, mostly for testing purposes.class
LowResourceMonitor
A monitor for low resources, low resources can be detected by:ThreadPool.isLowOnThreads()
ifConnector.getExecutor()
is an instance ofThreadPool
andLowResourceMonitor.setMonitorThreads(boolean)
is true. IfLowResourceMonitor.setMaxMemory(long)
is non zero then low resources is detected if the JVMsRuntime
instance hasRuntime.totalMemory()
minusRuntime.freeMemory()
greater thanLowResourceMonitor.getMaxMemory()
IfLowResourceMonitor.setMaxConnections(int)
is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections()
.class
NCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
class
NegotiatingServerConnectionFactory
class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
OptionalSslConnectionFactory
Deprecated.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ProxyConnectionFactory
ConnectionFactory for the PROXY Protocol.class
RequestLogWriter
Writer which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream
.class
Server
Jetty HTTP Servlet Server.class
ServerConnectionStatistics
Deprecated.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.protected class
ServerConnector.ServerConnectorManager
class
Slf4jRequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anSlf4jRequestLogWriter
class
Slf4jRequestLogWriter
Request log writer using a Slf4jLog Loggerclass
SslConnectionFactory
class
SymlinkAllowedResourceAliasChecker
An extension ofAllowedResourceAliasChecker
which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handler Modifier and Type Class Description class
AbstractHandler
AbstractHandler.static class
AbstractHandler.ErrorDispatchHandler
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
AbstractHandlerContainer
Abstract Handler Container.class
AsyncDelayHandler
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
BufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler
ContextHandler.class
ContextHandlerCollection
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
DebugHandler
Deprecated.UseDebugListener
class
DefaultHandler
Default Handler.class
ErrorHandler
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.class
FileBufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
HandlerCollection
A collection of handlers.class
HandlerList
HandlerList.class
HandlerWrapper
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
HotSwapHandler
AHandlerContainer
that allows a hot swap of a wrapped handler.class
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.class
InetAccessHandler
InetAddress Access Handlerclass
IPAccessHandler
Deprecated.Use @InetAccessHandler
.class
MovedContextHandler
Moved ContextHandler.class
RequestLogHandler
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
ResourceHandler
Resource Handler.class
ScopedHandler
ScopedHandler.class
SecuredRedirectHandler
Secured Redirect Handlerclass
ShutdownHandler
A handler that shuts the server down on a valid request.class
SizeLimitHandler
A handler that can limit the size of message bodies in requests and responses.class
StatisticsHandler
class
ThreadLimitHandler
Handler to limit the threads per IP address for DOS protection -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handler.gzip Modifier and Type Class Description class
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.nio
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.nio Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.session Modifier and Type Class Description class
AbstractSessionCache
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
AbstractSessionDataStore
AbstractSessionDataStoreclass
CachingSessionDataStore
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.class
DefaultSessionCache
DefaultSessionCache A session store that keeps its sessions in memory in a hashmapclass
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).class
FileSessionDataStore
FileSessionDataStore A file-based store of session data.class
HouseKeeper
HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.class
JDBCSessionDataStore
JDBCSessionDataStore Session data stored in databaseclass
NullSessionCache
NullSessionCache Does not actually cache any Session objects.class
NullSessionDataStore
NullSessionDataStore Does not actually store anything, useful for testing.class
SessionHandler
SessionHandler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.servlet
Subclasses of AbstractLifeCycle in org.eclipse.jetty.servlet Modifier and Type Class Description class
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).class
ErrorPageErrorHandler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
FilterHolder
class
Holder<T>
Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclass
ListenerHolder
ListenerHolder Specialization of BaseHolder for servlet listeners.class
ServletContextHandler
Servlet Context.static class
ServletContextHandler.Initializer
A utility class to hold aServletContainerInitializer
and implement theServletContextHandler.ServletContainerInitializerCaller
interface so that the SCI is correctly started if an instance of this class is added as a bean to aServletContextHandler
.class
ServletHandler
Servlet HttpHandler.class
ServletHolder
Servlet Instance and Context Holder. -
Uses of AbstractLifeCycle in org.eclipse.jetty.session.infinispan
Subclasses of AbstractLifeCycle in org.eclipse.jetty.session.infinispan Modifier and Type Class Description class
InfinispanSessionDataStore
InfinispanSessionDataStore -
Uses of AbstractLifeCycle in org.eclipse.jetty.unixsocket
Subclasses of AbstractLifeCycle in org.eclipse.jetty.unixsocket Modifier and Type Class Description class
UnixSocketConnector
A server-side connector for UNIX sockets.protected class
UnixSocketConnector.UnixSocketConnectorManager
-
Uses of AbstractLifeCycle in org.eclipse.jetty.unixsocket.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.unixsocket.client Modifier and Type Class Description class
HttpClientTransportOverUnixSockets
class
HttpClientTransportOverUnixSockets.UnixSocketSelectorManager
-
Uses of AbstractLifeCycle in org.eclipse.jetty.util
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util Modifier and Type Class Description class
LeakDetector<T>
A facility to detect improper usage of resource pools.class
PathWatcher
Watch a Path (and sub directories) for Path changes.class
Scanner
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.component
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.component Modifier and Type Class Description class
AttributeContainerMap
An Attributes implementation that holds it's values in an immutableContainerLifeCycle
class
ContainerLifeCycle
A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.class
StopLifeCycle
A LifeCycle that when started will stop another LifeCycle -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.compression
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.compression Modifier and Type Class Description class
CompressionPool<T>
class
DeflaterPool
class
InflaterPool
-
Uses of AbstractLifeCycle in org.eclipse.jetty.util.preventers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.preventers Modifier and Type Class Description class
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)).class
AppContextLeakPreventer
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.class
AWTLeakPreventer
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.class
DOMLeakPreventer
Deprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916498class
DriverManagerLeakPreventer
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.class
GCThreadLeakPreventer
Deprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8157570class
Java2DLeakPreventer
Deprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6489540class
LDAPLeakPreventer
Deprecated.fixed in jdk 8u192class
LoginConfigurationLeakPreventer
Deprecated.classloader does not seem to be held any moreclass
SecurityProviderLeakPreventer
Deprecated.sun.security.pkcs11.SunPKCS11 class explicitly sets thread classloader to null -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.ssl
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.ssl Modifier and Type Class Description class
KeyStoreScanner
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.class
SslContextFactory
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.static class
SslContextFactory.Client
static class
SslContextFactory.Server
-
Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread Modifier and Type Class Description class
ExecutorSizedThreadPool
Deprecated.class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
A thread pool with a queue of jobs to execute.class
ReservedThreadExecutor
A TryExecutor using pre-allocated/reserved threads from an external Executor.class
ScheduledExecutorScheduler
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.class
Sweeper
A utility class to perform periodic sweeping of resources.class
TimerScheduler
A scheduler based on the the JVM Timer class -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategy Modifier and Type Class Description class
EatWhatYouKill
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of AbstractLifeCycle in org.eclipse.jetty.webapp
Subclasses of AbstractLifeCycle in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext
Web Application Context Handler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.client Modifier and Type Class Description class
WebSocketClient
WebSocketClient provides a means of establishing connections to remote websocket endpoints. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.client.io
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.client.io Modifier and Type Class Description class
ConnectionManager
Deprecated.useHttpClient
with WebSocketClient directly -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common Modifier and Type Class Description class
SessionTracker
class
WebSocketSession
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.events
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.events Modifier and Type Class Description class
AbstractEventDriver
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.class
JettyAnnotatedEventDriver
Handler for Annotated User WebSocket objects.class
JettyListenerEventDriver
Handler forWebSocketListener
based User WebSocket implementations. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions Modifier and Type Class Description class
AbstractExtension
class
ExtensionStack
Represents the stack of Extensions.class
FrameCaptureExtension
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.compress
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.compress Modifier and Type Class Description class
CompressExtension
class
DeflateFrameExtension
Implementation of the deflate-frame extension seen out in the wild.class
PerMessageDeflateExtension
Per Message Deflate Compression extension for WebSocket.class
XWebkitDeflateFrameExtension
Implementation of the x-webkit-deflate-frame extension seen out in the wild. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.fragment
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.fragment Modifier and Type Class Description class
FragmentExtension
Fragment Extension -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.identity
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.extensions.identity Modifier and Type Class Description class
IdentityExtension
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.scopes
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.common.scopes Modifier and Type Class Description class
SimpleContainerScope
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356 Modifier and Type Class Description class
ClientContainer
Container for Client use of the javax.websocket API.class
JsrSession
Session for the JSR.class
JsrSessionTracker
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356.endpoints
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356.endpoints Modifier and Type Class Description class
AbstractJsrEventDriver
class
JsrAnnotatedEventDriver
Base implementation for JSR-356 Annotated event drivers.class
JsrEndpointEventDriver
EventDriver for websocket that extend fromEndpoint
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jsr356.server Modifier and Type Class Description class
ServerContainer
-
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.server Modifier and Type Class Description class
NativeWebSocketConfiguration
Interface for Configuring Jetty Server Native WebSocketsclass
WebSocketHandler
static class
WebSocketHandler.Simple
Create a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.class
WebSocketServerFactory
Factory to create WebSocket connectionsclass
WebSocketUpgradeHandlerWrapper
-