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 class
ZPoller.ZPollItem
Fields in org.zeromq declared as ZMQ.PollItem Modifier and Type Field Description (package private) ZMQ.PollItem
ZLoop.SPoller. item
Fields in org.zeromq with type parameters of type ZMQ.PollItem Modifier and Type Field Description private java.util.List<ZMQ.PollItem>
ZMQ.Poller. items
Methods in org.zeromq that return ZMQ.PollItem Modifier and Type Method Description ZMQ.PollItem
ZMQ.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 int
ZLoop. addPoller(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, java.lang.Object arg)
int
ZLoop.IZLoopHandler. handle(ZLoop loop, ZMQ.PollItem item, java.lang.Object arg)
static int
ZMQ. poll(java.nio.channels.Selector selector, ZMQ.PollItem[] items, int count, long timeout)
static int
ZMQ. poll(java.nio.channels.Selector selector, ZMQ.PollItem[] items, long timeout)
int
ZMQ.Poller. register(ZMQ.PollItem item)
Register a Channel for polling on the specified events.private int
ZMQ.Poller. registerInternal(ZMQ.PollItem item)
Register a Socket for polling on the specified events.void
ZLoop. 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)
-