Uses of Interface
zmq.pipe.YPipeBase
-
Packages that use YPipeBase Package Description zmq Provides low-level bindings for ØMQ.zmq.pipe -
-
Uses of YPipeBase in zmq
Methods in zmq with parameters of type YPipeBase Modifier and Type Method Description protected void
ZObject. processHiccup(YPipeBase<Msg> hiccupPipe)
protected void
ZObject. sendHiccup(Pipe destination, YPipeBase<Msg> pipe)
-
Uses of YPipeBase in zmq.pipe
Classes in zmq.pipe that implement YPipeBase Modifier and Type Class Description class
YPipe<T>
class
YPipeConflate<T extends Msg>
Fields in zmq.pipe declared as YPipeBase Modifier and Type Field Description private YPipeBase<Msg>
Pipe. inpipe
private YPipeBase<Msg>
Pipe. outpipe
Methods in zmq.pipe with parameters of type YPipeBase Modifier and Type Method Description protected void
Pipe. processHiccup(YPipeBase<Msg> pipe)
Constructors in zmq.pipe with parameters of type YPipeBase Constructor Description Pipe(ZObject parent, YPipeBase<Msg> inpipe, YPipeBase<Msg> outpipe, int inhwm, int outhwm, boolean conflate)
-