Uses of Interface
org.eclipse.jetty.util.component.Graceful
Packages that use Graceful
Package
Description
Jetty Ant : Ant Tasks and Configuration
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Jetty Lifecycle Management
Jetty Util : Modular Web Application Support
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Graceful in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement GracefulModifier and TypeClassDescriptionclass
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 -
Uses of Graceful in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement GracefulModifier and TypeClassDescriptionstatic class
-
Uses of Graceful in org.eclipse.jetty.http3.server
Classes in org.eclipse.jetty.http3.server that implement GracefulModifier and TypeClassDescriptionclass
A HTTP/3 specificQuicServerConnector
that configures QUIC parameters according to HTTP/3 requirements. -
Uses of Graceful in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement GracefulModifier and TypeClassDescriptionclass
A server side network connector that uses aDatagramChannel
to listen on a network port for QUIC traffic. -
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.servlet
Classes in org.eclipse.jetty.servlet that implement Graceful -
Uses of Graceful in org.eclipse.jetty.unixsocket.server
Classes in org.eclipse.jetty.unixsocket.server that implement GracefulModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Use UnixDomainServerConnector from the jetty-unixdomain-server module instead (requires Java 16 or later). -
Uses of Graceful in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement GracefulModifier and TypeClassDescriptionstatic class
A utility class to assist implementing the Graceful interface. -
Uses of Graceful in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Graceful -
Uses of Graceful in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.websocket.javax.common
Classes in org.eclipse.jetty.websocket.javax.common that implement Graceful