public class IOThread extends ZObject implements IPollEvents, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getLoad() |
Mailbox |
getMailbox() |
void |
inEvent()
Called by I/O thread when file descriptor is ready for reading.
|
protected void |
processStop() |
void |
start() |
void |
stop() |
chooseIoThread, connectPending, destroySocket, findEndpoint, getCtx, getTid, pendConnection, processActivateRead, processActivateWrite, processAttach, processBind, processHiccup, processOwn, processPipeTerm, processPipeTermAck, processPlug, processReap, processReaped, processSeqnum, processTerm, processTermAck, processTermReq, registerEndpoint, sendActivateRead, sendActivateWrite, sendAttach, sendAttach, sendBind, sendBind, sendDone, sendHiccup, sendInprocConnected, sendOwn, sendPipeTerm, sendPipeTermAck, sendPlug, sendPlug, sendReap, sendReaped, sendStop, sendTerm, sendTermAck, sendTermReq, setTid, unregisterEndpoint, unregisterEndpointsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptEvent, connectEvent, outEvent, timerEventpublic IOThread(Ctx ctx, int tid)
public void start()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void stop()
public Mailbox getMailbox()
public int getLoad()
public void inEvent()
IPollEventsinEvent in interface IPollEventsprotected void processStop()
processStop in class ZObjectCopyright © 2020. All rights reserved.