Uses of Interface
io.vertx.httpproxy.Body
-
Packages that use Body Package Description io.vertx.httpproxy -
-
Uses of Body in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return Body Modifier and Type Method Description static BodyBody. body(Buffer buffer)Create a newBodyinstance.static BodyBody. body(ReadStream<Buffer> stream)Create a newBodyinstance.static BodyBody. body(ReadStream<Buffer> stream, long len)Create a newBodyinstance.BodyProxyRequest. getBody()BodyProxyResponse. getBody()Get the body of the response.Methods in io.vertx.httpproxy with parameters of type Body Modifier and Type Method Description ProxyRequestProxyRequest. setBody(Body body)Set the request body to be sent to the origin server.ProxyResponseProxyResponse. setBody(Body body)Set the request body to be sent to the user agent.
-