Package | Description |
---|---|
org.zeromq |
Modifier and Type | Class and Description |
---|---|
static class |
ZProxy.Proxy.SimpleProxy |
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.newProxy(ZContext ctx,
String name,
ZProxy.Proxy sockets,
String motdelafin,
Object... args) |
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.
|
static ZProxy |
ZProxy.newZProxy(ZContext ctx,
String name,
ZProxy.Proxy sockets,
String motdelafin,
Object... args) |
Constructor and Description |
---|
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.
|
Copyright © 2023. All rights reserved.