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 CtxModifier and TypeFieldDescriptionprivate final CtxManagedContext.ctxprivate final CtxZMQ.Context.ctxMethods in org.zeromq that return CtxConstructors in org.zeromq with parameters of type CtxModifierConstructorDescriptionprivateSocket(Ctx ctx, int type, Consumer<ZMQ.Socket> socketClose) -
Uses of Ctx in zmq
Modifier and TypeMethodDescriptionstatic CtxZMQ.createContext()final CtxZObject.getCtx()static CtxZMQ.init(int ioThreads) Modifier and TypeMethodDescriptionprivate static voidZMQ.checkContext(Ctx ctx) private static voidZMQ.destroyContext(Ctx ctx) ZMQ.Event.getChannel(Ctx ctx) Resolve the channel that was associated with this event.static intZMQ.getContextOption(Ctx ctx, int option) private ByteBufferstatic voidZMQ.setContextOption(Ctx ctx, int option, int optval) static SocketBasestatic voidModifierConstructorDescriptionMailboxSafe(Ctx ctx, ReentrantLock sync, String name) Deprecated.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