Package org.eclipse.jetty.io
Class SocketChannelEndPoint
- java.lang.Object
 - 
- org.eclipse.jetty.io.IdleTimeout
 - 
- org.eclipse.jetty.io.AbstractEndPoint
 - 
- org.eclipse.jetty.io.ChannelEndPoint
 - 
- org.eclipse.jetty.io.SocketChannelEndPoint
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.lang.AutoCloseable,EndPoint,ManagedSelector.Selectable
- Direct Known Subclasses:
 NetworkTrafficSocketChannelEndPoint,SelectChannelEndPoint
@Deprecated(since="2021-05-27") public class SocketChannelEndPoint extends ChannelEndPoint
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description SocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)Deprecated.SocketChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.SocketgetSocket()Deprecated.- 
Methods inherited from class org.eclipse.jetty.io.ChannelEndPoint
doClose, fill, flush, getChannel, getLocalAddress, getRemoteAddress, getTransport, isOpen, isOptimizedForDirectBuffers, onClose, onSelected, replaceKey, toEndPointString, updateKey 
- 
Methods inherited from class org.eclipse.jetty.io.AbstractEndPoint
checkFill, checkFlush, close, fillInterested, getConnection, getCreatedTimeStamp, getFillInterest, getWriteFlusher, isFillInterested, isInputShutdown, isOutputShutdown, onOpen, setConnection, shutdownOutput, toConnectionString, toString, tryFillInterested, upgrade, write 
- 
Methods inherited from class org.eclipse.jetty.io.IdleTimeout
getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeout 
- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.eclipse.jetty.io.EndPoint
getIdleTimeout, setIdleTimeout 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SocketChannelEndPoint
public SocketChannelEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)Deprecated. 
- 
SocketChannelEndPoint
public SocketChannelEndPoint(java.nio.channels.SocketChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key, Scheduler scheduler)Deprecated. 
 - 
 
 -