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)
static Body
Body. body(Buffer buffer, MediaType mediaType)
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.static Body
Body. body(ReadStream<Buffer> stream, long len, MediaType mediatype)
static Body
Body. body(ReadStream<Buffer> stream, long len, String mediatype)
Body
ProxyRequest. getBody()
Body
ProxyResponse. getBody()
Get the body of the response.Methods in io.vertx.httpproxy that return types with arguments of type Body Modifier and Type Method Description default Future<Body>
BodyTransformer. transform(Body body)
Return the future body, transformed.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.default Future<Body>
BodyTransformer. transform(Body body)
Return the future body, transformed. -
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)
-