Uses of Enum
org.zeromq.ZProxy.Plug
Packages that use ZProxy.Plug
-
Uses of ZProxy.Plug in org.zeromq
Subclasses with type arguments of type ZProxy.Plug in org.zeromqModifier and TypeClassDescriptionstatic enumPossible places for sockets in the proxy.Methods in org.zeromq that return ZProxy.PlugModifier and TypeMethodDescriptionstatic ZProxy.PlugReturns 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.PlugModifier and TypeMethodDescriptionbooleanZProxy.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.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, Object... args) Performs a hot restart of the given socket.booleanZProxy.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.