vertx-web-common 3.8.3.redhat-00001
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- io.vertx.core.Handler<Throwable>, io.vertx.core.streams.StreamBase, io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public interface BodyStream<T>
extends io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, io.vertx.core.Handler<Throwable>
The body stream decodes a WriteStream
into the a T
instance.
- Author:
- Julien Viet
-
-
Method Summary
-
Methods inherited from interface io.vertx.core.streams.WriteStream
drainHandler, end, end, end, end, exceptionHandler, setWriteQueueMaxSize, write, write, writeQueueFull
-
Methods inherited from interface io.vertx.core.Handler
handle
vertx-web-common 3.8.3.redhat-00001
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2019 Eclipse. All rights reserved.