Uses of Class
org.eclipse.jetty.server.AbstractConnector
Package
Description
Jetty Server : Core Server API
-
Uses of AbstractConnector in org.eclipse.jetty.http3.server
Modifier and TypeClassDescriptionclass
A HTTP/3 specificQuicServerConnector
that configures QUIC parameters according to HTTP/3 requirements. -
Uses of AbstractConnector 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 AbstractConnector in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
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 AbstractConnector in org.eclipse.jetty.unixsocket.server
Modifier 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).