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.common -
-
Uses of AbstractEndPoint in org.eclipse.jetty.io
Subclasses of AbstractEndPoint in org.eclipse.jetty.io Modifier and Type Class Description classByteArrayEndPointByteArrayEndPoint.classNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSocketChannelEndPointChannel End Point. -
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.common
Subclasses of AbstractEndPoint in org.eclipse.jetty.unixsocket.common Modifier and Type Class Description classUnixSocketEndPoint
-