Package zmq.socket.reqrep
Class Req.ReqSession
- java.lang.Object
-
- zmq.ZObject
-
- zmq.Own
-
- zmq.io.SessionBase
-
- zmq.socket.reqrep.Req.ReqSession
-
- All Implemented Interfaces:
Pipe.IPipeEvents,IPollEvents
- Enclosing class:
- Req
public static class Req.ReqSession extends SessionBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classReq.ReqSession.State
-
Field Summary
Fields Modifier and Type Field Description private Req.ReqSession.Statestate-
Fields inherited from class zmq.io.SessionBase
socket
-
-
Constructor Summary
Constructors Constructor Description ReqSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpushMsg(Msg msg)voidreset()-
Methods inherited from class zmq.io.SessionBase
attachPipe, destroy, engineError, flush, getEndpoint, getSocket, hiccuped, incSeqnum, pipeTerminated, processAttach, processPlug, processTerm, pullMsg, readActivated, readZapMsg, timerEvent, toString, writeActivated, writeZapMsg, zapConnect, zapEnabled
-
Methods inherited from class zmq.Own
isTerminating, launchChild, processDestroy, processOwn, processSeqnum, processTermAck, processTermReq, termChild, terminate
-
Methods inherited from class zmq.ZObject
chooseIoThread, connectPending, destroySocket, findEndpoint, getCtx, getTid, pendConnection, processActivateRead, processActivateWrite, processBind, processCancel, processHiccup, processPipeTerm, processPipeTermAck, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface zmq.poll.IPollEvents
acceptEvent, connectEvent, inEvent, outEvent
-
-
-
-
Field Detail
-
state
private Req.ReqSession.State state
-
-
Constructor Detail
-
ReqSession
public ReqSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-
-
Method Detail
-
pushMsg
public boolean pushMsg(Msg msg)
- Overrides:
pushMsgin classSessionBase
-
reset
public void reset()
- Overrides:
resetin classSessionBase
-
-