Uses of Interface
io.vertx.core.streams.StreamBase
-
Packages that use StreamBase Package Description io.vertx.core.eventbus io.vertx.core.file io.vertx.core.http io.vertx.core.net io.vertx.core.parsetools io.vertx.core.streams -
-
Uses of StreamBase in io.vertx.core.eventbus
Subinterfaces of StreamBase in io.vertx.core.eventbus Modifier and Type Interface Description interfaceMessageConsumer<T>An 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.file Modifier and Type Interface Description interfaceAsyncFileRepresents 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.http Modifier and Type Interface Description interfaceClientWebSocketRepresents a client-side WebSocket.interfaceHttpClientRequestRepresents a client-side HTTP request.interfaceHttpClientResponseRepresents a client-side HTTP response.interfaceHttpServerFileUploadRepresents an file upload from an HTML FORM.interfaceHttpServerRequestRepresents a server-side HTTP request.interfaceHttpServerResponseRepresents a server-side HTTP response.interfaceServerWebSocketRepresents a server side WebSocket.interfaceWebSocketCommon WebSocket implementation.interfaceWebSocketBaseBase WebSocket implementation. -
Uses of StreamBase in io.vertx.core.net
Subinterfaces of StreamBase in io.vertx.core.net Modifier and Type Interface Description interfaceNetSocketRepresents a socket-like interface to a TCP connection on either the client or the server side. -
Uses of StreamBase in io.vertx.core.parsetools
Subinterfaces of StreamBase in io.vertx.core.parsetools Modifier and Type Interface Description interfaceJsonParserA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.interfaceRecordParserA 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.streams Modifier and Type Interface Description interfaceReadStream<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 StreamBase Modifier and Type Method Description StreamBaseStreamBase. exceptionHandler(Handler<Throwable> handler)Set an exception handler.
-