Package | Description |
---|---|
org.zeromq |
Modifier and Type | Method and Description |
---|---|
static ZProxy.Plug |
ZProxy.Plug.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZProxy.Plug[] |
ZProxy.Plug.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ZProxy.Proxy.configure(ZMQ.Socket socket,
ZProxy.Plug place,
Object[] args)
Configures the given socket.
|
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.
|
boolean |
ZProxy.Pump.flow(ZProxy.Plug src,
ZMQ.Socket source,
ZMQ.Socket capture,
ZProxy.Plug dst,
ZMQ.Socket destination)
Transfers a message from one source to one destination, with an optional capture.
|
boolean |
ZProxy.ZPump.flow(ZProxy.Plug splug,
ZMQ.Socket source,
ZMQ.Socket capture,
ZProxy.Plug dplug,
ZMQ.Socket destination) |
boolean |
ZProxy.Proxy.restart(ZMsg cfg,
ZMQ.Socket socket,
ZProxy.Plug place,
Object[] args)
Performs a hot restart of the given socket.
|
boolean |
ZProxy.Proxy.SimpleProxy.restart(ZMsg cfg,
ZMQ.Socket socket,
ZProxy.Plug place,
Object[] args) |
ZMsg |
ZProxy.ZPump.Transformer.transform(ZMsg msg,
ZProxy.Plug src,
ZProxy.Plug dst)
Transforms a ZMsg into another ZMsg.
|
Copyright © 2017. All Rights Reserved.