Uses of Interface
org.zeromq.ZProxy.Pump
Packages that use ZProxy.Pump
-
Uses of ZProxy.Pump in org.zeromq
Classes in org.zeromq that implement ZProxy.PumpModifier and TypeClassDescriptionprivate static final class
A specialized transport for better transmission purposes that will send each packets individually instead of the whole message.static class
A pump that reads a message as a whole before transmitting it.Fields in org.zeromq declared as ZProxy.PumpConstructors in org.zeromq with parameters of type ZProxy.PumpModifierConstructorDescriptionProxyActor
(String name, ZProxy.Pump transport, int id) ZProxy
(String name, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Creates a new named proxy.ZProxy
(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Deprecated.ZProxy
(ZContext ctx, String name, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Creates a new named proxy.
ZProxy(ZContext, String, Proxy, Pump, String, Object...)
instead.