Uses of Class
io.vertx.rxjava3.httpproxy.Body
-
Packages that use Body Package Description io.vertx.rxjava3.httpproxy -
-
Uses of Body in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type Body Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Body>
Body. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return Body Modifier and Type Method Description static Body
Body. body(Flowable<Buffer> stream)
Create a newBody
instance.static Body
Body. body(Flowable<Buffer> stream, long len)
Create a newBody
instance.static Body
Body. body(Buffer buffer)
Create a newBody
instance.Body
ProxyRequest. getBody()
Body
ProxyResponse. getBody()
Get the body of the response.static Body
Body. newInstance(Body arg)
Methods in io.vertx.rxjava3.httpproxy with parameters of type Body Modifier and Type Method Description ProxyRequest
ProxyRequest. setBody(Body body)
Set the request body to be sent to the origin server.ProxyResponse
ProxyResponse. setBody(Body body)
Set the request body to be sent to the user agent.
-