-
Fields Field Description org.zeromq.ZMQ.DOWNSTREAM org.zeromq.ZMQ.UPSTREAM org.zeromq.ZMQ.XREP As of release 3.0 of zeromq, replaced byZMQ.ROUTER
org.zeromq.ZMQ.XREQ As of release 3.0 of zeromq, replaced byZMQ.DEALER
-
Methods Method Description org.zeromq.ZMQ.Context.poller() use Poller constructororg.zeromq.ZMQ.Poller.getTimeout() Timeout handling has been moved to the poll() methods.org.zeromq.ZMQ.Poller.setTimeout(long) Timeout handling has been moved to the poll() methods.org.zeromq.ZMQ.Socket.recvStr() useZMQ.Socket.recvStr(Charset)
instead.