Uses of Interface
io.vertx.core.streams.Pipe
-
Packages that use Pipe Package Description io.vertx.core.streams io.vertx.reactivex.core.streams io.vertx.rxjava3.core.streams -
-
Uses of Pipe in io.vertx.core.streams
Methods in io.vertx.core.streams that return Pipe Modifier and Type Method Description Pipe<T>
Pipe. endOnComplete(boolean end)
Pipe<T>
Pipe. endOnFailure(boolean end)
Pipe<T>
Pipe. endOnSuccess(boolean end)
default Pipe<T>
ReadStream. pipe()
Pause this stream and return aPipe
to transfer the elements of this stream to a destinationWriteStream
. -
Uses of Pipe in io.vertx.reactivex.core.streams
Methods in io.vertx.reactivex.core.streams that return Pipe Modifier and Type Method Description Pipe
Pipe. getDelegate()
Methods in io.vertx.reactivex.core.streams with parameters of type Pipe Modifier and Type Method Description static <T> Pipe<T>
Pipe. newInstance(Pipe arg)
static <T> Pipe<T>
Pipe. newInstance(Pipe arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.reactivex.core.streams with parameters of type Pipe Constructor Description Pipe(Pipe delegate)
-
Uses of Pipe in io.vertx.rxjava3.core.streams
Methods in io.vertx.rxjava3.core.streams that return Pipe Modifier and Type Method Description Pipe
Pipe. getDelegate()
Methods in io.vertx.rxjava3.core.streams with parameters of type Pipe Modifier and Type Method Description static <T> Pipe<T>
Pipe. newInstance(Pipe arg)
static <T> Pipe<T>
Pipe. newInstance(Pipe arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.rxjava3.core.streams with parameters of type Pipe Constructor Description Pipe(Pipe delegate)
-