Uses of Class
org.zeromq.ZMQ.PollItem
-
Packages that use ZMQ.PollItem Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZMQ.PollItem in org.zeromq
Subclasses of ZMQ.PollItem in org.zeromq Modifier and Type Class Description static classZPoller.ZPollItemFields in org.zeromq declared as ZMQ.PollItem Modifier and Type Field Description (package private) ZMQ.PollItemZLoop.SPoller. itemFields in org.zeromq with type parameters of type ZMQ.PollItem Modifier and Type Field Description private java.util.List<ZMQ.PollItem>ZMQ.Poller. itemsMethods in org.zeromq that return ZMQ.PollItem Modifier and Type Method Description ZMQ.PollItemZMQ.Poller. getItem(int index)Get the PollItem associated with an index.Methods in org.zeromq with parameters of type ZMQ.PollItem Modifier and Type Method Description intZLoop. addPoller(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, java.lang.Object arg)intZLoop.IZLoopHandler. handle(ZLoop loop, ZMQ.PollItem item, java.lang.Object arg)static intZMQ. poll(java.nio.channels.Selector selector, ZMQ.PollItem[] items, int count, long timeout)static intZMQ. poll(java.nio.channels.Selector selector, ZMQ.PollItem[] items, long timeout)intZMQ.Poller. register(ZMQ.PollItem item)Register a Channel for polling on the specified events.private intZMQ.Poller. registerInternal(ZMQ.PollItem item)Register a Socket for polling on the specified events.voidZLoop. removePoller(ZMQ.PollItem pollItem)Constructors in org.zeromq with parameters of type ZMQ.PollItem Constructor Description SPoller(ZMQ.PollItem item, ZLoop.IZLoopHandler handler, java.lang.Object arg)
-