Uses of Interface
io.vertx.ext.web.codec.BodyCodec
Packages that use BodyCodec
Package
Description
-
Uses of BodyCodec in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return BodyCodecMethods in io.vertx.ext.web.client with parameters of type BodyCodecModifier and TypeMethodDescription<U> HttpRequest<U> Configure the request to decode the response with theresponseCodec. -
Uses of BodyCodec in io.vertx.ext.web.codec
Methods in io.vertx.ext.web.codec that return BodyCodecModifier and TypeMethodDescriptionBodyCodec.buffer()static <U> BodyCodec<U> Create and return a codec for Java objects encoded using Jackson mapper.BodyCodec.jsonArray()static BodyCodec<JsonObject> BodyCodec.jsonObject()BodyCodec.jsonStream(JsonParser parser) A body codec that parse the response as a JSON stream.BodyCodec.none()BodyCodec.pipe(WriteStream<Buffer> stream) A body codec that pipes the body to a write stream.BodyCodec.pipe(WriteStream<Buffer> stream, boolean close) A body codec that pipes the body to a write stream.BodyCodec.sseStream(Handler<ReadStream<SseEvent>> handler) A body codec that parse the response as a Server-SentEvent stream.static <T> BodyCodec<T> Create a codec that buffers the entire body and then apply thedecodefunction and returns the result.BodyCodec.string()A codec for strings using a specificencoding. -
Uses of BodyCodec in io.vertx.reactivex.ext.web.codec
Methods in io.vertx.reactivex.ext.web.codec that return BodyCodecMethods in io.vertx.reactivex.ext.web.codec with parameters of type BodyCodecModifier and TypeMethodDescriptionstatic <T> BodyCodec<T> BodyCodec.newInstance(BodyCodec arg) static <T> BodyCodec<T> BodyCodec.newInstance(BodyCodec arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.ext.web.codec with parameters of type BodyCodec -
Uses of BodyCodec in io.vertx.rxjava3.ext.web.codec
Methods in io.vertx.rxjava3.ext.web.codec that return BodyCodecMethods in io.vertx.rxjava3.ext.web.codec with parameters of type BodyCodecModifier and TypeMethodDescriptionstatic <T> BodyCodec<T> BodyCodec.newInstance(BodyCodec arg) static <T> BodyCodec<T> BodyCodec.newInstance(BodyCodec arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.ext.web.codec with parameters of type BodyCodec