Uses of Class
io.vertx.core.http.WebSocketVersion
-
Packages that use WebSocketVersion Package Description io.vertx.core.http -
-
Uses of WebSocketVersion in io.vertx.core.http
Fields in io.vertx.core.http declared as WebSocketVersion Modifier and Type Field Description static WebSocketVersion
WebSocketConnectOptions. DEFAULT_VERSION
The default WebSocket version =V13
Methods in io.vertx.core.http that return WebSocketVersion Modifier and Type Method Description WebSocketVersion
WebSocketConnectOptions. getVersion()
static WebSocketVersion
WebSocketVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebSocketVersion[]
WebSocketVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.http with parameters of type WebSocketVersion Modifier and Type Method Description WebSocketConnectOptions
WebSocketConnectOptions. setVersion(WebSocketVersion version)
Set the WebSocket version.
-