Uses of Interface
io.vertx.httpproxy.ProxyRequest
-
Packages that use ProxyRequest Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of ProxyRequest in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyRequest Modifier and Type Method Description ProxyRequest
ProxyRequest. putHeader(CharSequence name, CharSequence value)
Put an HTTP header.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. -
Uses of ProxyRequest in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyRequest Modifier and Type Method Description ProxyRequest
ProxyRequest. getDelegate()
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyRequest Modifier and Type Method Description static ProxyRequest
ProxyRequest. newInstance(ProxyRequest arg)
Constructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyRequest Constructor Description ProxyRequest(ProxyRequest delegate)
-