| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| 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)
Deprecated.
|
static ZProxy |
ZProxy.newProxy(ZContext ctx,
String name,
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)
Deprecated.
|
static ZProxy |
ZProxy.newZProxy(ZContext ctx,
String name,
ZProxy.Proxy sockets,
String motdelafin,
Object... args)
Creates a new proxy in a ZeroMQ way.
|
| Constructor and Description |
|---|
ZProxy(String name,
ZAgent.SelectorCreator selector,
ZProxy.Proxy creator,
String motdelafin,
Object... args)
Deprecated.
use
ZProxy.ZProxy(String, Proxy, String, Object...) instead. |
ZProxy(String name,
ZProxy.Proxy creator,
String motdelafin,
Object... args)
Creates a new named proxy.
|
ZProxy(String name,
ZProxy.Proxy sockets,
ZProxy.Pump pump,
String motdelafin,
Object... args)
Creates a new named proxy.
|
ZProxy(ZAgent.SelectorCreator selector,
ZProxy.Proxy creator,
String motdelafin,
Object... args)
Deprecated.
use
ZProxy.ZProxy(Proxy, String, Object...) instead. |
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.
|
ZProxy(ZProxy.Proxy creator,
String motdelafin,
Object... args)
Creates a new unnamed proxy.
|
Copyright © 2020. All rights reserved.