Uses of Interface
io.vertx.httpproxy.Body
Packages that use Body
-
Uses of Body in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return BodyModifier and TypeMethodDescriptionstatic Bodystatic BodyCreate a newBodyinstance.static BodyBody.body(ReadStream<Buffer> stream) Create a newBodyinstance.static BodyBody.body(ReadStream<Buffer> stream, long len) Create a newBodyinstance.static BodyBody.body(ReadStream<Buffer> stream, long len, MediaType mediatype) static BodyBody.body(ReadStream<Buffer> stream, long len, String mediatype) ProxyRequest.getBody()ProxyResponse.getBody()Get the body of the response.Methods in io.vertx.httpproxy that return types with arguments of type BodyModifier and TypeMethodDescriptionReturn the future body, transformed.Methods in io.vertx.httpproxy with parameters of type BodyModifier and TypeMethodDescriptionSet the request body to be sent to the origin server.Set the request body to be sent to the user agent.Return the future body, transformed. -
Uses of Body in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return BodyMethods in io.vertx.rxjava3.httpproxy with parameters of type BodyConstructors in io.vertx.rxjava3.httpproxy with parameters of type Body