Uses of Interface
org.zeromq.ZAgent
Packages that use ZAgent
-
Uses of ZAgent in org.zeromq
Classes in org.zeromq that implement ZAgentModifier and TypeClassDescriptionclassFirst implementation of a background actor remotely controlled for ØMQ.static final classCreates a very simple agent with an easy lock mechanism.classFirst implementation for the base of a remotely controlled background service for 0MQ.Fields in org.zeromq declared as ZAgentModifier and TypeFieldDescriptionprivate final ZAgentZAuth.agentprivate final ZAgentZMonitor.agentprivate final ZAgentZProxy.agentprivate final ZAgentZStar.agentprivate final ZAgentZAuth.repliesMethods in org.zeromq that return ZAgentModifier and TypeMethodDescriptionZStar.agent()Returns the Corbeille endpoint.protected ZAgentZStar.agent(ZMQ.Socket phone, String secret) Deprecated.static ZAgentZAgent.Creator.create(ZMQ.Socket pipe, String lock) private ZAgentZAuth.AuthActor.createAgent(ZContext ctx) Methods in org.zeromq with parameters of type ZAgentConstructor parameters in org.zeromq with type arguments of type ZAgentModifierConstructorDescriptionZStar(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, BiFunction<ZMQ.Socket, String, ZAgent> agent, String motdelafin, Object... bags) Creates a new ZStar.
ZStar(ZContext, Fortune, BiFunction, String, Object...)instead.