vertx / io.vertx.ext.web.codec.spi

Package io.vertx.ext.web.codec.spi

Types

BodyStream

interface BodyStream<T : Any> : WriteStream<Buffer>, Handler<Throwable>

The body stream decodes a < into the a T instance.