| Package | Description | 
|---|---|
| io.vertx.httpproxy | |
| io.vertx.rxjava3.httpproxy | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyOptions | 
ProxyOptions.setCacheOptions(CacheOptions cacheOptions)
Set the cache options that configures the proxy. 
 | 
ProxyOptions | 
ProxyOptions.setSupportWebSocket(boolean supportWebSocket)
Set whether WebSocket are supported. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ProxyOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ProxyOptions obj)  | 
static HttpProxy | 
HttpProxy.reverseProxy(ProxyOptions options,
            HttpClient client)
Create a new  
HttpProxy instance. | 
static void | 
ProxyOptionsConverter.toJson(ProxyOptions obj,
      JsonObject json)  | 
static void | 
ProxyOptionsConverter.toJson(ProxyOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpProxy | 
HttpProxy.reverseProxy(ProxyOptions options,
            HttpClient client)
Create a new  
HttpProxy instance. | 
Copyright © 2022 Eclipse. All rights reserved.