Uses of Class
org.zeromq.ZProxy
Packages that use ZProxy
-
Uses of ZProxy in org.zeromq
Methods in org.zeromq that return ZProxyModifier and TypeMethodDescriptionstatic ZProxy
ZProxy.newProxy
(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxy
Creates a new low-level proxy for better performances.static ZProxy
ZProxy.newZProxy
(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxy
ZProxy.newZProxy
(ZContext ctx, String name, ZProxy.Proxy sockets, String motdelafin, Object... args) Creates a new proxy in a ZeroMQ way.
newProxy(ZContext, String, Proxy, String, Object...)
instead.