public class SocketChannelEndPoint extends ChannelEndPoint
_currentInterestOps, _desiredInterestOps, _key, _selector| 构造器和说明 |
|---|
SocketChannelEndPoint(SelectableChannel channel,
ManagedSelector selector,
SelectionKey key,
org.eclipse.jetty.util.thread.Scheduler scheduler) |
SocketChannelEndPoint(SocketChannel channel,
ManagedSelector selector,
SelectionKey key,
org.eclipse.jetty.util.thread.Scheduler scheduler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doShutdownOutput() |
InetSocketAddress |
getLocalAddress() |
InetSocketAddress |
getRemoteAddress() |
Socket |
getSocket() |
doClose, fill, flush, getChannel, getTransport, isOpen, isOptimizedForDirectBuffers, needsFillInterest, onClose, onIncompleteFlush, onSelected, toEndPointString, updateKeycheckFill, checkFlush, close, close, doShutdownInput, fillInterested, getConnection, getCreatedTimeStamp, getFillInterest, getWriteFlusher, isFillInterested, isInputShutdown, isOutputShutdown, onClose, onIdleExpired, onOpen, reset, setConnection, shutdownInput, shutdownOutput, toConnectionString, toString, tryFillInterested, upgrade, writecheckIdleTimeout, getIdleFor, getIdleTimeout, getIdleTimestamp, getScheduler, notIdle, setIdleTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdleTimeout, setIdleTimeoutpublic SocketChannelEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler)
public SocketChannelEndPoint(SocketChannel channel, ManagedSelector selector, SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler)
public Socket getSocket()
public InetSocketAddress getLocalAddress()
EndPoint is bound, or null
if this EndPoint does not represent a network connection.public InetSocketAddress getRemoteAddress()
EndPoint is bound, or null
if this EndPoint does not represent a network connection.protected void doShutdownOutput()
doShutdownOutput 在类中 AbstractEndPointCopyright © 2017. All rights reserved.