Uses of Class
org.eclipse.jetty.io.ChannelEndPoint
-
Packages that use ChannelEndPoint Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.unixsocket -
-
Uses of ChannelEndPoint in org.eclipse.jetty.io
Subclasses of ChannelEndPoint in org.eclipse.jetty.io Modifier and Type Class Description class
NetworkTrafficSelectChannelEndPoint
Deprecated.useNetworkTrafficSocketChannelEndPoint
insteadclass
NetworkTrafficSocketChannelEndPoint
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s.class
SelectChannelEndPoint
Deprecated.useSocketChannelEndPoint
insteadclass
SocketChannelEndPoint
-
Uses of ChannelEndPoint in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ChannelEndPoint Modifier and Type Method Description protected ChannelEndPoint
NetworkTrafficServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected ChannelEndPoint
ServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected ChannelEndPoint
ServerConnector.ServerConnectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey selectionKey)
-
Uses of ChannelEndPoint in org.eclipse.jetty.unixsocket
Subclasses of ChannelEndPoint in org.eclipse.jetty.unixsocket Modifier and Type Class Description class
UnixSocketEndPoint
-