Uses of Interface
zmq.poll.IPollEvents
-
Packages that use IPollEvents Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net.ipc zmq.io.net.tcp zmq.io.net.tipc zmq.poll zmq.socket zmq.socket.pipeline zmq.socket.pubsub zmq.socket.reqrep -
-
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 classIOObjectclassIOThreadclassSessionBaseclassStreamEngineFields 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.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 classPairclassStream -
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.reqrep
Classes in zmq.socket.reqrep that implement IPollEvents Modifier and Type Class Description classDealerclassRepclassReqstatic classReq.ReqSessionclassRouter
-