Field and Description |
---|
org.zeromq.ZMQ.DOWNSTREAM |
org.zeromq.ZMQ.EVENT_DELAYED |
org.zeromq.ZMQ.EVENT_RETRIED |
org.zeromq.ZMQ.UPSTREAM |
org.zeromq.ZMQ.XREP
As of release 3.0 of zeromq, replaced by
ZMQ.ROUTER |
org.zeromq.ZMQ.XREQ
As of release 3.0 of zeromq, replaced by
ZMQ.DEALER |
zmq.ZMQ.ZMQ_XREP |
zmq.ZMQ.ZMQ_XREQ |
Method and Description |
---|
zmq.ZMQ.device(int, SocketBase, SocketBase) |
org.zeromq.ZMQ.device(int, ZMQ.Socket, ZMQ.Socket) |
org.zeromq.ZProxy.exit(boolean)
The call is synchronous: the sync parameter is ignored,
as it leads to many mistakes in case of a provided ZContext.
|
org.zeromq.ZMQ.Socket.getHWM() |
org.zeromq.ZMQ.Socket.getSwap() |
org.zeromq.ZMQ.Poller.getTimeout()
Timeout handling has been moved to the poll() methods.
|
org.zeromq.ZMQ.Socket.hasMulticastLoop() |
org.zeromq.ZAgent.nova()
not sure it is useful or recommended
|
org.zeromq.ZMQ.Context.poller()
Use poller constructor
|
org.zeromq.ZMQ.Context.poller(int)
Use poller constructor
|
org.zeromq.ZMQ.Socket.setMulticastLoop(boolean) |
org.zeromq.ZMQ.Socket.setSwap(long) |
org.zeromq.ZMQ.Poller.setTimeout(long)
Timeout handling has been moved to the poll() methods.
|
Copyright © 2016. All rights reserved.