Uses of Class
io.vertx.mutiny.httpproxy.ProxyRequest
- 
Packages that use ProxyRequest Package Description io.vertx.mutiny.httpproxy  - 
- 
Uses of ProxyRequest in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyRequest Modifier and Type Field Description static TypeArg<ProxyRequest>ProxyRequest. __TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return ProxyRequest Modifier and Type Method Description static ProxyRequestProxyRequest. newInstance(io.vertx.httpproxy.ProxyRequest arg)ProxyRequestProxyRequest. release()ProxyRequestProxyContext. request()ProxyRequestProxyResponse. request()static ProxyRequestProxyRequest. reverseProxy(HttpServerRequest proxiedRequest)ProxyRequestProxyRequest. setAuthority(String authority)ProxyRequestProxyRequest. setBody(Body body)ProxyRequestProxyRequest. setMethod(io.vertx.core.http.HttpMethod method)ProxyRequestProxyRequest. setURI(String uri) 
 -