|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractLifeCycle in org.eclipse.jetty.http |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.http | |
|---|---|
class |
HttpBuffers
Abstract Buffer pool. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.io.nio |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.io.nio | |
|---|---|
class |
SelectorManager
The Selector Manager manages and number of SelectSets to allow NIO scheduling to scale to large numbers of connections. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.security |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.security | |
|---|---|
class |
ConstraintSecurityHandler
Handler to enforce SecurityConstraints. |
class |
HashLoginService
Properties User Realm. |
class |
JDBCLoginService
HashMapped User Realm with JDBC as data source. |
class |
MappedLoginService
A login service that keeps UserIdentities in a concurrent map either as the source or a cache of the users. |
class |
SecurityHandler
Abstract SecurityHandler. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.server |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server | |
|---|---|
class |
AbstractConnector
Abstract Connector implementation. |
class |
LocalConnector
|
class |
NCSARequestLog
This RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
class |
ResourceCache
|
class |
Server
Jetty HTTP Servlet Server. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.server.bio |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.bio | |
|---|---|
class |
SocketConnector
Socket Connector. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handler | |
|---|---|
class |
AbstractHandler
AbstractHandler. |
class |
AbstractHandlerContainer
Abstract Handler Container. |
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
Server.addBean(Object). |
class |
HandlerCollection
A collection of handlers. |
class |
HandlerList
HandlerList. |
class |
HandlerWrapper
A HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
class |
HotSwapHandler
A HandlerContainer that allows a hot swap
of a wrapped handler. |
class |
IPAccessHandler
IP Access Handler |
class |
MovedContextHandler
Moved ContextHandler. |
class |
ProxyHandler
Implementation of a tunneling proxy that supports HTTP CONNECT and transparent proxy. |
class |
RequestLogHandler
RequestLogHandler. |
class |
ResourceHandler
Resource Handler. |
class |
ScopedHandler
ScopedHandler. |
class |
StatisticsHandler
|
| Uses of AbstractLifeCycle in org.eclipse.jetty.server.nio |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.nio | |
|---|---|
class |
AbstractNIOConnector
|
class |
BlockingChannelConnector
Blocking NIO connector. |
class |
InheritedChannelConnector
An implementation of the SelectChannelConnector which first tries to inherit from a channel provided by the system. |
class |
SelectChannelConnector
Selecting NIO connector. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.server.session |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.session | |
|---|---|
class |
AbstractSessionIdManager
|
class |
AbstractSessionManager
An Abstract implementation of SessionManager. |
class |
HashSessionIdManager
HashSessionIdManager. |
class |
HashSessionManager
An in-memory implementation of SessionManager. |
class |
JDBCSessionIdManager
JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions. |
class |
JDBCSessionManager
JDBCSessionManager SessionManager that persists sessions to a database to enable clustering. |
class |
SessionHandler
SessionHandler. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.server.ssl |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.ssl | |
|---|---|
class |
SslSelectChannelConnector
SslSelectChannelConnector. |
class |
SslSocketConnector
SSL Socket Connector. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.servlet |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.servlet | |
|---|---|
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 |
FilterHolder
|
class |
Holder
|
class |
ServletContextHandler
Servlet Context. |
class |
ServletHandler
Servlet HttpHandler. |
class |
ServletHolder
Servlet Instance and Context Holder. |
| Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread | |
|---|---|
class |
ExecutorThreadPool
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and
LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server |
class |
OldQueuedThreadPool
A pool of threads. |
class |
QueuedThreadPool
|
| Uses of AbstractLifeCycle in org.eclipse.jetty.webapp |
|---|
| Subclasses of AbstractLifeCycle in org.eclipse.jetty.webapp | |
|---|---|
class |
WebAppContext
Web Application Context Handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||