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, epollOutReadyclearEpollIn0, epollRdHupReady, flush0, isRdHup, shutdownInputannotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, localAddress, outboundBuffer, register, remoteAddress, safeSetFailure, safeSetSuccess, voidPromise, writeprotected java.util.concurrent.Executor prepareToClose()
AbstractChannel.AbstractUnsafeChannel. 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.EpollStreamUnsafeboolean doFinishConnect()
throws java.lang.Exception
AbstractEpollStreamChannel.EpollStreamUnsafedoFinishConnect in class AbstractEpollStreamChannel.EpollStreamUnsafejava.lang.Exception