Uses of Interface
io.vertx.httpproxy.Body
-
Packages that use Body Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of Body in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return Body Modifier and Type Method Description static Body
Body. body(Buffer buffer)
Create a newBody
instance.static Body
Body. body(ReadStream<Buffer> stream)
Create a newBody
instance.static Body
Body. body(ReadStream<Buffer> stream, long len)
Create a newBody
instance.Body
ProxyRequest. getBody()
Body
ProxyResponse. getBody()
Get the body of the response.Methods in io.vertx.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. -
Uses of Body in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return Body Modifier and Type Method Description Body
Body. getDelegate()
Methods in io.vertx.rxjava3.httpproxy with parameters of type Body Modifier and Type Method Description static Body
Body. newInstance(Body arg)
Constructors in io.vertx.rxjava3.httpproxy with parameters of type Body Constructor Description Body(Body delegate)
-