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 void
ZObject. sendAttach(SessionBase destination, IEngine engine)
protected void
ZObject. sendAttach(SessionBase destination, IEngine engine, boolean incSeqnum)
-
Uses of SessionBase in zmq.io
Subclasses of SessionBase in zmq.io Modifier and Type Class Description class
HelloMsgSession
Fields in zmq.io declared as SessionBase Modifier and Type Field Description private SessionBase
StreamEngine. session
Methods in zmq.io with parameters of type SessionBase Modifier and Type Method Description void
EngineNotImplemented. plug(IOThread ioThread, SessionBase session)
void
IEngine. plug(IOThread ioThread, SessionBase session)
void
StreamEngine. 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 SessionBase
Mechanism. session
Methods in zmq.io.mechanism with parameters of type SessionBase Modifier and Type Method Description abstract Mechanism
Mechanisms. 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 SessionBase
TcpConnecter. session
Constructors 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 SessionBase
Sockets. create(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
static SessionBase
Sockets. 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 class
Dish.DishSession
static class
Radio.RadioSession
-
Uses of SessionBase in zmq.socket.reqrep
Subclasses of SessionBase in zmq.socket.reqrep Modifier and Type Class Description static class
Req.ReqSession
-