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 CtxZMQ.createContext()protected final CtxZObject.getCtx()static CtxZMQ.init(int ioThreads) Modifier and TypeMethodDescriptionprivate static voidZMQ.checkContext(Ctx ctx) private static voidZMQ.destroyContext(Ctx ctx) static intZMQ.getContextOption(Ctx ctx, int option) static voidZMQ.setContextOption(Ctx ctx, int option, int optval) static SocketBasestatic 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