Uses of Interface
org.eclipse.jetty.util.component.Graceful
-
Packages that use Graceful Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.quickstart 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.unixsocket org.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.ant
Classes in org.eclipse.jetty.ant that implement Graceful Modifier and Type Class Description class
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment. -
Uses of Graceful in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Graceful Modifier and Type Class Description class
HttpSpiContextHandler
Jetty handler that bridges requests toHttpHandler
. -
Uses of Graceful in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement Graceful Modifier and Type Class Description class
JettyWebAppContext
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment.class
MavenServerConnector
MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml. -
Uses of Graceful in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Graceful Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
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.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement Graceful Modifier and Type Class Description class
UnixSocketConnector
A server-side connector for UNIX sockets. -
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.
-