Uses of Class
zmq.io.SessionBase
-
Packages that use SessionBase Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.mechanism zmq.io.mechanism.curve zmq.io.mechanism.gssapi zmq.io.mechanism.plain zmq.io.net.ipc zmq.io.net.tcp zmq.io.net.tipc zmq.socket zmq.socket.radiodish zmq.socket.reqrep -
-
Uses of SessionBase in zmq
Methods in zmq with parameters of type SessionBase Modifier and Type Method Description protected voidZObject. sendAttach(SessionBase destination, IEngine engine)protected voidZObject. sendAttach(SessionBase destination, IEngine engine, boolean incSeqnum) -
Uses of SessionBase in zmq.io
Subclasses of SessionBase in zmq.io Modifier and Type Class Description classHelloMsgSessionFields in zmq.io declared as SessionBase Modifier and Type Field Description private SessionBaseStreamEngine. sessionMethods in zmq.io with parameters of type SessionBase Modifier and Type Method Description voidEngineNotImplemented. plug(IOThread ioThread, SessionBase session)voidIEngine. plug(IOThread ioThread, SessionBase session)voidStreamEngine. plug(IOThread ioThread, SessionBase session) -
Uses of SessionBase in zmq.io.mechanism
Fields in zmq.io.mechanism declared as SessionBase Modifier and Type Field Description protected SessionBaseMechanism. sessionMethods in zmq.io.mechanism with parameters of type SessionBase Modifier and Type Method Description abstract MechanismMechanisms. create(SessionBase session, Address peerAddress, Options options)Constructors in zmq.io.mechanism with parameters of type SessionBase Constructor Description Mechanism(SessionBase session, Address peerAddress, Options options)NullMechanism(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.mechanism.curve
Constructors in zmq.io.mechanism.curve with parameters of type SessionBase Constructor Description CurveClientMechanism(SessionBase session, Options options)CurveServerMechanism(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.mechanism.gssapi
Constructors in zmq.io.mechanism.gssapi with parameters of type SessionBase Constructor Description GssapiClientMechanism(SessionBase session, Options options)GssapiServerMechanism(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.mechanism.plain
Constructors in zmq.io.mechanism.plain with parameters of type SessionBase Constructor Description PlainClientMechanism(SessionBase session, Options options)PlainServerMechanism(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type SessionBase Constructor Description IpcConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) -
Uses of SessionBase in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as SessionBase Modifier and Type Field Description private SessionBaseTcpConnecter. sessionConstructors in zmq.io.net.tcp with parameters of type SessionBase Constructor Description SocksConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, Address proxyAddr, boolean delayedStart)TcpConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean delayedStart) -
Uses of SessionBase in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type SessionBase Constructor Description TipcConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) -
Uses of SessionBase in zmq.socket
Methods in zmq.socket that return SessionBase Modifier and Type Method Description SessionBaseSockets. create(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)static SessionBaseSockets. createSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of SessionBase in zmq.socket.radiodish
Subclasses of SessionBase in zmq.socket.radiodish Modifier and Type Class Description static classDish.DishSessionstatic classRadio.RadioSession -
Uses of SessionBase in zmq.socket.reqrep
Subclasses of SessionBase in zmq.socket.reqrep Modifier and Type Class Description static classReq.ReqSession
-