public class ProxyOptions
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEFAULT_SUPPORT_WEBSOCKETEnable WebSocket support :  true | 
| Constructor and Description | 
|---|
| ProxyOptions() | 
| ProxyOptions(io.vertx.core.json.JsonObject json) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getSupportWebSocket() | 
| ProxyOptions | setSupportWebSocket(boolean supportWebSocket)Set whether WebSocket are supported. | 
| io.vertx.core.json.JsonObject | toJson() | 
| java.lang.String | toString() | 
public static final boolean DEFAULT_SUPPORT_WEBSOCKET
truepublic ProxyOptions(io.vertx.core.json.JsonObject json)
public ProxyOptions()
public boolean getSupportWebSocket()
public ProxyOptions setSupportWebSocket(boolean supportWebSocket)
supportWebSocket - true to enable WebSocket support,
                         false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic io.vertx.core.json.JsonObject toJson()
Copyright © 2023. All Rights Reserved.