Uses of Class
org.eclipse.jetty.io.AbstractEndPoint
-
Packages that use AbstractEndPoint Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.unixsocket -
-
Uses of AbstractEndPoint in org.eclipse.jetty.io
Subclasses of AbstractEndPoint in org.eclipse.jetty.io Modifier and Type Class Description classByteArrayEndPointByteArrayEndPoint.classChannelEndPointChannel End Point.classNetworkTrafficSelectChannelEndPointDeprecated.useNetworkTrafficSocketChannelEndPointinsteadclassNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSelectChannelEndPointDeprecated.useSocketChannelEndPointinsteadclassSocketChannelEndPoint -
Uses of AbstractEndPoint in org.eclipse.jetty.io.ssl
Subclasses of AbstractEndPoint in org.eclipse.jetty.io.ssl Modifier and Type Class Description classSslConnection.DecryptedEndPoint -
Uses of AbstractEndPoint in org.eclipse.jetty.server
Subclasses of AbstractEndPoint in org.eclipse.jetty.server Modifier and Type Class Description classLocalConnector.LocalEndPointLocal EndPoint -
Uses of AbstractEndPoint in org.eclipse.jetty.unixsocket
Subclasses of AbstractEndPoint in org.eclipse.jetty.unixsocket Modifier and Type Class Description classUnixSocketEndPoint
-