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