Uses of Interface
zmq.io.IEngine
-
Packages that use IEngine Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net.norm zmq.io.net.pgm -
-
Uses of IEngine in zmq
Methods in zmq with parameters of type IEngine Modifier and Type Method Description protected void
ZObject. processAttach(IEngine engine)
protected void
ZObject. sendAttach(SessionBase destination, IEngine engine)
protected void
ZObject. sendAttach(SessionBase destination, IEngine engine, boolean incSeqnum)
-
Uses of IEngine in zmq.io
Classes in zmq.io that implement IEngine Modifier and Type Class Description class
EngineNotImplemented
class
StreamEngine
Fields in zmq.io declared as IEngine Modifier and Type Field Description private IEngine
SessionBase. engine
Methods in zmq.io with parameters of type IEngine Modifier and Type Method Description protected void
SessionBase. processAttach(IEngine engine)
-
Uses of IEngine in zmq.io.net.norm
Classes in zmq.io.net.norm that implement IEngine Modifier and Type Class Description class
NormEngine
-
Uses of IEngine in zmq.io.net.pgm
Classes in zmq.io.net.pgm that implement IEngine Modifier and Type Class Description class
PgmReceiver
class
PgmSender
-