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 classAntWebAppContextExtension 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 classHttpSpiContextHandlerJetty 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 classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment.classMavenServerConnectorMavenServerConnector 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 classQuickStartWebAppQuickStartWar -
Uses of Graceful in org.eclipse.jetty.server
Subinterfaces of Graceful in org.eclipse.jetty.server Modifier and Type Interface Description interfaceConnectorAConnectoraccept 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.interfaceNetworkConnectorAConnectorfor TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement Graceful Modifier and Type Class Description classAbstractConnectorAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAbstractNetworkConnectorAn abstract Network Connector.classLocalConnectorA local connector, mostly for testing purposes.classNetworkTrafficServerConnectorA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classServerConnectorThisConnectorimplementation 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 classContextHandlerContextHandler.classMovedContextHandlerMoved ContextHandler.classStatisticsHandler -
Uses of Graceful in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Graceful Modifier and Type Class Description classNetworkTrafficSelectChannelConnectorDeprecated.useNetworkTrafficServerConnectorinstead. -
Uses of Graceful in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Graceful Modifier and Type Class Description classServletContextHandlerServlet Context. -
Uses of Graceful in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement Graceful Modifier and Type Class Description classUnixSocketConnectorA 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 classGraceful.ShutdownA utility Graceful that uses aFutureCallbackto 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 classWebAppContextWeb Application Context Handler.
-