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 aWriteStreaminto the aTinstance.- Author:
- Julien Viet
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<T>result()- 
Methods inherited from interface io.vertx.core.streams.WriteStreamdrainHandler, end, end, exceptionHandler, setWriteQueueMaxSize, write, writeQueueFull
 
- 
 
-