Uses of Interface
org.eclipse.jetty.util.component.Dumpable
-
-
Uses of Dumpable in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Dumpable Modifier and Type Class Description class
ALPNServerConnectionFactory
-
Uses of Dumpable in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement Dumpable 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 Dumpable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Dumpable 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
HttpConversation
class
HttpDestination
class
LeakTrackingConnectionPool
class
MultiplexConnectionPool
class
MultiplexHttpDestination
class
PoolingHttpDestination
class
ProtocolHandlers
A container forProtocolHandler
s accessible fromHttpClient.getProtocolHandlers()
.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 Dumpable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Dumpable Modifier and Type Class Description class
HttpClientTransportOverHTTP
class
HttpDestinationOverHTTP
-
Uses of Dumpable in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement Dumpable Modifier and Type Class Description class
DeploymentManager
The Deployment Manager. -
Uses of Dumpable in org.eclipse.jetty.embedded
Classes in org.eclipse.jetty.embedded that implement Dumpable 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 Dumpable in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Dumpable Modifier and Type Class Description class
HttpClientTransportOverFCGI
class
HttpDestinationOverFCGI
class
MultiplexHttpDestinationOverFCGI
-
Uses of Dumpable in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Dumpable Modifier and Type Class Description class
ServerFCGIConnectionFactory
-
Uses of Dumpable in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement Dumpable Modifier and Type Class Description class
GCloudSessionDataStore
GCloudSessionDataStore -
Uses of Dumpable in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session that implement Dumpable Modifier and Type Class Description class
HazelcastSessionDataStore
Session data stored in Hazelcast -
Uses of Dumpable in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement Dumpable Modifier and Type Class Description class
PathMappings<E>
Path Mappings of PathSpec to Resource. -
Uses of Dumpable in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Dumpable Modifier and Type Class Description class
DelegatingThreadPool
class
HttpSpiContextHandler
Jetty handler that bridges requests toHttpHandler
. -
Uses of Dumpable in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Dumpable Modifier and Type Class Description class
AbstractFlowControlStrategy
class
BufferingFlowControlStrategy
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class
HTTP2Flusher
class
HTTP2Session
class
HTTP2Stream
class
SimpleFlowControlStrategy
-
Uses of Dumpable in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client that implement Dumpable 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 Dumpable in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement Dumpable Modifier and Type Class Description class
HttpClientTransportOverHTTP2
class
HttpDestinationOverHTTP2
-
Uses of Dumpable in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement Dumpable Modifier and Type Class Description class
AbstractHTTP2ServerConnectionFactory
static class
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
class
HTTP2CServerConnectionFactory
HTTP2 Clear Text Connection factory.class
HTTP2ServerConnectionFactory
class
HTTP2ServerSession
class
RawHTTP2ServerConnectionFactory
-
Uses of Dumpable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Dumpable Modifier and Type Class Description class
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
ConnectionStatistics
AConnection.Listener
that tracks connection statistics.static class
ConnectionStatistics.Stats
class
IncludeExcludeConnectionStatistics
class
LeakTrackingByteBufferPool
class
LogarithmicArrayByteBufferPool
Extension of theArrayByteBufferPool
whose bucket sizes increase exponentially instead of linearly.class
ManagedSelector
ManagedSelector
wraps aSelector
simplifying non-blocking operations on channels.class
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static class
MappedByteBufferPool.Tagged
class
SelectorManager
SelectorManager
manages a number ofManagedSelector
s that simplify the non-blocking primitives provided by the JVM via thejava.nio
package. -
Uses of Dumpable in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement Dumpable Modifier and Type Class Description class
JAASLoginService
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of Dumpable in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx that implement Dumpable Modifier and Type Class Description class
MBeanContainer
Container class for the MBean instances -
Uses of Dumpable in org.eclipse.jetty.jndi
Classes in org.eclipse.jetty.jndi that implement Dumpable Modifier and Type Class Description class
NamingContext
NamingContext -
Uses of Dumpable in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement Dumpable 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 Dumpable in org.eclipse.jetty.nosql
Classes in org.eclipse.jetty.nosql that implement Dumpable Modifier and Type Class Description class
NoSqlSessionDataStore
NoSqlSessionDataStore -
Uses of Dumpable in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement Dumpable 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 Dumpable in org.eclipse.jetty.osgi.httpservice
Classes in org.eclipse.jetty.osgi.httpservice that implement Dumpable Modifier and Type Class Description class
HttpServiceErrorPageErrorHandler
Extended error page handler. -
Uses of Dumpable in org.eclipse.jetty.plus.jndi
Classes in org.eclipse.jetty.plus.jndi that implement Dumpable Modifier and Type Class Description class
NamingDump
A utility Dumpable to dump a JNDI naming context tree. -
Uses of Dumpable in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement Dumpable Modifier and Type Class Description class
DataSourceLoginService
DataSourceUserRealm -
Uses of Dumpable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Dumpable Modifier and Type Class Description class
ConnectHandler
Implementation of aHandler
that supports HTTP CONNECT.protected class
ConnectHandler.ConnectManager
-
Uses of Dumpable in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Dumpable Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of Dumpable in org.eclipse.jetty.rewrite
Classes in org.eclipse.jetty.rewrite that implement Dumpable Modifier and Type Class Description class
RewriteCustomizer
-
Uses of Dumpable in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement Dumpable Modifier and Type Class Description class
RewriteHandler
Rewrite handler is responsible for managing the rules.class
RuleContainer
Base container to group rules.class
VirtualHostRuleContainer
Groups rules that apply only to a specific virtual host or sets of virtual hosts -
Uses of Dumpable in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Dumpable 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
SecurityHandler
Abstract SecurityHandler. -
Uses of Dumpable in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Dumpable 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 Dumpable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Dumpable 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
AsyncNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
class
ClassLoaderDump
class
ConnectorStatistics
Deprecated.useConnectionStatistics
instead.class
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.class
DetectorConnectionFactory
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
HttpConfiguration
HTTP Configuration.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.static class
ProxyConnectionFactory.ProxyEndPoint
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
SslConnectionFactory
-
Uses of Dumpable in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Dumpable 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
ContextHandler.Context
Context.static class
ContextHandler.StaticContext
A simple implementation of ServletContext that is used when there is no 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 Dumpable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Dumpable Modifier and Type Class Description class
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of Dumpable in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Dumpable Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead. -
Uses of Dumpable in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement Dumpable 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
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 Dumpable in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Dumpable 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
FilterMapping
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.class
ServletContextHandler.Context
class
ServletHandler
Servlet HttpHandler.class
ServletHolder
Servlet Instance and Context Holder. -
Uses of Dumpable in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement Dumpable Modifier and Type Class Description class
InfinispanSessionDataStore
InfinispanSessionDataStore -
Uses of Dumpable in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement Dumpable Modifier and Type Class Description class
UnixSocketConnector
A server-side connector for UNIX sockets.protected class
UnixSocketConnector.UnixSocketConnectorManager
-
Uses of Dumpable in org.eclipse.jetty.unixsocket.client
Classes in org.eclipse.jetty.unixsocket.client that implement Dumpable Modifier and Type Class Description class
HttpClientTransportOverUnixSockets
class
HttpClientTransportOverUnixSockets.UnixSocketSelectorManager
-
Uses of Dumpable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Dumpable Modifier and Type Class Description class
AttributesMap
class
Pool<T>
A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocal
cache of the last release entry. -
Uses of Dumpable in org.eclipse.jetty.util.component
Subinterfaces of Dumpable in org.eclipse.jetty.util.component Modifier and Type Interface Description static interface
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.Classes in org.eclipse.jetty.util.component that implement Dumpable 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
DumpableCollection
Methods in org.eclipse.jetty.util.component that return Dumpable Modifier and Type Method Description static Dumpable
Dumpable. named(java.lang.String name, java.lang.Object object)
Methods in org.eclipse.jetty.util.component with parameters of type Dumpable Modifier and Type Method Description static java.lang.String
ContainerLifeCycle. dump(Dumpable dumpable)
Deprecated.usedump(Dumpable)
insteadstatic java.lang.String
Dumpable. dump(Dumpable dumpable)
Utility method to implementdump()
by callingdump(Appendable, String)
-
Uses of Dumpable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Dumpable 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 Dumpable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Dumpable 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
. -
Uses of Dumpable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement Dumpable 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 Dumpable in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Dumpable Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.class
WebAppContext.Context
-
Uses of Dumpable in org.eclipse.jetty.websocket.client
Classes in org.eclipse.jetty.websocket.client that implement Dumpable Modifier and Type Class Description class
WebSocketClient
WebSocketClient provides a means of establishing connections to remote websocket endpoints. -
Uses of Dumpable in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement Dumpable Modifier and Type Class Description class
ConnectionManager
Deprecated.useHttpClient
with WebSocketClient directlyclass
WebSocketClientConnection
Client side WebSocket physical connection. -
Uses of Dumpable in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Dumpable Modifier and Type Class Description class
SessionTracker
class
WebSocketSession
-
Uses of Dumpable in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement Dumpable Modifier and Type Class Description class
ExtensionStack
Represents the stack of Extensions.class
WebSocketExtensionFactory
-
Uses of Dumpable in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement Dumpable Modifier and Type Class Description class
AbstractWebSocketConnection
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
. -
Uses of Dumpable in org.eclipse.jetty.websocket.common.scopes
Classes in org.eclipse.jetty.websocket.common.scopes that implement Dumpable Modifier and Type Class Description class
SimpleContainerScope
-
Uses of Dumpable in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement Dumpable 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 Dumpable in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement Dumpable Modifier and Type Class Description class
ServerContainer
-
Uses of Dumpable in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Dumpable 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
WebSocketServerConnection
class
WebSocketServerFactory
Factory to create WebSocket connectionsclass
WebSocketUpgradeFilter
Inline Servlet Filter to capture WebSocket upgrade requests and perform path mappings toWebSocketCreator
objects.class
WebSocketUpgradeHandlerWrapper
-