Uses of Class
io.vertx.core.http.WebSocketFrameType
-
Packages that use WebSocketFrameType Package Description io.vertx.core.http -
-
Uses of WebSocketFrameType in io.vertx.core.http
Methods in io.vertx.core.http that return WebSocketFrameType Modifier and Type Method Description WebSocketFrameType
WebSocketFrame. type()
static WebSocketFrameType
WebSocketFrameType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebSocketFrameType[]
WebSocketFrameType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-