Uses of Interface
org.eclipse.jetty.util.component.Graceful
Packages that use Graceful
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Util : Jetty Lifecycle Management
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Graceful in org.eclipse.jetty.ee10.websocket.jakarta.common
Classes in org.eclipse.jetty.ee10.websocket.jakarta.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.ee8.websocket.common
Classes in org.eclipse.jetty.ee8.websocket.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.ee8.websocket.javax.common
Classes in org.eclipse.jetty.ee8.websocket.javax.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.ee9.websocket.common
Classes in org.eclipse.jetty.ee9.websocket.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.ee9.websocket.jakarta.common
Classes in org.eclipse.jetty.ee9.websocket.jakarta.common that implement Graceful -
Uses of Graceful in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Graceful -
Uses of Graceful in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement GracefulModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.use SessionContainer instead -
Uses of Graceful in org.eclipse.jetty.http3.server
Classes in org.eclipse.jetty.http3.server that implement GracefulModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.useQuicServerConnectorinstead -
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 TypeClassDescriptionclassA server side network connector that uses aDatagramChannelto 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 TypeInterfaceDescriptioninterfaceAConnectoraccept 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.interfaceAConnectorfor TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement GracefulModifier and TypeClassDescriptionclassAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAn abstract Network Connector.classA local connector, mostly for testing purposes.classA serverConnectorthat allows clients to communicate via memory.classA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classThisConnectorimplementation 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 TypeClassDescriptionclassHandler to track active requests and allow them to gracefully complete. -
Uses of Graceful in org.eclipse.jetty.unixdomain.server
Classes in org.eclipse.jetty.unixdomain.server that implement GracefulModifier and TypeClassDescriptionclassAConnectorimplementation for Unix-Domain server socket channels. -
Uses of Graceful in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement GracefulModifier and TypeClassDescriptionstatic classA utility class to assist implementing the Graceful interface. -
Uses of Graceful in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Graceful