Uses of Interface
org.zeromq.ZProxy.Proxy
Packages that use ZProxy.Proxy
-
Uses of ZProxy.Proxy in org.zeromq
Classes in org.zeromq that implement ZProxy.ProxyFields in org.zeromq declared as ZProxy.ProxyMethods in org.zeromq with parameters of type ZProxy.ProxyModifier and TypeMethodDescriptionstatic ZProxyZProxy.newProxy(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxyCreates a new low-level proxy for better performances.static ZProxyZProxy.newZProxy(ZContext ctx, String name, ZAgent.SelectorCreator selector, ZProxy.Proxy sockets, String motdelafin, Object... args) Deprecated.static ZProxyZProxy.newZProxy(ZContext ctx, String name, ZProxy.Proxy sockets, String motdelafin, Object... args) Creates a new proxy in a ZeroMQ way.Constructors in org.zeromq with parameters of type ZProxy.ProxyModifierConstructorDescriptionZProxy(String name, ZAgent.SelectorCreator selector, ZProxy.Proxy creator, String motdelafin, Object... args) Deprecated.useZProxy(String, Proxy, String, Object...)instead.ZProxy(String name, ZProxy.Proxy creator, String motdelafin, Object... args) Creates a new named proxy.ZProxy(String name, ZProxy.Proxy sockets, ZProxy.Pump pump, String motdelafin, Object... args) Creates a new named proxy.ZProxy(ZAgent.SelectorCreator selector, ZProxy.Proxy creator, String motdelafin, Object... args) Deprecated.useZProxy(Proxy, String, Object...)instead.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(ZProxy.Proxy creator, String motdelafin, Object... args) Creates a new unnamed proxy.
ZProxy.newProxy(ZContext, String, Proxy, String, Object...)instead.