Uses of Interface
io.vertx.core.streams.StreamBase
Packages that use StreamBase
Package
Description
-
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.