Class NetworkTrafficSelectChannelEndPoint
java.lang.Object
org.eclipse.jetty.io.IdleTimeout
org.eclipse.jetty.io.AbstractEndPoint
org.eclipse.jetty.io.ChannelEndPoint
org.eclipse.jetty.io.SocketChannelEndPoint
org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
- All Implemented Interfaces:
Closeable, AutoCloseable, EndPoint, ManagedSelector.Selectable
@Deprecated
public class NetworkTrafficSelectChannelEndPoint
extends NetworkTrafficSocketChannelEndPoint
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkTrafficSelectChannelEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) Deprecated. -
Method Summary
Methods inherited from class NetworkTrafficSocketChannelEndPoint
fill, flush, notifyIncoming, notifyOutgoing, onClose, onOpenMethods inherited from class SocketChannelEndPoint
getSocketMethods inherited from class ChannelEndPoint
doClose, doShutdownOutput, getChannel, getLocalAddress, getRemoteAddress, getTransport, isOpen, isOptimizedForDirectBuffers, needsFillInterest, onIncompleteFlush, onSelected, replaceKey, toEndPointString, updateKeyMethods inherited from class AbstractEndPoint
checkFill, checkFlush, close, close, doShutdownInput, fillInterested, getConnection, getCreatedTimeStamp, getFillInterest, getWriteFlusher, isFillInterested, isInputShutdown, isOutputShutdown, onClose, onIdleExpired, reset, setConnection, shutdownInput, shutdownOutput, toConnectionString, toString, tryFillInterested, upgrade, writeMethods inherited from class IdleTimeout
checkIdleTimeout, getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeoutMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface EndPoint
getIdleTimeout, setIdleTimeout
-
Constructor Details
-
NetworkTrafficSelectChannelEndPoint
public NetworkTrafficSelectChannelEndPoint(SocketChannel channel, ManagedSelector selectSet, SelectionKey key, Scheduler scheduler, long idleTimeout, List<NetworkTrafficListener> listeners) Deprecated.
-
NetworkTrafficSocketChannelEndPointinstead