public abstract class Listener extends Own implements IPollEvents
Modifier and Type | Field and Description |
---|---|
protected SocketBase |
socket |
Modifier | Constructor and Description |
---|---|
protected |
Listener(IOThread ioThread,
SocketBase socket,
Options options) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getAddress() |
abstract boolean |
setAddress(java.lang.String addr) |
destroy, incSeqnum, isTerminating, launchChild, processDestroy, processOwn, processSeqnum, processTerm, processTermAck, processTermReq, termChild, terminate
chooseIoThread, connectPending, destroySocket, findEndpoint, getCtx, getTid, pendConnection, processActivateRead, processActivateWrite, processAttach, processBind, processCancel, processHiccup, processPipeTerm, processPipeTermAck, processPlug, processReap, processReapAck, processReaped, processStop, registerEndpoint, sendActivateRead, sendActivateWrite, sendAttach, sendAttach, sendBind, sendBind, sendCancel, sendDone, sendHiccup, sendInprocConnected, sendOwn, sendPipeTerm, sendPipeTermAck, sendPlug, sendPlug, sendReap, sendReapAck, sendReaped, sendStop, sendTerm, sendTermAck, sendTermReq, setTid, unregisterEndpoint, unregisterEndpoints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptEvent, connectEvent, inEvent, outEvent, timerEvent
protected final SocketBase socket
protected Listener(IOThread ioThread, SocketBase socket, Options options)