Uses of Interface
io.vertx.mutiny.core.streams.ReadStream
Packages that use ReadStream
Package
Description
-
Uses of ReadStream in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp that implement ReadStreamModifier and TypeClassDescriptionclassInterface used to consume AMQP message as a stream of message. -
Uses of ReadStream in io.vertx.mutiny.cassandra
Classes in io.vertx.mutiny.cassandra that implement ReadStream -
Uses of ReadStream in io.vertx.mutiny.config
Methods in io.vertx.mutiny.config that return ReadStreamModifier and TypeMethodDescriptionReadStream<io.vertx.core.json.JsonObject>ConfigRetriever.configStream() -
Uses of ReadStream in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus that implement ReadStreamModifier and TypeClassDescriptionclassAn event bus consumer object representing a stream of message to anEventBusaddress that can be read from.Methods in io.vertx.mutiny.core.eventbus that return ReadStream -
Uses of ReadStream in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file that implement ReadStreamModifier and TypeClassDescriptionclassRepresents a file on the file-system which can be read from, or written to asynchronously. -
Uses of ReadStream in io.vertx.mutiny.core.http
Subinterfaces of ReadStream in io.vertx.mutiny.core.httpClasses in io.vertx.mutiny.core.http that implement ReadStreamModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.classRepresents a client-side HTTP response.classRepresents an file upload from an HTML FORM.classRepresents a server-side HTTP request.classRepresents a server side WebSocket.classCommon WebSocket implementation.static classMethods in io.vertx.mutiny.core.http with parameters of type ReadStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpClientResponse>HttpClientRequest.send(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody.io.smallrye.mutiny.Uni<Void>HttpServerResponse.send(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody.HttpClientRequest.sendAndAwait(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody.voidHttpServerResponse.sendAndAwait(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody.HttpClientRequest.sendAndForget(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody.HttpServerResponse.sendAndForget(ReadStream<io.vertx.core.buffer.Buffer> body) Send the request with a streambody. -
Uses of ReadStream in io.vertx.mutiny.core.net
Subinterfaces of ReadStream in io.vertx.mutiny.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream.Classes in io.vertx.mutiny.core.net that implement ReadStreamModifier and TypeClassDescriptionclassRepresents a socket-like interface to a TCP connection on either the client or the server side.classA Quic stream.static class -
Uses of ReadStream in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools that implement ReadStreamModifier and TypeClassDescriptionclassA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.classA helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.Methods in io.vertx.mutiny.core.parsetools with parameters of type ReadStreamModifier and TypeMethodDescriptionstatic RecordParserRecordParser.newDelimited(io.vertx.core.buffer.Buffer delim, ReadStream<io.vertx.core.buffer.Buffer> stream) LikeRecordParser.newDelimited(Buffer)but wraps thestream.static RecordParserRecordParser.newDelimited(String delim, ReadStream<io.vertx.core.buffer.Buffer> stream) LikeRecordParser.newDelimited(String)but wraps thestream.static RecordParserRecordParser.newFixed(int size, ReadStream<io.vertx.core.buffer.Buffer> stream) LikeRecordParser.newFixed(int)but wraps thestream.static JsonParserJsonParser.newParser(ReadStream<io.vertx.core.buffer.Buffer> stream) Create a newJsonParserinstance. -
Uses of ReadStream in io.vertx.mutiny.core.streams
Classes in io.vertx.mutiny.core.streams that implement ReadStreamMethods in io.vertx.mutiny.core.streams that return ReadStreamModifier and TypeMethodDescriptionReadStream.endHandler(Runnable endHandler) Set an end handler.ReadStream.exceptionHandler(Consumer<Throwable> handler) Set an exception handler on the read stream.ReadStream.ReadStreamImpl.exceptionHandler(Consumer<Throwable> handler) Set an exception handler on the read stream.ReadStream.fetch(long amount) Fetch the specifiedamountof elements.Set a data handler.static <T> ReadStream<T>ReadStream.newInstance(io.vertx.core.streams.ReadStream<T> delegate) Creates a new instance of theReadStream.static <T> ReadStream<T>ReadStream.newInstance(io.vertx.core.streams.ReadStream<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theReadStream.ReadStream.pause()Pause theReadStream, it sets the buffer infetchmode and clears the actual demand.ReadStream.resume()Resume reading, and sets the buffer inflowingmode. -
Uses of ReadStream in io.vertx.mutiny.ext.mail
Methods in io.vertx.mutiny.ext.mail that return ReadStreamModifier and TypeMethodDescriptionReadStream<io.vertx.core.buffer.Buffer>MailAttachment.getStream()Gets the data stream.Methods in io.vertx.mutiny.ext.mail with parameters of type ReadStreamModifier and TypeMethodDescriptionMailAttachment.setStream(ReadStream<io.vertx.core.buffer.Buffer> stream) Sets the data stream. -
Uses of ReadStream in io.vertx.mutiny.ext.mongo
Methods in io.vertx.mutiny.ext.mongo that return ReadStreamModifier and TypeMethodDescriptionReadStream<io.vertx.core.json.JsonObject>Run aggregate MongoDB command with defaultAggregateOptions.ReadStream<io.vertx.core.json.JsonObject>MongoClient.aggregateWithOptions(String collection, io.vertx.core.json.JsonArray pipeline, io.vertx.ext.mongo.AggregateOptions options) Run aggregate MongoDB command.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatch(String collection, String fieldName, String resultClassname) Gets the distinct values of the specified field name.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatch(String collection, String fieldName, String resultClassname, io.vertx.ext.mongo.DistinctOptions distinctOptions) Gets the distinct values of the specified field name.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query) Gets the distinct values of the specified field name filtered by specified query.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query, int batchSize, io.vertx.ext.mongo.DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.ReadStream<io.vertx.core.json.JsonObject>MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.ReadStream<io.vertx.core.json.JsonObject>Find matching documents in the specified collection.ReadStream<io.vertx.core.json.JsonObject>MongoClient.findBatchWithOptions(String collection, io.vertx.core.json.JsonObject query, io.vertx.ext.mongo.FindOptions options) Find matching documents in the specified collection, specifying options.ReadStream<io.vertx.core.buffer.Buffer>MongoGridFsClient.readByFileName(String fileName) Read file by name to ReadStreamReadStream<io.vertx.core.buffer.Buffer>MongoGridFsClient.readByFileNameWithOptions(String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) Read file by name to ReadStream with optionsReadStream<io.vertx.core.buffer.Buffer>Read file by id to ReadStreamReadStream<com.mongodb.client.model.changestream.ChangeStreamDocument<io.vertx.core.json.JsonObject>>MongoClient.watch(String collection, io.vertx.core.json.JsonArray pipeline, boolean withUpdatedDoc, int batchSize) Watch the collection change.Methods in io.vertx.mutiny.ext.mongo with parameters of type ReadStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<String>MongoGridFsClient.uploadByFileName(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method returns aUni.MongoGridFsClient.uploadByFileNameAndAwait(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method returns aString.MongoGridFsClient.uploadByFileNameAndForget(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.io.smallrye.mutiny.Uni<String>MongoGridFsClient.uploadByFileNameWithOptions(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Unlike the bare Vert.x variant, this method returns aUni.MongoGridFsClient.uploadByFileNameWithOptionsAndAwait(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Unlike the bare Vert.x variant, this method returns aString.MongoGridFsClient.uploadByFileNameWithOptionsAndForget(ReadStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsUploadOptions options) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure. -
Uses of ReadStream in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type ReadStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpResponse<T>>HttpRequest.sendStream(ReadStream<io.vertx.core.buffer.Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream.HttpRequest.sendStreamAndAwait(ReadStream<io.vertx.core.buffer.Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream.HttpRequest.sendStreamAndForget(ReadStream<io.vertx.core.buffer.Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream. -
Uses of ReadStream in io.vertx.mutiny.ext.web.codec
Method parameters in io.vertx.mutiny.ext.web.codec with type arguments of type ReadStreamModifier and TypeMethodDescriptionBodyCodec.sseStream(Consumer<ReadStream<io.vertx.ext.web.codec.SseEvent>> handler) A body codec that parse the response as a Server-SentEvent stream. -
Uses of ReadStream in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs that implement ReadStreamModifier and TypeClassDescriptionclassYou interact with SockJS clients through instances of SockJS socket. -
Uses of ReadStream in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy that return ReadStreamModifier and TypeMethodDescriptionReadStream<io.vertx.core.buffer.Buffer>Body.stream()Get stream of theBody.Methods in io.vertx.mutiny.httpproxy with parameters of type ReadStreamModifier and TypeMethodDescriptionstatic BodyBody.body(ReadStream<io.vertx.core.buffer.Buffer> stream) Create a newBodyinstance.static BodyBody.body(ReadStream<io.vertx.core.buffer.Buffer> stream, long len) Create a newBodyinstance.static BodyBody.body(ReadStream<io.vertx.core.buffer.Buffer> stream, long len, io.vertx.httpproxy.MediaType mediatype) static BodyBody.body(ReadStream<io.vertx.core.buffer.Buffer> stream, long len, String mediatype) -
Uses of ReadStream in io.vertx.mutiny.kafka.client.consumer
Classes in io.vertx.mutiny.kafka.client.consumer that implement ReadStream -
Uses of ReadStream in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub that implement ReadStreamModifier and TypeClassDescriptionclassA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands. -
Uses of ReadStream in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq that implement ReadStreamModifier and TypeClassDescriptionclassA stream of messages from a rabbitmq queue.Methods in io.vertx.mutiny.rabbitmq that return ReadStreamModifier and TypeMethodDescriptionReadStream<io.vertx.rabbitmq.RabbitMQConfirmation>RabbitMQClient.addConfirmListenerAndAwait(int maxQueueSize) Add a Confirm Listener to the channel.ReadStream<io.vertx.rabbitmq.RabbitMQPublisherConfirmation>RabbitMQPublisher.getConfirmationStream()Get the ReadStream that contains the message IDs for confirmed messages.Methods in io.vertx.mutiny.rabbitmq that return types with arguments of type ReadStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ReadStream<io.vertx.rabbitmq.RabbitMQConfirmation>>RabbitMQClient.addConfirmListener(int maxQueueSize) Add a Confirm Listener to the channel. -
Uses of ReadStream in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client that implement ReadStream -
Uses of ReadStream in io.vertx.mutiny.sqlclient
Classes in io.vertx.mutiny.sqlclient that implement ReadStream