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 voidZObject. processHiccup(YPipeBase<Msg> hiccupPipe)protected voidZObject. sendHiccup(Pipe destination, YPipeBase<Msg> pipe) -
Uses of YPipeBase in zmq.pipe
Classes in zmq.pipe that implement YPipeBase Modifier and Type Class Description classYPipe<T>classYPipeConflate<T extends Msg>Fields in zmq.pipe declared as YPipeBase Modifier and Type Field Description private YPipeBase<Msg>Pipe. inpipeprivate YPipeBase<Msg>Pipe. outpipeMethods in zmq.pipe with parameters of type YPipeBase Modifier and Type Method Description protected voidPipe. 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)
-