Uses of Class
org.zeromq.ZContext
Packages that use ZContext
-
Uses of ZContext in org.zeromq
Fields in org.zeromq declared as ZContextModifier and TypeFieldDescriptionprivate final ZContextZActor.Double.contextprivate final ZContextZStar.contextprivate ZContextZThread.ShimThread.ctxprivate final ZContextZMQ.Socket.zctxFields in org.zeromq with type parameters of type ZContextMethods in org.zeromq that return ZContextModifier and TypeMethodDescriptionZContext.shadow()Creates new shadow context.static ZContextDeprecated.use the instance method directlyMethods in org.zeromq with parameters of type ZContextModifier and TypeMethodDescriptionvoidZStar.Entourage.breakaleg(ZContext ctx, ZStar.Fortune fortune, ZMQ.Socket phone, Object... bags) Called when the show is about to start.ZActor.ActorFortune.create(ZContext ctx, ZMQ.Socket pipe, int count, ZStar.Star previous, Object... args) ZProxy.Proxy.create(ZContext ctx, ZProxy.Plug place, Object... args) Creates and initializes (bind, options ...) the socket for the given plug in the proxy.ZStar.Fortune.create(ZContext ctx, ZMQ.Socket mic, int count, ZStar.Star previous, Object... args) Creates a star.default ZStar.StarZStar.Fortune.create(ZContext ctx, ZMQ.Socket mic, Selector sel, int count, ZStar.Star previous, Object... args) Deprecated.private ZAgentZAuth.AuthActor.createAgent(ZContext ctx) ZActor.Actor.createSockets(ZContext ctx, Object... args) Creates and initializes sockets for the double.ZActor.Duo.createSockets(ZContext ctx, Object... args) ZActor.SimpleActor.createSockets(ZContext ctx, Object... args) ZAuth.AuthActor.createSockets(ZContext ctx, Object... args) ZMonitor.MonitorActor.createSockets(ZContext ctx, Object... args) ZProxy.ProxyActor.createSockets(ZContext ctx, Object... args) booleanZActor.Actor.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) Called when the current double has been destroyed.booleanZActor.Duo.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) booleanZActor.SimpleActor.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) booleanZProxy.ProxyActor.destroyed(ZContext ctx, ZMQ.Socket pipe, ZPoller poller) static ZMQ.SocketZThread.fork(ZContext ctx, ZThread.IAttachedRunnable runnable, Object... args) static ZProxyZProxy.newProxy(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxyCreates a new low-level proxy for better performances.static ZProxyZProxy.newZProxy(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxyZProxy.newZProxy(ZContext ctx, String name, ZProxy.Proxy sockets, String motdelafin, Object... args) Creates a new proxy in a ZeroMQ way.voidvoidCalled when the show is finished but no cleaning is still done.voidZStar.Plateau.run(Object[] train, ZContext chef, ZMQ.Socket mic) voidZThread.IAttachedRunnable.run(Object[] args, ZContext ctx, ZMQ.Socket pipe) static ZContextDeprecated.use the instance method directlyprivate voidZStar.Plateau.showMustGoOn(ZContext chef, ZStar.Set set, ZMQ.Socket phone, ZStar.Fortune fortune, Object... bags) Constructors in org.zeromq with parameters of type ZContextModifierConstructorDescriptionDouble(ZContext ctx, ZMQ.Socket pipe, ZActor.Actor actor, Object... args) protectedShimThread(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe) protectedSocket(ZContext context, SocketType type) Class constructor.privateSocket(ZMQ.Context context, ZContext zctx, int type) ZActor(ZContext context, ZActor.Actor actor, String motdelafin, Object... args) Creates a new ZActor.ZActor(ZContext context, ZAgent.SelectorCreator selector, ZActor.Actor actor, String motdelafin, Object... args) Deprecated.Install authentication for the specified context.ZAuth(ZContext ctx, ZCertStore.Fingerprinter fingerprinter) privateZMonitor(ZContext ctx, ZMQ.Socket socket) Creates a monitoring actor for the given socket.Creates a new poller attached to a given context that will provide selector for operational polling.ZPoller(ZPoller.ItemCreator creator, ZContext context) Creates a new poller attached to a given context that will provide selector for operational polling.privateZPoller(ZPoller.ItemCreator creator, ZContext context, Selector selector) Creates a new poller.ZProxy(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Deprecated.ZProxy(ZContext ctx, String name, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Creates a new named proxy.ZStar(ZContext context, ZAgent.SelectorCreator selector, ZStar.Fortune fortune, String motdelafin, Object... bags) Deprecated.useZStar(ZContext, Fortune, String, Object...)instead.ZStar(ZContext context, ZAgent.SelectorCreator selector, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Deprecated.ZStar(ZContext context, ZStar.Fortune fortune, String motdelafin, Object... bags) Creates a new ZStar.ZStar(ZContext context, ZStar.Fortune fortune, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Creates a new ZStar.