Uses of Class
io.vertx.httpproxy.ProxyOptions
Packages that use ProxyOptions
-
Uses of ProxyOptions in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyOptionsModifier and TypeMethodDescriptionProxyOptions.setCacheOptions(CacheOptions cacheOptions) Set the cache options that configures the proxy.ProxyOptions.setForwardedHeadersOptions(ForwardedHeadersOptions forwardedHeadersOptions) Set the forwarded headers options that configures how the proxy handles X-Forwarded-* or RFC 7239 Forwarded headers.ProxyOptions.setSupportWebSocket(boolean supportWebSocket) Set whether WebSocket are supported.Methods in io.vertx.httpproxy with parameters of type ProxyOptionsModifier and TypeMethodDescriptionstatic HttpProxyHttpProxy.reverseProxy(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance. -
Uses of ProxyOptions in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyOptionsModifier and TypeMethodDescriptionstatic HttpProxyHttpProxy.reverseProxy(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance.