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.PlugZProxy.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 booleanZProxy.Proxy. configure(ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)Configures the given socket.ZMQ.SocketZProxy.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.booleanZProxy.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.booleanZProxy.ZmqPump. flow(ZProxy.Plug splug, ZMQ.Socket source, ZMQ.Socket capture, ZProxy.Plug dplug, ZMQ.Socket destination)booleanZProxy.ZPump. flow(ZProxy.Plug splug, ZMQ.Socket source, ZMQ.Socket capture, ZProxy.Plug dplug, ZMQ.Socket destination)booleanZProxy.Proxy. restart(ZMsg cfg, ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)Performs a hot restart of the given socket.booleanZProxy.Proxy.SimpleProxy. restart(ZMsg cfg, ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)ZMsgZProxy.ZPump.Identity. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)ZMsgZProxy.ZPump.Transformer. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)Transforms a ZMsg into another ZMsg.
-