Uses of Class
org.eclipse.jetty.io.SocketChannelEndPoint
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of SocketChannelEndPoint in org.eclipse.jetty.io
Modifier and TypeClassDescriptionclass
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s. -
Uses of SocketChannelEndPoint in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionprotected SocketChannelEndPoint
NetworkTrafficServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPoint
ServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected SocketChannelEndPoint
ServerConnector.ServerConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) -
Uses of SocketChannelEndPoint in org.eclipse.jetty.unixsocket.common
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.