Class ZObject
java.lang.Object
zmq.ZObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final IOThreadchooseIoThread(long affinity) protected final voidconnectPending(String addr, SocketBase bindSocket) protected final voiddestroySocket(SocketBase socket) protected final Ctx.EndpointfindEndpoint(String addr) protected final CtxgetCtx()final intgetTid()protected final voidpendConnection(String addr, Ctx.Endpoint endpoint, Pipe[] pipes) protected voidprotected voidprocessActivateWrite(long msgsRead) protected voidprocessAttach(IEngine engine) protected voidprocessBind(Pipe pipe) protected void(package private) final voidprocessCommand(Command cmd) protected voidprocessHiccup(YPipeBase<Msg> hiccupPipe) protected voidprocessOwn(Own object) protected voidprotected voidprotected voidprotected voidprocessReap(SocketBase socket) protected voidprotected voidprotected voidprotected voidprotected voidprocessTerm(int linger) protected voidprotected voidprocessTermReq(Own object) protected final booleanregisterEndpoint(String addr, Ctx.Endpoint endpoint) protected final voidsendActivateRead(Pipe destination) protected final voidsendActivateWrite(Pipe destination, long msgsRead) protected final voidsendAttach(SessionBase destination, IEngine engine) protected final voidsendAttach(SessionBase destination, IEngine engine, boolean incSeqnum) protected final voidprotected final voidprotected final voidprivate voidsendCommand(Command cmd) protected final voidsendDone()protected final voidsendHiccup(Pipe destination, YPipeBase<Msg> pipe) protected final voidsendInprocConnected(SocketBase socket) protected final voidprotected final voidsendPipeTerm(Pipe destination) protected final voidsendPipeTermAck(Pipe destination) protected final voidprotected final voidprotected final voidsendReap(SocketBase socket) protected final voidprotected final voidprotected final voidsendStop()protected final voidprotected final voidsendTermAck(Own destination) protected final voidsendTermReq(Own destination, Own object) protected final voidsetTid(int tid) protected final booleanunregisterEndpoint(String addr, SocketBase socket) protected final voidunregisterEndpoints(SocketBase socket)
-
Field Details
-
ctx
-
tid
private int tid
-
-
Constructor Details
-
ZObject
-
ZObject
-
-
Method Details
-
getTid
public final int getTid() -
setTid
protected final void setTid(int tid) -
getCtx
-
processCommand
-
registerEndpoint
-
unregisterEndpoint
-
unregisterEndpoints
-
findEndpoint
-
pendConnection
-
connectPending
-
destroySocket
-
chooseIoThread
-
sendStop
protected final void sendStop() -
sendPlug
-
sendPlug
-
sendOwn
-
sendAttach
-
sendAttach
-
sendBind
-
sendBind
-
sendActivateRead
-
sendActivateWrite
-
sendHiccup
-
sendPipeTerm
-
sendPipeTermAck
-
sendTermReq
-
sendTerm
-
sendTermAck
-
sendReap
-
sendReapAck
protected final void sendReapAck() -
sendReaped
protected final void sendReaped() -
sendInprocConnected
-
sendDone
protected final void sendDone() -
sendCancel
protected final void sendCancel() -
processStop
protected void processStop() -
processPlug
protected void processPlug() -
processOwn
-
processAttach
-
processBind
-
processActivateRead
protected void processActivateRead() -
processActivateWrite
protected void processActivateWrite(long msgsRead) -
processHiccup
-
processPipeTerm
protected void processPipeTerm() -
processPipeTermAck
protected void processPipeTermAck() -
processTermReq
-
processTerm
protected void processTerm(int linger) -
processTermAck
protected void processTermAck() -
processReap
-
processReapAck
protected void processReapAck() -
processReaped
protected void processReaped() -
processSeqnum
protected void processSeqnum() -
processCancel
protected void processCancel() -
sendCommand
-