Uses of Class
zmq.poll.PollItem
-
Packages that use PollItem Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ. -
-
Uses of PollItem in org.zeromq
Fields in org.zeromq declared as PollItem Modifier and Type Field Description private PollItem
ZMQ.PollItem. base
private PollItem
ZPoller.CompositePollItem. item
Methods in org.zeromq that return PollItem Modifier and Type Method Description (package private) PollItem
ZMQ.PollItem. base()
private PollItem
ZPoller.CompositePollItem. createItem()
protected PollItem
ZPoller. filter(java.lang.Object socketOrChannel, int events)
PollItem
ZPoller.CompositePollItem. item()
PollItem
ZPoller.ItemHolder. item()
PollItem
ZPoller.ZPollItem. item()
Method parameters in org.zeromq with type arguments of type PollItem Modifier and Type Method Description protected int
ZPoller. poll(java.nio.channels.Selector selector, long tout, java.util.Collection<PollItem> items)
-
Uses of PollItem in zmq
Methods in zmq with parameters of type PollItem Modifier and Type Method Description static int
ZMQ. poll(java.nio.channels.Selector selector, PollItem[] items, int count, long timeout)
Polling on items with given selector CAUTION: This could be affected by jdk epoll bugstatic int
ZMQ. poll(java.nio.channels.Selector selector, PollItem[] items, long timeout)
Polling on items with given selector CAUTION: This could be affected by jdk epoll bugprivate boolean
Proxy. process(PollItem read, PollItem write, SocketBase frontend, SocketBase backend)
-