Uses of Interface
zmq.poll.IPollEvents
-
Packages that use IPollEvents Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net zmq.io.net.ipc zmq.io.net.tcp zmq.io.net.tipc zmq.poll zmq.socket zmq.socket.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.radiodish zmq.socket.reqrep zmq.socket.scattergather -
-
Uses of IPollEvents in zmq
Classes in zmq that implement IPollEvents Modifier and Type Class Description (package private) classReaperclassSocketBase -
Uses of IPollEvents in zmq.io
Classes in zmq.io that implement IPollEvents Modifier and Type Class Description classHelloMsgSessionclassIOObjectclassIOThreadclassSessionBaseclassStreamEngineFields in zmq.io declared as IPollEvents Modifier and Type Field Description private IPollEventsIOObject. handlerConstructors in zmq.io with parameters of type IPollEvents Constructor Description IOObject(IOThread ioThread, IPollEvents handler) -
Uses of IPollEvents in zmq.io.net
Classes in zmq.io.net that implement IPollEvents Modifier and Type Class Description classListener -
Uses of IPollEvents in zmq.io.net.ipc
Classes in zmq.io.net.ipc that implement IPollEvents Modifier and Type Class Description classIpcConnecterclassIpcListener -
Uses of IPollEvents in zmq.io.net.tcp
Classes in zmq.io.net.tcp that implement IPollEvents Modifier and Type Class Description classSocksConnecterclassTcpConnecterclassTcpListener -
Uses of IPollEvents in zmq.io.net.tipc
Classes in zmq.io.net.tipc that implement IPollEvents Modifier and Type Class Description classTipcConnecterclassTipcListener -
Uses of IPollEvents in zmq.poll
Fields in zmq.poll declared as IPollEvents Modifier and Type Field Description private IPollEventsPoller.Handle. handlerprivate IPollEventsPollerBase.TimerInfo. sinkMethods in zmq.poll with parameters of type IPollEvents Modifier and Type Method Description Poller.HandlePoller. addHandle(java.nio.channels.SelectableChannel fd, IPollEvents events)voidPollerBase. addTimer(long timeout, IPollEvents sink, int id)voidPollerBase. cancelTimer(IPollEvents sink, int id)Constructors in zmq.poll with parameters of type IPollEvents Constructor Description Handle(java.nio.channels.SelectableChannel fd, IPollEvents handler)TimerInfo(IPollEvents sink, int id) -
Uses of IPollEvents in zmq.socket
Classes in zmq.socket that implement IPollEvents Modifier and Type Class Description classChannelclassPairclassPeerclassRawclassStream -
Uses of IPollEvents in zmq.socket.clientserver
Classes in zmq.socket.clientserver that implement IPollEvents Modifier and Type Class Description classClientclassServer -
Uses of IPollEvents in zmq.socket.pipeline
Classes in zmq.socket.pipeline that implement IPollEvents Modifier and Type Class Description classPullclassPush -
Uses of IPollEvents in zmq.socket.pubsub
Classes in zmq.socket.pubsub that implement IPollEvents Modifier and Type Class Description classPubclassSubclassXPubclassXSub -
Uses of IPollEvents in zmq.socket.radiodish
Classes in zmq.socket.radiodish that implement IPollEvents Modifier and Type Class Description classDishstatic classDish.DishSessionclassRadiostatic classRadio.RadioSession -
Uses of IPollEvents in zmq.socket.reqrep
Classes in zmq.socket.reqrep that implement IPollEvents Modifier and Type Class Description classDealerclassRepclassReqstatic classReq.ReqSessionclassRouter -
Uses of IPollEvents in zmq.socket.scattergather
Classes in zmq.socket.scattergather that implement IPollEvents Modifier and Type Class Description classGatherclassScatter
-