Uses of Class
io.vertx.mutiny.core.streams.Pipe
Packages that use Pipe
Package
Description
-
Uses of Pipe in io.vertx.mutiny.amqp
Methods in io.vertx.mutiny.amqp that return PipeModifier and TypeMethodDescriptionAmqpReceiver.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.cassandra
Methods in io.vertx.mutiny.cassandra that return PipeModifier and TypeMethodDescriptionPipe<com.datastax.oss.driver.api.core.cql.Row>CassandraRowStream.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.core.eventbus
Methods in io.vertx.mutiny.core.eventbus that return Pipe -
Uses of Pipe in io.vertx.mutiny.core.file
Methods in io.vertx.mutiny.core.file that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.core.buffer.Buffer>AsyncFile.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.core.buffer.Buffer>ClientWebSocket.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>HttpClientResponse.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>HttpServerFileUpload.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>HttpServerRequest.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>ServerWebSocket.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>WebSocket.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>WebSocketBase.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>WebSocketBase.WebSocketBaseImpl.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.core.net
Methods in io.vertx.mutiny.core.net that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.core.buffer.Buffer>NetSocket.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>QuicStream.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>StreamChannel.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>StreamChannel.StreamChannelImpl.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.core.parsetools
Methods in io.vertx.mutiny.core.parsetools that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.core.parsetools.JsonEvent>JsonParser.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe<io.vertx.core.buffer.Buffer>RecordParser.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.core.streams
Fields in io.vertx.mutiny.core.streams with type parameters of type PipeMethods in io.vertx.mutiny.core.streams that return PipeModifier and TypeMethodDescriptionPipe.endOnComplete(boolean end) Pipe.endOnFailure(boolean end) Pipe.endOnSuccess(boolean end) static <T> Pipe<T>Pipe.newInstance(io.vertx.core.streams.Pipe<T> delegate) Creates a new instance of thePipe.static <T> Pipe<T>Pipe.newInstance(io.vertx.core.streams.Pipe<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of thePipe.ReadStream.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.ReadStream.ReadStreamImpl.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.Pipe.toAndForget(WriteStream<T> dst) Start to pipe the elements to the destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.core.buffer.Buffer>SockJSSocket.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.kafka.client.consumer
Methods in io.vertx.mutiny.kafka.client.consumer that return PipeModifier and TypeMethodDescriptionKafkaConsumer.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.pgclient.pubsub
Methods in io.vertx.mutiny.pgclient.pubsub that return PipeModifier and TypeMethodDescriptionPgChannel.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.rabbitmq
Methods in io.vertx.mutiny.rabbitmq that return PipeModifier and TypeMethodDescriptionRabbitMQConsumer.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.redis.client
Methods in io.vertx.mutiny.redis.client that return PipeModifier and TypeMethodDescriptionPipe<io.vertx.redis.client.Response>RedisConnection.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream. -
Uses of Pipe in io.vertx.mutiny.sqlclient
Methods in io.vertx.mutiny.sqlclient that return PipeModifier and TypeMethodDescriptionRowStream.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.