Uses of Class
org.zeromq.ZProxy.Plug
-
Packages that use ZProxy.Plug Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZProxy.Plug in org.zeromq
Methods in org.zeromq that return ZProxy.Plug Modifier and Type Method Description static ZProxy.Plug
ZProxy.Plug. valueOf(java.lang.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.Methods in org.zeromq with parameters of type ZProxy.Plug Modifier and Type Method Description boolean
ZProxy.Proxy. configure(ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)
Configures the given socket.ZMQ.Socket
ZProxy.Proxy. create(ZContext ctx, ZProxy.Plug place, java.lang.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, java.lang.Object... args)
Performs a hot restart of the given socket.boolean
ZProxy.Proxy.SimpleProxy. restart(ZMsg cfg, ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)
ZMsg
ZProxy.ZPump.Identity. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)
ZMsg
ZProxy.ZPump.Transformer. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)
Transforms a ZMsg into another ZMsg.
-