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 class
ByteArrayEndPoint
ByteArrayEndPoint.class
ChannelEndPoint
Channel End Point.class
NetworkTrafficSelectChannelEndPoint
Deprecated.useNetworkTrafficSocketChannelEndPoint
insteadclass
NetworkTrafficSocketChannelEndPoint
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s.class
SelectChannelEndPoint
Deprecated.useSocketChannelEndPoint
insteadclass
SocketChannelEndPoint
-
Uses of AbstractEndPoint in org.eclipse.jetty.io.ssl
Subclasses of AbstractEndPoint in org.eclipse.jetty.io.ssl Modifier and Type Class Description class
SslConnection.DecryptedEndPoint
-
Uses of AbstractEndPoint in org.eclipse.jetty.server
Subclasses of AbstractEndPoint in org.eclipse.jetty.server Modifier and Type Class Description class
LocalConnector.LocalEndPoint
Local EndPoint -
Uses of AbstractEndPoint in org.eclipse.jetty.unixsocket
Subclasses of AbstractEndPoint in org.eclipse.jetty.unixsocket Modifier and Type Class Description class
UnixSocketEndPoint
-