Uses of Class
org.zeromq.ZMQ.PollItem
Packages that use ZMQ.PollItem
-
Uses of ZMQ.PollItem in org.zeromq
Subclasses of ZMQ.PollItem in org.zeromqFields in org.zeromq declared as ZMQ.PollItemFields in org.zeromq with type parameters of type ZMQ.PollItemMethods in org.zeromq that return ZMQ.PollItemModifier and TypeMethodDescriptionZMQ.Poller.getItem
(int index) Get the PollItem associated with an index.Methods in org.zeromq with parameters of type ZMQ.PollItemModifier and TypeMethodDescriptionint
ZLoop.addPoller
(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, Object arg) int
ZLoop.IZLoopHandler.handle
(ZLoop loop, ZMQ.PollItem item, Object arg) static int
ZMQ.poll
(Selector selector, ZMQ.PollItem[] items, int count, long timeout) static int
ZMQ.poll
(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.PollItemModifierConstructorDescriptionprotected
SPoller
(ZMQ.PollItem item, ZLoop.IZLoopHandler handler, Object arg)