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 voidModifierConstructorDescriptionMailboxSafe(Ctx ctx, ReentrantLock sync, String name) protected(package private)(package private)protectedSocketBase(Ctx parent, int tid, int sid) protectedSocketBase(Ctx parent, int tid, int sid, boolean threadSafe) protected -
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.clientserver
Constructors in zmq.socket.clientserver 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.radiodish
Constructors in zmq.socket.radiodish with parameters of type Ctx -
Uses of Ctx in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type Ctx -
Uses of Ctx in zmq.socket.scattergather
Constructors in zmq.socket.scattergather with parameters of type Ctx