Uses of Class
org.zeromq.ZMQ.Context
Packages that use ZMQ.Context
-
Uses of ZMQ.Context in org.zeromq
Fields in org.zeromq declared as ZMQ.ContextModifier and TypeFieldDescriptionprivate final ZMQ.Context
ZContext.context
Reference to underlying Context objectprivate final ZMQ.Context
ZLoop.context
private final ZMQ.Context
ZMQ.Poller.context
Methods in org.zeromq that return ZMQ.ContextModifier and TypeMethodDescriptionstatic ZMQ.Context
ZMQ.context
(int ioThreads) Create a new Context.ZContext.getContext()
Methods in org.zeromq with parameters of type ZMQ.ContextModifier and TypeMethodDescriptionvoid
ZContext.setContext
(ZMQ.Context ctx) Deprecated.This value should not be changed after the ZContext is initialized.Constructors in org.zeromq with parameters of type ZMQ.ContextModifierConstructorDescriptionprotected
Poller
(ZMQ.Context context) Class constructor.protected
Poller
(ZMQ.Context context, int size) Class constructor.protected
Socket
(ZMQ.Context context, int type) Deprecated.protected
Socket
(ZMQ.Context context, SocketType type) Class constructor.private
Socket
(ZMQ.Context context, ZContext zctx, int type) ZLoop
(ZMQ.Context context) ZMQQueue
(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket) Class constructor.