Uses of Class
org.eclipse.jetty.server.AbstractNetworkConnector
Package
Description
Jetty Server : Core Server API
-
Uses of AbstractNetworkConnector 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 AbstractNetworkConnector 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 AbstractNetworkConnector in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.
QuicServerConnector
instead