Uses of Enum Class
org.zeromq.ZProxy.Plug
Packages that use ZProxy.Plug
-
Uses of ZProxy.Plug in org.zeromq
Methods in org.zeromq that return ZProxy.PlugModifier and TypeMethodDescriptionstatic ZProxy.Plug
Returns the enum constant of this class with the specified name.static ZProxy.Plug[]
ZProxy.Plug.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.zeromq with parameters of type ZProxy.PlugModifier and TypeMethodDescriptionboolean
ZProxy.Proxy.configure
(ZMQ.Socket socket, ZProxy.Plug place, Object... args) Configures the given 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.ZmqPump.flow
(ZProxy.Plug splug, ZMQ.Socket source, ZMQ.Socket capture, ZProxy.Plug dplug, ZMQ.Socket destination) 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) ZProxy.ZPump.Identity.transform
(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst) ZProxy.ZPump.Transformer.transform
(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst) Transforms a ZMsg into another ZMsg.