Uses of Enum
io.inverno.mod.http.base.ws.WebSocketMessage.Kind
Packages that use WebSocketMessage.Kind
Package
Description
Inverno HTTP WebSocket base API implementation classes.
Inverno HTTP WebSocket base API.
-
Uses of WebSocketMessage.Kind in io.inverno.mod.http.base.internal.ws
Methods in io.inverno.mod.http.base.internal.ws that return WebSocketMessage.KindConstructors in io.inverno.mod.http.base.internal.ws with parameters of type WebSocketMessage.KindModifierConstructorDescriptionGenericWebSocketMessage(WebSocketMessage.Kind kind, org.reactivestreams.Publisher<WebSocketFrame> frames) Creates a generic WebSocket message. -
Uses of WebSocketMessage.Kind in io.inverno.mod.http.base.ws
Methods in io.inverno.mod.http.base.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.