Uses of Class
org.eclipse.jetty.io.ChannelEndPoint
Packages that use ChannelEndPoint
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of ChannelEndPoint in org.eclipse.jetty.io
Subclasses of ChannelEndPoint in org.eclipse.jetty.ioModifier and TypeClassDescriptionclass
Deprecated.class
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s.class
Deprecated.useSocketChannelEndPoint
insteadclass
-
Uses of ChannelEndPoint in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ChannelEndPointModifier and TypeMethodDescriptionprotected ChannelEndPoint
NetworkTrafficServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected ChannelEndPoint
ServerConnector.newEndPoint
(SocketChannel channel, ManagedSelector selectSet, SelectionKey key) protected ChannelEndPoint
ServerConnector.ServerConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selectSet, SelectionKey selectionKey)
NetworkTrafficSocketChannelEndPoint
instead