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.ContextZContext.contextReference to underlying Context objectprivate final ZMQ.ContextZLoop.contextprivate final ZMQ.ContextZMQ.Poller.contextMethods in org.zeromq that return ZMQ.ContextModifier and TypeMethodDescriptionstatic ZMQ.ContextZMQ.context(int ioThreads) Create a new Context.ZContext.getContext()Methods in org.zeromq with parameters of type ZMQ.ContextModifier and TypeMethodDescriptionvoidZContext.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.ContextModifierConstructorDescriptionprotectedPoller(ZMQ.Context context) Class constructor.protectedPoller(ZMQ.Context context, int size) Class constructor.protectedSocket(ZMQ.Context context, int type) Deprecated.protectedSocket(ZMQ.Context context, SocketType type) Class constructor.privateSocket(ZMQ.Context context, ZContext zctx, int type) ZLoop(ZMQ.Context context) ZMQQueue(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket) Class constructor.