Uses of Class
org.eclipse.jetty.io.SocketChannelEndPoint
-
Packages that use SocketChannelEndPoint 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.common -
-
Uses of SocketChannelEndPoint in org.eclipse.jetty.io
Subclasses of SocketChannelEndPoint in org.eclipse.jetty.io Modifier and Type Class Description class
NetworkTrafficSocketChannelEndPoint
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s. -
Uses of SocketChannelEndPoint in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SocketChannelEndPoint Modifier and Type Method Description protected SocketChannelEndPoint
NetworkTrafficServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected SocketChannelEndPoint
ServerConnector. newEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selectSet, java.nio.channels.SelectionKey key)
protected SocketChannelEndPoint
ServerConnector.ServerConnectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)
-
Uses of SocketChannelEndPoint in org.eclipse.jetty.unixsocket.common
Subclasses of SocketChannelEndPoint in org.eclipse.jetty.unixsocket.common Modifier and Type Class Description class
UnixSocketEndPoint
Deprecated, for removal: This API element is subject to removal in a future version.
-