Uses of Class
io.vertx.rxjava3.httpproxy.ProxyRequest
Packages that use ProxyRequest
-
Uses of ProxyRequest in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyRequestModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ProxyRequest> ProxyRequest.__TYPE_ARGMethods in io.vertx.rxjava3.httpproxy that return ProxyRequestModifier and TypeMethodDescriptionstatic ProxyRequestProxyRequest.newInstance(ProxyRequest arg) ProxyRequest.release()Release the proxy request and its associated resources.ProxyContext.request()ProxyResponse.request()Return the correspondingProxyRequest.static ProxyRequestProxyRequest.reverseProxy(HttpServerRequest proxiedRequest) Create a newProxyRequestinstance, the proxied request will be paused.static ProxyRequestProxyRequest.reverseProxy(HttpServerRequest proxiedRequest, ForwardedHeadersOptions forwardedHeadersOptions) LikeProxyRequest.reverseProxy(HttpServerRequest)but using specific ForProxyRequest.setAuthority(HostAndPort authority) Set the request authority.Set the request body to be sent to the origin server.ProxyRequest.setMethod(HttpMethod method) Set the HTTP method to be sent to the origin server.Set the request URI to be sent to the origin server.