Uses of Class
io.vertx.rxjava3.httpproxy.ProxyRequest
-
Packages that use ProxyRequest Package Description io.vertx.rxjava3.httpproxy -
-
Uses of ProxyRequest in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyRequest Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyRequest>
ProxyRequest. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return ProxyRequest Modifier and Type Method Description static ProxyRequest
ProxyRequest. newInstance(ProxyRequest arg)
ProxyRequest
ProxyRequest. release()
Release the proxy request and its associated resources.ProxyRequest
ProxyContext. request()
ProxyRequest
ProxyResponse. request()
Return the correspondingProxyRequest
.static ProxyRequest
ProxyRequest. reverseProxy(HttpServerRequest proxiedRequest)
Create a newProxyRequest
instance, the proxied request will be paused.ProxyRequest
ProxyRequest. setAuthority(HostAndPort authority)
Set the request authority.ProxyRequest
ProxyRequest. setBody(Body body)
Set the request body to be sent to the origin server.ProxyRequest
ProxyRequest. setMethod(HttpMethod method)
Set the HTTP method to be sent to the origin server.ProxyRequest
ProxyRequest. setURI(String uri)
Set the request URI to be sent to the origin server.
-