Uses of Class
zmq.Ctx
-
Packages that use Ctx Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io zmq.poll zmq.socket zmq.socket.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.radiodish zmq.socket.reqrep zmq.socket.scattergather -
-
Uses of Ctx in org.zeromq
Fields in org.zeromq declared as Ctx Modifier and Type Field Description private CtxManagedContext. ctxprivate CtxZMQ.Context. ctx -
Uses of Ctx in zmq
Fields in zmq declared as Ctx Modifier and Type Field Description private CtxSignaler. ctxprivate CtxZObject. ctxMethods in zmq that return Ctx Modifier and Type Method Description static CtxZMQ. createContext()protected CtxZObject. getCtx()static CtxZMQ. init(int ioThreads)Methods in zmq with parameters of type Ctx Modifier and Type Method Description private 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 SocketBaseZMQ. socket(Ctx ctx, int type)static voidZMQ. term(Ctx ctx)Constructors in zmq with parameters of type Ctx Constructor Description Mailbox(Ctx ctx, java.lang.String name, int tid)MailboxSafe(Ctx ctx, java.util.concurrent.locks.ReentrantLock sync, java.lang.String name)Own(Ctx parent, int tid)Reaper(Ctx ctx, int tid)Signaler(Ctx ctx, int pid, Errno errno)SocketBase(Ctx parent, int tid, int sid)SocketBase(Ctx parent, int tid, int sid, boolean threadSafe)ZObject(Ctx ctx, int tid) -
Uses of Ctx in zmq.io
Constructors in zmq.io with parameters of type Ctx Constructor Description IOThread(Ctx ctx, int tid) -
Uses of Ctx in zmq.poll
Fields in zmq.poll declared as Ctx Modifier and Type Field Description private CtxPoller. ctxConstructors in zmq.poll with parameters of type Ctx Constructor Description Poller(Ctx ctx, java.lang.String name) -
Uses of Ctx in zmq.socket
Methods in zmq.socket with parameters of type Ctx Modifier and Type Method Description static SocketBaseSockets. create(int socketType, Ctx parent, int tid, int sid)(package private) abstract SocketBaseSockets. create(Ctx parent, int tid, int sid)Constructors in zmq.socket with parameters of type Ctx Constructor Description Channel(Ctx parent, int tid, int sid)Pair(Ctx parent, int tid, int sid)Peer(Ctx parent, int tid, int sid)Raw(Ctx parent, int tid, int sid)Stream(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.clientserver
Constructors in zmq.socket.clientserver with parameters of type Ctx Constructor Description Client(Ctx parent, int tid, int sid)Server(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.pipeline
Constructors in zmq.socket.pipeline with parameters of type Ctx Constructor Description Pull(Ctx parent, int tid, int sid)Push(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.pubsub
Constructors in zmq.socket.pubsub with parameters of type Ctx Constructor Description Pub(Ctx parent, int tid, int sid)Sub(Ctx parent, int tid, int sid)XPub(Ctx parent, int tid, int sid)XSub(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.radiodish
Constructors in zmq.socket.radiodish with parameters of type Ctx Constructor Description Dish(Ctx parent, int tid, int sid)Radio(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type Ctx Constructor Description Dealer(Ctx parent, int tid, int sid)Rep(Ctx parent, int tid, int sid)Req(Ctx parent, int tid, int sid)Router(Ctx parent, int tid, int sid) -
Uses of Ctx in zmq.socket.scattergather
Constructors in zmq.socket.scattergather with parameters of type Ctx Constructor Description Gather(Ctx parent, int tid, int sid)Scatter(Ctx parent, int tid, int sid)
-