Package | Description |
---|---|
org.zeromq |
Modifier and Type | Class and Description |
---|---|
static class |
ZAgent.VerySimpleSelectorCreator |
Modifier and Type | Method and Description |
---|---|
static ZProxy |
ZProxy.newProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
String motdelafin,
Object... args)
Creates a new low-level proxy for better performances.
|
static ZProxy |
ZProxy.newZProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
String motdelafin,
Object... args)
Creates a new proxy in a ZeroMQ way.
|
Constructor and Description |
---|
ZActor(ZAgent.SelectorCreator selector,
ZActor.Actor actor,
String motdelafin,
Object... args)
Creates a new ZActor.
|
ZActor(ZContext context,
ZAgent.SelectorCreator selector,
ZActor.Actor actor,
String motdelafin,
Object[] args)
Creates a new ZActor.
|
ZProxy(String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy creator,
String motdelafin,
Object... args)
Creates a new named proxy.
|
ZProxy(ZAgent.SelectorCreator selector,
ZProxy.Proxy creator,
String motdelafin,
Object... args)
Creates a new unnamed proxy.
|
ZProxy(ZContext ctx,
String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy sockets,
ZProxy.Pump pump,
String motdelafin,
Object... args)
Creates a new named proxy.
|
ZStar(ZAgent.SelectorCreator selector,
ZStar.Fortune fortune,
String motdelafin,
Object... args)
Creates a new ZStar.
|
ZStar(ZContext context,
ZAgent.SelectorCreator selector,
ZStar.Fortune fortune,
String motdelafin,
Object[] bags)
Creates a new ZStar.
|
Copyright © 2016. All rights reserved.