private final class EpollSocketChannel.EpollSocketChannelUnsafe extends AbstractEpollStreamChannel.EpollStreamUnsafe
readPending
Modifier | Constructor and Description |
---|---|
private |
EpollSocketChannelUnsafe() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
doFinishConnect()
Finish the connect
|
protected java.util.concurrent.Executor |
prepareToClose()
Prepares to close the
Channel . |
connect, epollInReady, epollOutReady
clearEpollIn0, epollRdHupReady, flush0, isRdHup, shutdownInput
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, localAddress, outboundBuffer, register, remoteAddress, safeSetFailure, safeSetSuccess, voidPromise, write
protected java.util.concurrent.Executor prepareToClose()
AbstractChannel.AbstractUnsafe
Channel
. If this method returns an Executor
, the
caller must call the Executor.execute(Runnable)
method with a task that calls
AbstractChannel.doClose()
on the returned Executor
. If this method returns null
,
AbstractChannel.doClose()
must be called from the caller thread. (i.e. EventLoop
)prepareToClose
in class AbstractEpollStreamChannel.EpollStreamUnsafe
boolean doFinishConnect() throws java.lang.Exception
AbstractEpollStreamChannel.EpollStreamUnsafe
doFinishConnect
in class AbstractEpollStreamChannel.EpollStreamUnsafe
java.lang.Exception