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 classNetworkTrafficSelectChannelEndPointDeprecated.useNetworkTrafficSocketChannelEndPointinsteadclassNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSelectChannelEndPointDeprecated.useSocketChannelEndPointinsteadclassSocketChannelEndPoint -
Uses of ChannelEndPoint in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ChannelEndPoint Modifier and Type Method Description protected ChannelEndPointNetworkTrafficServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)protected ChannelEndPointServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)protected ChannelEndPointServerConnector.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 classUnixSocketEndPoint
-