private final class EpollSocketChannel.EpollSocketChannelUnsafe extends AbstractEpollStreamChannel.EpollStreamUnsafe
maybeMoreDataToRead, 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, newEpollHandle
clearEpollIn0, epollInBefore, epollInFinally, epollRdHupReady, executeEpollInReadyRunnable, flush0, recvBufAllocHandle, 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