Uses of Class
zmq.io.SessionBase
Packages that use SessionBase
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of SessionBase in zmq
Methods in zmq with parameters of type SessionBaseModifier and TypeMethodDescriptionprotected final void
ZObject.sendAttach
(SessionBase destination, IEngine engine) protected final void
ZObject.sendAttach
(SessionBase destination, IEngine engine, boolean incSeqnum) -
Uses of SessionBase in zmq.io
Fields in zmq.io declared as SessionBaseMethods in zmq.io with parameters of type SessionBaseModifier and TypeMethodDescriptionvoid
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 SessionBaseMethods in zmq.io.mechanism with parameters of type SessionBaseModifier and TypeMethodDescriptionabstract Mechanism
Mechanisms.create
(SessionBase session, Address peerAddress, Options options) Constructors in zmq.io.mechanism with parameters of type SessionBaseModifierConstructorDescriptionprotected
Mechanism
(SessionBase session, Address peerAddress, Options options) (package private)
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 SessionBaseModifierConstructorDescriptionCurveServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.mechanism.gssapi
Constructors in zmq.io.mechanism.gssapi with parameters of type SessionBaseModifierConstructorDescriptionGssapiServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.mechanism.plain
Constructors in zmq.io.mechanism.plain with parameters of type SessionBaseModifierConstructorDescriptionPlainServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of SessionBase in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type SessionBaseModifierConstructorDescriptionIpcConnecter
(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 SessionBaseConstructors in zmq.io.net.tcp with parameters of type SessionBaseModifierConstructorDescriptionSocksConnecter
(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 SessionBaseModifierConstructorDescriptionTipcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) -
Uses of SessionBase in zmq.socket
Methods in zmq.socket that return SessionBaseModifier and TypeMethodDescriptionSockets.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.reqrep
Subclasses of SessionBase in zmq.socket.reqrep