Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.http.pathmap | |
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.client.http | |
org.eclipse.jetty.http2.server | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.jmx |
Jetty JMX : Integration for JMX in Jetty
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.session.infinispan | |
org.eclipse.jetty.test.jmx | |
org.eclipse.jetty.test.jmx.jmx | |
org.eclipse.jetty.unixsocket | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.util.thread.strategy | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
org.eclipse.jetty.websocket.jsr356 | |
org.eclipse.jetty.websocket.jsr356.server | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionPool |
class |
AbstractConnectorHttpClientTransport |
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 |
RoundRobinConnectionPool |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager
The Deployment Manager.
|
class |
PropertiesConfigurationManager
FileConfigurationManager
Supplies properties defined in a file.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManagerMBean |
Modifier and Type | Class and Description |
---|---|
class |
ScanningAppProvider |
class |
WebAppProvider
The webapps directory scanning provider.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverFCGI |
Modifier and Type | Class and Description |
---|---|
class |
MappedResource<E> |
class |
PathMappings<E>
Path Mappings of PathSpec to Resource.
|
Modifier and Type | Class and 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 |
HTTP2Session |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2Client
HTTP2Client provides an asynchronous, non-blocking implementation
to send HTTP/2 frames to a server. |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTP2ServerConnectionFactory |
static class |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionStatistics
A
Connection.Listener that tracks connection statistics. |
class |
SelectorManager
SelectorManager manages a number of ManagedSelector s that
simplify the non-blocking primitives provided by the JVM via the java.nio package. |
Modifier and Type | Class and Description |
---|---|
class |
MBeanContainer
Container class for the MBean instances
|
Modifier and Type | Class and 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 "_"
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionFactory
Provides the common handling for
ConnectionFactory implementations including: |
class |
AbstractConnector
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, etc). |
class |
AbstractNetworkConnector
An abstract Network Connector.
|
class |
AcceptRateLimit
A Listener that limits the rate at which new connections are accepted
|
class |
ConnectionLimit
A Listener that limits the number of Connections.
|
interface |
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. |
class |
ConnectorStatistics
Deprecated.
use
ServerConnectionStatistics instead. |
class |
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.
|
class |
DebugListener
A Context Listener that produces additional debug.
|
interface |
Handler
A Jetty Server Handler.
|
interface |
HandlerContainer
A Handler that contains other Handlers.
|
class |
HttpConfiguration
HTTP Configuration.
|
class |
LowResourceMonitor
A monitor for low resources, low resources can be detected by:
ThreadPool.isLowOnThreads() if Connector.getExecutor() is
an instance of ThreadPool and LowResourceMonitor.setMonitorThreads(boolean) is true.
If LowResourceMonitor.setMaxMemory(long) is non zero then low resources is detected if the JVMs
Runtime instance has Runtime.totalMemory() minus Runtime.freeMemory()
greater than LowResourceMonitor.getMaxMemory()
If LowResourceMonitor.setMaxConnections(int) is non zero then low resources is detected if the total number
of connections exceeds LowResourceMonitor.getMaxConnections() . |
class |
LowResourceMonitor.MaxConnectionsLowResourceCheck |
class |
NCSARequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with a RequestLogWriter |
class |
RequestLogWriter
Writer which outputs pre-formatted request log strings to a file using
RolloverFileOutputStream . |
class |
Server
Jetty HTTP Servlet Server.
|
class |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
class |
Slf4jRequestLog
Deprecated.
use
CustomRequestLog given format string CustomRequestLog.EXTENDED_NCSA_FORMAT with an Slf4jRequestLogWriter |
class |
Slf4jRequestLogWriter
Request log writer using a Slf4jLog Logger
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
AbstractHandler.
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
HandlerCollection
A collection of handlers.
|
class |
HandlerWrapper
A
HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
class |
StatisticsHandler |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandlerMBean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectorMBean |
class |
ServerMBean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionCache
AbstractSessionCache
A base implementation of the
SessionCache interface for managing a set of
Session objects pertaining to a context in memory. |
class |
AbstractSessionDataStore
AbstractSessionDataStore
|
class |
DefaultSessionCache
DefaultSessionCache
A session store that keeps its sessions in memory in a hashmap
|
class |
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 database
|
class |
NullSessionDataStore
NullSessionDataStore
Does not actually store anything, useful for testing.
|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterMapping |
class |
Holder<T>
Holder
Specialization of AbstractHolder for servlet-related classes that
have init-params etc
|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler
Servlet HttpHandler.
|
class |
ServletHolder
Servlet Instance and Context Holder.
|
class |
ServletMapping |
Modifier and Type | Class and Description |
---|---|
class |
DoSFilter
Denial of Service filter
|
class |
PushCacheFilter
A filter that builds a cache of secondary resources associated
to primary resources.
|
class |
QoSFilter
Quality of Service Filter.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionDataStore
InfinispanSessionDataStore
|
Modifier and Type | Class and Description |
---|---|
class |
CommonComponent |
class |
Echoer |
class |
PingServlet
Simple ping into this webapp to see if it is here.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoerMBean |
class |
PingerMBean |
Modifier and Type | Class and Description |
---|---|
class |
UnixSocketConnector |
Modifier and Type | Class and Description |
---|---|
static class |
SocketAddressResolver.Async
Creates
SocketAddress instances asynchronously in a different thread. |
static class |
SocketAddressResolver.Sync
Creates
SocketAddress instances synchronously in the caller thread. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifeCycle
Basic implementation of the life cycle interface for components.
|
class |
ContainerLifeCycle
A ContainerLifeCycle is an
LifeCycle implementation for a collection of contained beans. |
interface |
Destroyable
A Destroyable is an object which can be destroyed.
|
interface |
Dumpable |
interface |
LifeCycle
The lifecycle interface for generic components.
|
Modifier and Type | Class and Description |
---|---|
class |
StdErrLog
StdErr Logging implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
LogMBean |
Modifier and Type | Class and Description |
---|---|
class |
SslContextFactory
SslContextFactory is used to configure SSL connectors
as well as HttpClient.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorThreadPool
A
ThreadPool.SizedThreadPool wrapper around ThreadPoolExecutor . |
class |
MonitoredQueuedThreadPool
A
QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics. |
class |
QueuedThreadPool |
class |
ReservedThreadExecutor
An Executor using preallocated/reserved Threads from a wrapped Executor.
|
interface |
ThreadPool
A pool for threads.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingWebAppClassLoader
A WebAppClassLoader that caches
CachingWebAppClassLoader.getResource(String) results. |
class |
WebAppContext
Web Application Context Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketSession |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtension |
class |
ExtensionStack
Represents the stack of Extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityExtension |
Modifier and Type | Class and Description |
---|---|
class |
ClientContainer
Container for Client use of the javax.websocket API.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketUpgradeFilter
Inline Servlet Filter to capture WebSocket upgrade requests and perform path mappings to
WebSocketCreator objects. |
Copyright © 1995–2023 Webtide. All rights reserved.