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_ARG
Methods in io.vertx.mutiny.httpproxy that return Body Modifier and Type Method Description static Body
Body. body(Buffer buffer)
static Body
Body. body(ReadStream<Buffer> stream)
static Body
Body. body(ReadStream<Buffer> stream, long len)
static Body
Body. body(Flow.Publisher<Buffer> stream)
static Body
Body. body(Flow.Publisher<Buffer> stream, long len)
Body
ProxyRequest. getBody()
Body
ProxyResponse. getBody()
static Body
Body. newInstance(io.vertx.httpproxy.Body arg)
Methods in io.vertx.mutiny.httpproxy with parameters of type Body Modifier and Type Method Description ProxyRequest
ProxyRequest. setBody(Body body)
ProxyResponse
ProxyResponse. setBody(Body body)
-