Uses of Class
org.zeromq.ZMQ.Context
Packages that use ZMQ.Context
-
Uses of ZMQ.Context in org.zeromq
Methods 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.ZLoop(ZMQ.Context context) ZMQQueue(ZMQ.Context context, ZMQ.Socket inSocket, ZMQ.Socket outSocket) Class constructor.