Uses of Class
zmq.poll.Poller
-
Packages that use Poller Package Description zmq Provides low-level bindings for ØMQ.zmq.io -
-
Uses of Poller in zmq
Fields in zmq declared as Poller Modifier and Type Field Description private Poller
Reaper. poller
private Poller
SocketBase. poller
Methods in zmq with parameters of type Poller Modifier and Type Method Description (package private) void
SocketBase. startReaping(Poller poller)
-
Uses of Poller in zmq.io
Fields in zmq.io declared as Poller Modifier and Type Field Description private Poller
IOObject. poller
private Poller
IOThread. poller
Methods in zmq.io that return Poller Modifier and Type Method Description (package private) Poller
IOThread. getPoller()
-