Uses of Interface
org.eclipse.jetty.util.component.Graceful
Package
Description
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
-
Uses of Graceful in org.eclipse.jetty.http2.server
Modifier and TypeClassDescriptionstatic class
-
Uses of Graceful in org.eclipse.jetty.http3.server
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Graceful in org.eclipse.jetty.quic.common
-
Uses of Graceful in org.eclipse.jetty.quic.server
Modifier 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
Modifier 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 connectorsModifier 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 serverConnector
that allows clients to communicate via memory.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
Modifier and TypeClassDescriptionclass
Handler to track active requests and allow them to gracefully complete. -
Uses of Graceful in org.eclipse.jetty.unixdomain.server
Modifier and TypeClassDescriptionclass
AConnector
implementation for Unix-Domain server socket channels. -
Uses of Graceful in org.eclipse.jetty.util.component
Modifier and TypeClassDescriptionstatic class
A utility class to assist implementing the Graceful interface. -
Uses of Graceful in org.eclipse.jetty.websocket.common
QuicServerConnector
instead