Uses of Enum
io.inverno.mod.http.server.ws.WebSocketMessage.Kind
Packages that use WebSocketMessage.Kind
-
Uses of WebSocketMessage.Kind in io.inverno.mod.http.server.ws
Methods in io.inverno.mod.http.server.ws that return WebSocketMessage.KindModifier and TypeMethodDescriptionWebSocketMessage.getKind()Returns the WebSocket message type.static WebSocketMessage.KindReturns the enum constant of this type with the specified name.static WebSocketMessage.Kind[]WebSocketMessage.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.