| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
static ZContext |
ZContext.shadow(ZContext ctx)
Creates new shadow context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZStar.Entourage.breakaleg(ZContext ctx,
ZStar.Fortune fortune,
ZMQ.Socket phone,
Object... bags)
Called when the show is about to start.
|
ZStar.Star |
ZStar.Fortune.create(ZContext ctx,
ZMQ.Socket mic,
int count,
ZStar.Star previous,
Object... args)
Creates a star.
|
default ZStar.Star |
ZStar.Fortune.create(ZContext ctx,
ZMQ.Socket mic,
Selector sel,
int count,
ZStar.Star previous,
Object... args)
Deprecated.
use
#create(ZContext, Socket, int, Star, Object...) instead. |
ZMQ.Socket |
ZProxy.Proxy.create(ZContext ctx,
ZProxy.Plug place,
Object... args)
Creates and initializes (bind, options ...) the socket for the given plug in the proxy.
|
List<ZMQ.Socket> |
ZActor.Actor.createSockets(ZContext ctx,
Object... args)
Creates and initializes sockets for the double.
|
List<ZMQ.Socket> |
ZActor.SimpleActor.createSockets(ZContext ctx,
Object... args) |
List<ZMQ.Socket> |
ZActor.Duo.createSockets(ZContext ctx,
Object... args) |
boolean |
ZActor.Actor.destroyed(ZContext ctx,
ZMQ.Socket pipe,
ZPoller poller)
Called when the current double has been destroyed.
|
boolean |
ZActor.SimpleActor.destroyed(ZContext ctx,
ZMQ.Socket pipe,
ZPoller poller) |
boolean |
ZActor.Duo.destroyed(ZContext ctx,
ZMQ.Socket pipe,
ZPoller poller) |
static ZMQ.Socket |
ZThread.fork(ZContext ctx,
ZThread.IAttachedRunnable runnable,
Object... args) |
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.
|
void |
ZStar.TimeTaker.party(ZContext ctx)
Called when the show is finished but no cleaning is still done.
|
void |
ZThread.IAttachedRunnable.run(Object[] args,
ZContext ctx,
ZMQ.Socket pipe) |
static ZContext |
ZContext.shadow(ZContext ctx)
Creates new shadow context.
|
| Constructor and Description |
|---|
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.
|
ZAuth(ZContext ctx)
Install authentication for the specified context.
|
ZAuth(ZContext ctx,
String actorName) |
ZAuth(ZContext ctx,
String actorName,
Map<String,ZAuth.Auth> auths) |
ZAuth(ZContext ctx,
ZCertStore.Fingerprinter fingerprinter) |
ZLoop(ZContext ctx) |
ZMonitor(ZContext ctx,
ZMQ.Socket socket)
Creates a monitoring actor for the given socket.
|
ZPoller(ZContext context)
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.
|
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,
BiFunction<ZMQ.Socket,String,ZAgent> agent,
String motdelafin,
Object... bags)
Deprecated.
|
ZStar(ZContext context,
ZAgent.SelectorCreator selector,
ZStar.Fortune fortune,
String motdelafin,
Object... bags)
Deprecated.
use
ZStar.ZStar(ZContext, Fortune, String, Object...) instead. |
ZStar(ZContext context,
ZStar.Fortune fortune,
BiFunction<ZMQ.Socket,String,ZAgent> agent,
String motdelafin,
Object... bags)
Creates a new ZStar.
|
ZStar(ZContext context,
ZStar.Fortune fortune,
String motdelafin,
Object... bags)
Creates a new ZStar.
|
Copyright © 2020. All rights reserved.