Uses of Interface
org.eclipse.jetty.util.component.Graceful
Packages that use Graceful
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Core Server Connector
Jetty Server : Modular Servlet Integration
Jetty Util : Jetty Lifecycle Management
Jetty Util : Modular Web Application Support
-
Uses of Graceful in org.eclipse.jetty.server
Subinterfaces of Graceful in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptioninterface
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
AConnector
for TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement GracefulModifier and TypeClassDescriptionclass
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
An abstract Network Connector.class
A local connector, mostly for testing purposes.class
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
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 GracefulModifier and TypeClassDescriptionclass
ContextHandler.class
Moved ContextHandler.class
-
Uses of Graceful in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Graceful -
Uses of Graceful in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Graceful -
Uses of Graceful in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement GracefulModifier and TypeClassDescriptionstatic class
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
NetworkTrafficServerConnector
instead.