Uses of Class
io.vertx.httpproxy.ProxyOptions
-
Packages that use ProxyOptions Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of ProxyOptions in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyOptions Modifier and Type Method Description ProxyOptions
ProxyOptions. setCacheOptions(CacheOptions cacheOptions)
Set the cache options that configures the proxy.ProxyOptions
ProxyOptions. setSupportWebSocket(boolean supportWebSocket)
Set whether WebSocket are supported.Methods in io.vertx.httpproxy with parameters of type ProxyOptions Modifier and Type Method Description static HttpProxy
HttpProxy. reverseProxy(ProxyOptions options, HttpClient client)
Create a newHttpProxy
instance. -
Uses of ProxyOptions in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyOptions Modifier and Type Method Description static HttpProxy
HttpProxy. reverseProxy(ProxyOptions options, HttpClient client)
Create a newHttpProxy
instance.
-