Uses of Class
zmq.Ctx
Packages that use Ctx
Package
Description
Provides high-level bindings for ØMQ.
Provides low-level bindings for ØMQ.
-
Uses of Ctx in org.zeromq
Fields in org.zeromq declared as Ctx -
Uses of Ctx in zmq
Modifier and TypeMethodDescriptionstatic Ctx
ZMQ.createContext()
protected final Ctx
ZObject.getCtx()
static Ctx
ZMQ.init
(int ioThreads) Modifier and TypeMethodDescriptionprivate static void
ZMQ.checkContext
(Ctx ctx) private static void
ZMQ.destroyContext
(Ctx ctx) static int
ZMQ.getContextOption
(Ctx ctx, int option) static void
ZMQ.setContextOption
(Ctx ctx, int option, int optval) static SocketBase
static void
-
Uses of Ctx in zmq.io
-
Uses of Ctx in zmq.poll
-
Uses of Ctx in zmq.socket
Methods in zmq.socket with parameters of type CtxConstructors in zmq.socket with parameters of type Ctx -
Uses of Ctx in zmq.socket.pipeline
Constructors in zmq.socket.pipeline with parameters of type Ctx -
Uses of Ctx in zmq.socket.pubsub
Constructors in zmq.socket.pubsub with parameters of type Ctx -
Uses of Ctx in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type Ctx