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 PollItemZMQ.PollItem.baseprivate PollItemZPoller.CompositePollItem.itemMethods in org.zeromq that return PollItemModifier and TypeMethodDescription(package private) final PollItemZMQ.PollItem.base()private PollItemZPoller.CompositePollItem.createItem()protected PollItemZPoller.CompositePollItem.item()ZPoller.ItemHolder.item()ZPoller.ZPollItem.item()Method parameters in org.zeromq with type arguments of type PollItemModifier and TypeMethodDescriptionprotected intZPoller.poll(Selector selector, long tout, Collection<PollItem> items) -
Uses of PollItem in zmq
Modifier and TypeMethodDescriptionstatic intPolling on items with given selector CAUTION: This could be affected by jdk epoll bugstatic intPolling on items with given selector CAUTION: This could be affected by jdk epoll bugprivate booleanProxy.process(PollItem read, PollItem write, SocketBase frontend, SocketBase backend)