Uses of Interface
io.vertx.reactivex.core.streams.ReadStream
Packages that use ReadStream
Package
Description
-
Uses of ReadStream in io.vertx.reactivex.amqp
Classes in io.vertx.reactivex.amqp that implement ReadStreamModifier and TypeClassDescriptionclassInterface used to consume AMQP message as a stream of message. -
Uses of ReadStream in io.vertx.reactivex.cassandra
Classes in io.vertx.reactivex.cassandra that implement ReadStream -
Uses of ReadStream in io.vertx.reactivex.config
Methods in io.vertx.reactivex.config that return ReadStream -
Uses of ReadStream in io.vertx.reactivex.core.eventbus
Classes in io.vertx.reactivex.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.reactivex.core.eventbus that return ReadStream -
Uses of ReadStream in io.vertx.reactivex.core.file
Classes in io.vertx.reactivex.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.reactivex.core.http
Subinterfaces of ReadStream in io.vertx.reactivex.core.httpClasses in io.vertx.reactivex.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.Methods in io.vertx.reactivex.core.http with parameters of type ReadStreamModifier and TypeMethodDescriptionHttpClientRequest.rxSend(ReadStream<Buffer> body) Send the request with a streambody.HttpServerResponse.rxSend(ReadStream<Buffer> body) Send the request with a streambody.HttpClientRequest.send(ReadStream<Buffer> body) Send the request with a streambody.HttpServerResponse.send(ReadStream<Buffer> body) Send the request with a streambody. -
Uses of ReadStream in io.vertx.reactivex.core.net
Subinterfaces of ReadStream in io.vertx.reactivex.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream.Classes in io.vertx.reactivex.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. -
Uses of ReadStream in io.vertx.reactivex.core.parsetools
Classes in io.vertx.reactivex.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.reactivex.core.parsetools with parameters of type ReadStreamModifier and TypeMethodDescriptionstatic RecordParserRecordParser.newDelimited(Buffer delim, ReadStream<Buffer> stream) LikeRecordParser.newDelimited(String, Handler)but wraps thestream.static RecordParserRecordParser.newDelimited(String delim, ReadStream<Buffer> stream) LikeRecordParser.newDelimited(String, Handler)but wraps thestream.static RecordParserRecordParser.newFixed(int size, ReadStream<Buffer> stream) LikeRecordParser.newFixed(int)but wraps thestream.static JsonParserJsonParser.newParser(ReadStream<Buffer> stream) Create a newJsonParserinstance. -
Uses of ReadStream in io.vertx.reactivex.core.streams
Methods in io.vertx.reactivex.core.streams that return ReadStreamModifier and TypeMethodDescriptionReadStream.endHandler(Handler<Void> endHandler) Set an end handler.ReadStream.exceptionHandler(Handler<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(ReadStream arg) static <T> ReadStream<T> ReadStream.newInstance(ReadStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) 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.reactivex.ext.mail
Methods in io.vertx.reactivex.ext.mail that return ReadStreamMethods in io.vertx.reactivex.ext.mail with parameters of type ReadStreamModifier and TypeMethodDescriptionMailAttachment.setStream(ReadStream<Buffer> stream) Sets the data stream. -
Uses of ReadStream in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo that return ReadStreamModifier and TypeMethodDescriptionRun aggregate MongoDB command with defaultAggregateOptions.MongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname) Gets the distinct values of the specified field name.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname, DistinctOptions distinctOptions) Gets the distinct values of the specified field name.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoGridFsClient.readByFileName(String fileName) Read file by name to ReadStreamMongoGridFsClient.readByFileNameWithOptions(String fileName, GridFsDownloadOptions options) Read file by name to ReadStream with optionsRead file by id to ReadStreamReadStream<com.mongodb.client.model.changestream.ChangeStreamDocument<JsonObject>> Watch the collection change.Methods in io.vertx.reactivex.ext.mongo with parameters of type ReadStreamModifier and TypeMethodDescriptionMongoGridFsClient.rxUploadByFileName(ReadStream<Buffer> stream, String fileName) MongoGridFsClient.rxUploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.uploadByFileName(ReadStream<Buffer> stream, String fileName) MongoGridFsClient.uploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options) -
Uses of ReadStream in io.vertx.reactivex.ext.unit.report
Classes in io.vertx.reactivex.ext.unit.report that implement ReadStreamModifier and TypeClassDescriptionclassThe test suite reports is basically a stream of events reporting the test suite execution.Methods in io.vertx.reactivex.ext.unit.report that return ReadStreamModifier and TypeMethodDescriptionTestSuiteReport.fetch(long amount) Fetch the specifiedamountof elements. -
Uses of ReadStream in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type ReadStreamModifier and TypeMethodDescriptionHttpRequest.rxSendStream(ReadStream<Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream.HttpRequest.sendStream(ReadStream<Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream. -
Uses of ReadStream in io.vertx.reactivex.ext.web.codec
Method parameters in io.vertx.reactivex.ext.web.codec with type arguments of type ReadStream -
Uses of ReadStream in io.vertx.reactivex.ext.web.handler.sockjs
Classes in io.vertx.reactivex.ext.web.handler.sockjs that implement ReadStreamModifier and TypeClassDescriptionclassYou interact with SockJS clients through instances of SockJS socket. -
Uses of ReadStream in io.vertx.reactivex.grpc.client
Classes in io.vertx.reactivex.grpc.client that implement ReadStreamModifier and TypeClassDescriptionclassGrpcClientResponse<Req,Resp> A response from a gRPC server.Methods in io.vertx.reactivex.grpc.client with parameters of type ReadStreamModifier and TypeMethodDescriptionGrpcClientRequest.rxSend(ReadStream<Req> body) GrpcClientRequest.send(ReadStream<Req> body) -
Uses of ReadStream in io.vertx.reactivex.grpc.common
Classes in io.vertx.reactivex.grpc.common that implement ReadStream -
Uses of ReadStream in io.vertx.reactivex.grpc.server
Classes in io.vertx.reactivex.grpc.server that implement ReadStreamMethods in io.vertx.reactivex.grpc.server with parameters of type ReadStreamModifier and TypeMethodDescriptionGrpcServerResponse.rxSend(ReadStream<Resp> body) GrpcServerResponse.send(ReadStream<Resp> body) -
Uses of ReadStream in io.vertx.reactivex.kafka.client.consumer
Classes in io.vertx.reactivex.kafka.client.consumer that implement ReadStream -
Uses of ReadStream in io.vertx.reactivex.pgclient.pubsub
Classes in io.vertx.reactivex.pgclient.pubsub that implement ReadStreamModifier and TypeClassDescriptionclassA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands.Methods in io.vertx.reactivex.pgclient.pubsub that return ReadStreamModifier and TypeMethodDescriptionPgChannel.fetch(long amount) Fetch the specifiedamountof elements. -
Uses of ReadStream in io.vertx.reactivex.rabbitmq
Classes in io.vertx.reactivex.rabbitmq that implement ReadStreamModifier and TypeClassDescriptionclassA stream of messages from a rabbitmq queue.Methods in io.vertx.reactivex.rabbitmq that return ReadStreamModifier and TypeMethodDescriptionRabbitMQPublisher.getConfirmationStream()Get the ReadStream that contains the message IDs for confirmed messages.Methods in io.vertx.reactivex.rabbitmq that return types with arguments of type ReadStreamModifier and TypeMethodDescriptionRabbitMQClient.addConfirmListener(int maxQueueSize) Add a Confirm Listener to the channel. -
Uses of ReadStream in io.vertx.reactivex.redis.client
Classes in io.vertx.reactivex.redis.client that implement ReadStream -
Uses of ReadStream in io.vertx.reactivex.sqlclient
Classes in io.vertx.reactivex.sqlclient that implement ReadStream