Uses of Interface
org.eclipse.jetty.util.component.Graceful
-
Packages that use Graceful Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Graceful in org.eclipse.jetty.server
Subinterfaces of Graceful in org.eclipse.jetty.server Modifier and Type Interface Description interface
Connector
AConnector
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.interface
NetworkConnector
AConnector
for TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement Graceful Modifier and Type Class Description class
AbstractConnector
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
AbstractNetworkConnector
An abstract Network Connector.class
LocalConnector
A local connector, mostly for testing purposes.class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP. -
Uses of Graceful in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Graceful Modifier and Type Class Description class
ContextHandler
ContextHandler.class
MovedContextHandler
Moved ContextHandler.class
StatisticsHandler
-
Uses of Graceful in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Graceful Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead. -
Uses of Graceful in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Graceful Modifier and Type Class Description class
ServletContextHandler
Servlet Context. -
Uses of Graceful in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Graceful Modifier and Type Class Description static class
Graceful.Shutdown
A utility Graceful that uses aFutureCallback
to indicate if shutdown is completed. -
Uses of Graceful in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Graceful Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.
-