Uses of Interface
io.vertx.core.streams.StreamBase
Packages that use StreamBase
Package
Description
-
Uses of StreamBase in io.vertx.amqp
Subinterfaces of StreamBase in io.vertx.amqpModifier and TypeInterfaceDescriptioninterfaceInterface used to consume AMQP message as a stream of message.interfaceAMQP Sender interface used to send messages. -
Uses of StreamBase in io.vertx.cassandra
Subinterfaces of StreamBase in io.vertx.cassandra -
Uses of StreamBase in io.vertx.core.eventbus
Subinterfaces of StreamBase in io.vertx.core.eventbusModifier and TypeInterfaceDescriptioninterfaceAn event bus consumer object representing a stream of message to anEventBusaddress that can be read from. -
Uses of StreamBase in io.vertx.core.file
Subinterfaces of StreamBase in io.vertx.core.fileModifier and TypeInterfaceDescriptioninterfaceRepresents a file on the file-system which can be read from, or written to asynchronously. -
Uses of StreamBase in io.vertx.core.http
Subinterfaces of StreamBase in io.vertx.core.httpModifier and TypeInterfaceDescriptioninterfaceRepresents a client-side WebSocket.interfaceRepresents a client-side HTTP request.interfaceRepresents a client-side HTTP response.interfaceRepresents an file upload from an HTML FORM.interfaceRepresents a server-side HTTP request.interfaceRepresents a server-side HTTP response.interfaceRepresents a server side WebSocket.interfaceCommon WebSocket implementation.interfaceBase WebSocket implementation. -
Uses of StreamBase in io.vertx.core.net
Subinterfaces of StreamBase in io.vertx.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a socket-like interface to a TCP connection on either the client or the server side.interfaceA Quic stream.interfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream. -
Uses of StreamBase in io.vertx.core.parsetools
Subinterfaces of StreamBase in io.vertx.core.parsetoolsModifier and TypeInterfaceDescriptioninterfaceA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.interfaceA helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records. -
Uses of StreamBase in io.vertx.core.streams
Subinterfaces of StreamBase in io.vertx.core.streamsModifier and TypeInterfaceDescriptioninterfaceReadStream<T>Represents a stream of items that can be read from.interfaceWriteStream<T>Represents a stream of data that can be written to.Methods in io.vertx.core.streams that return StreamBaseModifier and TypeMethodDescriptionStreamBase.exceptionHandler(Handler<Throwable> handler) Set an exception handler. -
Uses of StreamBase in io.vertx.ext.reactivestreams
Subinterfaces of StreamBase in io.vertx.ext.reactivestreamsModifier and TypeInterfaceDescriptioninterfaceA Vert.x read stream that also implements reactive streams subscriber interface.interfaceA Vert.x write stream that also implements reactive streams publisher interface. -
Uses of StreamBase in io.vertx.ext.unit.report
Subinterfaces of StreamBase in io.vertx.ext.unit.reportModifier and TypeInterfaceDescriptioninterfaceThe test suite reports is basically a stream of events reporting the test suite execution. -
Uses of StreamBase in io.vertx.ext.web
Subinterfaces of StreamBase in io.vertx.ext.webModifier and TypeInterfaceDescriptioninterfaceExtends to access the routing context associated with the request. -
Uses of StreamBase in io.vertx.ext.web.codec.spi
Subinterfaces of StreamBase in io.vertx.ext.web.codec.spiModifier and TypeInterfaceDescriptioninterfaceBodyStream<T>The body stream decodes aWriteStream<Buffer>into the aTinstance. -
Uses of StreamBase in io.vertx.ext.web.handler.sockjs
Subinterfaces of StreamBase in io.vertx.ext.web.handler.sockjsModifier and TypeInterfaceDescriptioninterfaceYou interact with SockJS clients through instances of SockJS socket. -
Uses of StreamBase in io.vertx.grpc.client
Subinterfaces of StreamBase in io.vertx.grpc.clientModifier and TypeInterfaceDescriptioninterfaceGrpcClientRequest<Req,Resp> A request to a gRPC server.interfaceGrpcClientResponse<Req,Resp> A response from a gRPC server. -
Uses of StreamBase in io.vertx.grpc.common
Subinterfaces of StreamBase in io.vertx.grpc.common -
Uses of StreamBase in io.vertx.grpc.server
Subinterfaces of StreamBase in io.vertx.grpc.serverModifier and TypeInterfaceDescriptioninterfaceGrpcServerRequest<Req,Resp> interfaceGrpcServerResponse<Req,Resp> -
Uses of StreamBase in io.vertx.grpc.stub
Classes in io.vertx.grpc.stub that implement StreamBase -
Uses of StreamBase in io.vertx.kafka.client.consumer
Subinterfaces of StreamBase in io.vertx.kafka.client.consumerModifier and TypeInterfaceDescriptioninterfaceKafkaConsumer<K,V> Vert.x Kafka consumer.interfaceKafkaReadStream<K,V> AReadStreamfor consuming KafkaConsumerRecord. -
Uses of StreamBase in io.vertx.kafka.client.producer
Subinterfaces of StreamBase in io.vertx.kafka.client.producerModifier and TypeInterfaceDescriptioninterfaceKafkaProducer<K,V> Vert.x Kafka producer.interfaceKafkaWriteStream<K,V> AWriteStreamfor writing to KafkaProducerRecord. -
Uses of StreamBase in io.vertx.pgclient.pubsub
Subinterfaces of StreamBase in io.vertx.pgclient.pubsubModifier and TypeInterfaceDescriptioninterfaceA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands. -
Uses of StreamBase in io.vertx.rabbitmq
Subinterfaces of StreamBase in io.vertx.rabbitmqModifier and TypeInterfaceDescriptioninterfaceA stream of messages from a rabbitmq queue. -
Uses of StreamBase in io.vertx.reactivex.core.streams
Methods in io.vertx.reactivex.core.streams that return StreamBaseMethods in io.vertx.reactivex.core.streams with parameters of type StreamBase -
Uses of StreamBase in io.vertx.redis.client
Subinterfaces of StreamBase in io.vertx.redis.client -
Uses of StreamBase in io.vertx.rxjava3.core.streams
Methods in io.vertx.rxjava3.core.streams that return StreamBaseMethods in io.vertx.rxjava3.core.streams with parameters of type StreamBase -
Uses of StreamBase in io.vertx.sqlclient
Subinterfaces of StreamBase in io.vertx.sqlclient