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 API -
-
Uses of ChannelEndPoint in org.eclipse.jetty.io
Subclasses of ChannelEndPoint in org.eclipse.jetty.io Modifier and Type Class Description class
NetworkTrafficSelectChannelEndPoint
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)
-