Package io.vertx.ext.web.codec.spi
Interface BodyStream<T>
-
- All Superinterfaces:
Handler<Throwable>
,StreamBase
,WriteStream<Buffer>
public interface BodyStream<T> extends WriteStream<Buffer>, Handler<Throwable>
The body stream decodes aWriteStream
into the aT
instance.- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<T>
result()
-
Methods inherited from interface io.vertx.core.streams.WriteStream
drainHandler, end, end, exceptionHandler, setWriteQueueMaxSize, write, writeQueueFull
-
-