Uses of Class
io.vertx.mutiny.httpproxy.Body
- 
Packages that use Body Package Description io.vertx.mutiny.httpproxy  - 
- 
Uses of Body in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type Body Modifier and Type Field Description static TypeArg<Body>Body. __TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return Body Modifier and Type Method Description static BodyBody. body(Buffer buffer)static BodyBody. body(ReadStream<Buffer> stream)static BodyBody. body(ReadStream<Buffer> stream, long len)static BodyBody. body(Flow.Publisher<Buffer> stream)static BodyBody. body(Flow.Publisher<Buffer> stream, long len)BodyProxyRequest. getBody()BodyProxyResponse. getBody()static BodyBody. newInstance(io.vertx.httpproxy.Body arg)Methods in io.vertx.mutiny.httpproxy with parameters of type Body Modifier and Type Method Description ProxyRequestProxyRequest. setBody(Body body)ProxyResponseProxyResponse. setBody(Body body) 
 -