Uses of Enum
io.vertx.core.http.WebSocketVersion
Packages that use WebSocketVersion
-
Uses of WebSocketVersion in io.vertx.core.http
Fields in io.vertx.core.http declared as WebSocketVersionModifier and TypeFieldDescriptionstatic final WebSocketVersionWebSocketConnectOptions.DEFAULT_VERSIONThe default WebSocket version =V13Methods in io.vertx.core.http that return WebSocketVersionModifier and TypeMethodDescriptionWebSocketConnectOptions.getVersion()static WebSocketVersionReturns 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 WebSocketVersionModifier and TypeMethodDescriptionWebSocketConnectOptions.setVersion(WebSocketVersion version) Set the WebSocket version.