Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionscheduled for removal in future release. Please use
ZTimer
insteaduseZTimer.Timer
instead
-
Deprecated FieldsFieldDescriptionAs of release 3.0 of zeromq, replaced by
ZMQ.ROUTER
As of release 3.0 of zeromq, replaced byZMQ.DEALER
-
Deprecated MethodsMethodDescription
ZContext.createSelector()
was exposed by mistake. while waiting for the API to disappear, this method is provided to allow releasing resources.this was exposed by mistake.This value should not be changed after the ZContext is initialized.This value should not be changed after the context is initialized.This value should not be changed after the context is initialized.no-op behaviouruseZMQ.Context.isBlocky()
insteaduse getSize insteadTimeout handling has been moved to the poll() methods.Timeout handling has been moved to the poll() methods.the naming is inconsistent with jzmq, please useZMQ.Socket.getCurveServer()
insteadthe naming is inconsistent with jzmq, please useZMQ.Socket.getPlainServer()
insteaduseZMQ.Socket.setImmediate(boolean)
instead (inverted logic: immediate = true <==> delay attach on connect = false)useZMQ.Socket.isIPv6()
instead (inverted logic: ipv4 = true <==> ipv6 = false)the naming is inconsistent with jzmq, please useZMQ.Socket.getCurveServer()
insteadthe naming is inconsistent with jzmq, please useZMQ.Socket.getPlainServer()
insteadthe naming is inconsistent with jzmq, please useZMQ.Socket.setCurveServer(boolean)
insteadthe naming is inconsistent with jzmq, please useZMQ.Socket.setPlainServer(boolean)
insteadthis option uses integer range, useZMQ.Socket.setBacklog(int)
instead.useZMQ.Socket.setImmediate(boolean)
instead (warning, the boolean is inverted)this option uses integer range, useZMQ.Socket.setHWM(int)
insteaduseZMQ.Socket.setIPv6(boolean)
instead (inverted logic: ipv4 = true <==> ipv6 = false)the linger option has only integer range, useZMQ.Socket.setLinger(int)
insteadthis option uses integer range, useZMQ.Socket.setRcvHWM(int)
insteadthis option uses integer range, useZMQ.Socket.setReceiveBufferSize(int)
insteadreconnect interval option uses integer range, useZMQ.Socket.setReconnectIVL(int)
insteadthis option uses integer range, useZMQ.Socket.setReconnectIVLMax(int)
insteadthis option uses integer range, useZMQ.Socket.setSendBufferSize(int)
insteadthis option uses integer range, useZMQ.Socket.setSndHWM(int)
insteadThe call is synchronous: the sync parameter is ignored, as it leads to many mistakes in case of a provided ZContext.useZTimer.Timer.cancel()
insteaduseZTimer.Timer.reset()
insteaduseZTimer.Timer.setInterval(long)
insteaduseCtx.isActive()
insteaduseTimers.Timer.cancel()
insteaduseTimers.Timer.reset()
insteaduseTimers.Timer.setInterval(long)
instead
-
Deprecated ConstructorsConstructorDescriptionuse
ZProxy(String, Proxy, String, Object...)
instead.useZProxy(Proxy, String, Object...)
instead.useZStar(Fortune, String, Object...)
instead.useZStar(ZContext, Fortune, String, Object...)
instead.