Uses of Class
zmq.poll.PollItem
Packages that use PollItem
Package
Description
Provides high-level bindings for ØMQ.
Provides low-level bindings for ØMQ.
-
Uses of PollItem in org.zeromq
Fields in org.zeromq declared as PollItemModifier and TypeFieldDescriptionprivate final PollItem
ZMQ.PollItem.base
private PollItem
ZPoller.CompositePollItem.item
Methods in org.zeromq that return PollItemModifier and TypeMethodDescription(package private) final PollItem
ZMQ.PollItem.base()
private PollItem
ZPoller.CompositePollItem.createItem()
protected PollItem
ZPoller.CompositePollItem.item()
ZPoller.ItemHolder.item()
ZPoller.ZPollItem.item()
Method parameters in org.zeromq with type arguments of type PollItemModifier and TypeMethodDescriptionprotected int
ZPoller.poll
(Selector selector, long tout, Collection<PollItem> items) -
Uses of PollItem in zmq
Modifier and TypeMethodDescriptionstatic int
Polling on items with given selector CAUTION: This could be affected by jdk epoll bugstatic int
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)