Uses of Interface
org.eclipse.jetty.server.NetworkConnector
Package
Description
Jetty Server : Core Server API
-
Uses of NetworkConnector in org.eclipse.jetty.http3.server
Modifier and TypeClassDescriptionclass
A HTTP/3 specificQuicServerConnector
that configures QUIC parameters according to HTTP/3 requirements. -
Uses of NetworkConnector 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 NetworkConnector in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
An abstract Network Connector.class
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.