Uses of Class
org.eclipse.jetty.io.SocketChannelEndPoint
Packages that use SocketChannelEndPoint
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of SocketChannelEndPoint in org.eclipse.jetty.io
Subclasses of SocketChannelEndPoint in org.eclipse.jetty.ioModifier and TypeClassDescriptionclass
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s. -
Uses of SocketChannelEndPoint in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SocketChannelEndPointModifier 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
Subclasses of SocketChannelEndPoint in org.eclipse.jetty.unixsocket.commonModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.