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 TypeArg<Body>Body. __TYPE_ARGMethods in io.vertx.rxjava3.httpproxy that return Body Modifier and Type Method Description static BodyBody. body(io.reactivex.rxjava3.core.Flowable<Buffer> stream)Create a newBodyinstance.static BodyBody. body(io.reactivex.rxjava3.core.Flowable<Buffer> stream, long len)Create a newBodyinstance.static BodyBody. body(Buffer buffer)Create a newBodyinstance.BodyProxyRequest. getBody()BodyProxyResponse. getBody()Get the body of the response.static BodyBody. newInstance(Body arg)Methods in io.vertx.rxjava3.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.
-