Package | Description |
---|---|
<Unnamed> | |
org.eclipse.jetty.alpn.server | |
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
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.embedded | |
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.http.spi | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.nosql |
Jetty NoSql : Generic Nosql Session Management
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.osgi.httpservice | |
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.quickstart | |
org.eclipse.jetty.rewrite.handler |
Jetty Rewrite : Rewrite Handler and Rules for Jetty
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.spdy.server | |
org.eclipse.jetty.spdy.server.http | |
org.eclipse.jetty.spdy.server.proxy | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
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.compress |
Jetty WebSocket Common : Frame & Message Compression Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
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 |
HelloWorld |
Modifier and Type | Class and Description |
---|---|
class |
ALPNServerConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
AntWebAppContext
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.
|
static class |
AntWebAppContext.AntServletHandler
AntServletHandler
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientTransport |
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. |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager
The Deployment Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
HelloHandler |
static class |
ManyHandlers.ParamHandler
Produce output that lists all of the request parameters
|
static class |
ManyHandlers.WelcomeWrapHandler
Add a request attribute, but produce no output.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverFCGI |
Modifier and Type | Class and Description |
---|---|
class |
ServerFCGIConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingThreadPool |
class |
HttpSpiContextHandler
Jetty handler that bridges requests to
HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
LeakTrackingByteBufferPool |
Modifier and Type | Class and Description |
---|---|
class |
JettyServer
JettyServer
Maven jetty plugin version of a wrapper for the Server class.
|
class |
JettyWebAppContext
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSqlSessionManager
NoSqlSessionManager
Base class for SessionManager implementations using nosql frameworks
|
Modifier and Type | Class and Description |
---|---|
class |
MongoSessionManager
MongoSessionManager
Clustered session manager using MongoDB as the shared DB instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServiceErrorPageErrorHandler
Extended error page handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler
Implementation of a
Handler that supports HTTP CONNECT. |
Modifier and Type | Class and Description |
---|---|
class |
QuickStartWebApp
QuickStartWar
|
Modifier and Type | Class and Description |
---|---|
class |
RewriteHandler
Rewrite handler is responsible for managing the rules.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintSecurityHandler
ConstraintSecurityHandler
Handler to enforce SecurityConstraints.
|
class |
SecurityHandler
Abstract SecurityHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionFactory |
class |
AbstractConnector
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, SPDY, etc). |
class |
AbstractNetworkConnector
An abstract Network Connector.
|
class |
HttpConnectionFactory
A Connection Factory for HTTP Connections.
|
class |
LocalConnector |
class |
NegotiatingServerConnectionFactory |
class |
NetworkTrafficServerConnector
A specialized version of
ServerConnector that supports NetworkTrafficListener s. |
class |
Server
Jetty HTTP Servlet Server.
|
class |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
class |
SslConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
AbstractHandler.
|
class |
AbstractHandlerContainer
Abstract Handler Container.
|
class |
AsyncDelayHandler
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
DebugHandler
Debug Handler.
|
class |
DefaultHandler
Default Handler.
|
class |
ErrorHandler
Handler for Error pages
An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler) or
addBean(Object) . |
class |
HandlerCollection
A collection of handlers.
|
class |
HandlerList
HandlerList.
|
class |
HandlerWrapper
|
class |
HotSwapHandler
A
HandlerContainer that allows a hot swap of a wrapped handler. |
class |
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.
|
class |
IPAccessHandler
IP Access Handler
|
class |
MovedContextHandler
Moved ContextHandler.
|
class |
RequestLogHandler
RequestLogHandler.
|
class |
ResourceHandler
Resource Handler.
|
class |
ScopedHandler
ScopedHandler.
|
class |
SecuredRedirectHandler
Secured Redirect Handler
|
class |
ShutdownHandler
A handler that shuts the server down on a valid request.
|
class |
StatisticsHandler |
Modifier and Type | Class and Description |
---|---|
class |
NetworkTrafficSelectChannelConnector
Deprecated.
use
NetworkTrafficServerConnector instead. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionManager
An Abstract implementation of SessionManager.
|
class |
HashSessionManager
HashSessionManager
An in-memory implementation of SessionManager.
|
class |
JDBCSessionManager
JDBCSessionManager
SessionManager that persists sessions to a database to enable clustering.
|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorPageErrorHandler
Error Page Error Handler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
the internal ERROR style of dispatch.
|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler |
class |
ServletTester |
Modifier and Type | Class and Description |
---|---|
class |
GzipHandler
GZIP Handler This handler will gzip the content of a response if:
The filter is mapped to a matching path
The response status code is >=200 and <300
The content length is unknown or more than the
minGzipSize initParameter or the minGzipSize is 0(default)
The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the
content-type is not "application/gzip"
No content-encoding is specified by the resource
|
Modifier and Type | Class and Description |
---|---|
static class |
SPDYClient.Factory |
Modifier and Type | Class and Description |
---|---|
class |
NPNServerConnectionFactory |
class |
SPDYServerConnectionFactory |
class |
SPDYServerConnector |
Modifier and Type | Class and Description |
---|---|
class |
HTTPSPDYServerConnectionFactory |
class |
HTTPSPDYServerConnector |
Modifier and Type | Class and Description |
---|---|
class |
HTTPSPDYProxyServerConnector |
class |
ProxyHTTPConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClient
WebSocketClient provides a means of establishing connections to remote websocket endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionManager
Internal Connection/Client Manager used to track active clients, their physical vs virtual connection information, and provide some means to create new
physical or virtual connections.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketSession |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtension |
class |
ExtensionStack
Represents the stack of Extensions.
|
class |
FrameDebugExtension |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
FragmentExtension
Fragment Extension
|
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.
|
class |
JsrSession
Session for the JSR.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
class |
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 connections
|
class |
WebSocketUpgradeFilter
Inline Servlet Filter to capture WebSocket upgrade requests and perform path mappings to
WebSocketCreator objects. |
class |
WebSocketUpgradeHandlerWrapper |
Copyright © 1995-2015 Webtide. All Rights Reserved.