Uses of Interface
org.eclipse.jetty.server.NetworkConnector
-
Packages that use NetworkConnector Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connector -
-
Uses of NetworkConnector in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement NetworkConnector Modifier and Type Class Description class
AbstractNetworkConnector
An abstract Network Connector.class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP. -
Uses of NetworkConnector in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement NetworkConnector Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead.
-