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 PollItemZMQ.PollItem. baseprivate PollItemZPoller.CompositePollItem. itemMethods in org.zeromq that return PollItem Modifier and Type Method Description (package private) PollItemZMQ.PollItem. base()private PollItemZPoller.CompositePollItem. createItem()protected PollItemZPoller. filter(java.lang.Object socketOrChannel, int events)PollItemZPoller.CompositePollItem. item()PollItemZPoller.ItemHolder. item()PollItemZPoller.ZPollItem. item()Method parameters in org.zeromq with type arguments of type PollItem Modifier and Type Method Description protected intZPoller. 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 intZMQ. 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 intZMQ. 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 booleanProxy. process(PollItem read, PollItem write, SocketBase frontend, SocketBase backend)
-