B C I J N P R S
B
- BodyCodec<T> - Interface in io.vertx.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
-
The body stream decodes a WriteStream
into the a T
instance.
- buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
C
- create(Function<Buffer, T>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the decode
function and returns the result.
- create(Handler<AsyncResult<BodyStream<T>>>) - Method in interface io.vertx.ext.web.codec.BodyCodec
-
I
- io.vertx.ext.web.codec - package io.vertx.ext.web.codec
-
- io.vertx.ext.web.codec.spi - package io.vertx.ext.web.codec.spi
-
J
- json(Class<U>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- jsonArray() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- jsonObject() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
N
- none() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
P
- pipe(WriteStream<Buffer>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
R
- result() - Method in interface io.vertx.ext.web.codec.spi.BodyStream
-
S
- string() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- string(String) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A codec for strings using a specific encoding
.
B C I J N P R S
Copyright © 2018 Eclipse. All rights reserved.