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 TypeMethodDescriptionintZLoop.addPoller(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, Object arg) intZLoop.IZLoopHandler.handle(ZLoop loop, ZMQ.PollItem item, Object arg) static intZMQ.poll(Selector selector, ZMQ.PollItem[] items, int count, long timeout) static intZMQ.poll(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.PollItemModifierConstructorDescriptionprotectedSPoller(ZMQ.PollItem item, ZLoop.IZLoopHandler handler, Object arg)