Uses of Class
org.eclipse.jetty.server.ServerConnector
-
Packages that use ServerConnector Package Description org.eclipse.jetty.http.spi org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connector -
-
Uses of ServerConnector in org.eclipse.jetty.http.spi
Methods in org.eclipse.jetty.http.spi that return ServerConnector Modifier and Type Method Description protected ServerConnector
JettyHttpServer. newServerConnector(java.net.InetSocketAddress addr, int backlog)
-
Uses of ServerConnector in org.eclipse.jetty.server
Subclasses of ServerConnector in org.eclipse.jetty.server Modifier and Type Class Description class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s. -
Uses of ServerConnector in org.eclipse.jetty.server.nio
Subclasses of ServerConnector in org.eclipse.jetty.server.nio Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead.
-