Uses of Enum
io.inverno.mod.http.base.ws.WebSocketFrame.Kind
Packages that use WebSocketFrame.Kind
Package
Description
Inverno HTTP WebSocket base API implementation classes.
Inverno HTTP WebSocket base API.
-
Uses of WebSocketFrame.Kind in io.inverno.mod.http.base.internal.ws
Methods in io.inverno.mod.http.base.internal.ws that return WebSocketFrame.KindConstructors in io.inverno.mod.http.base.internal.ws with parameters of type WebSocketFrame.KindModifierConstructorDescriptionGenericWebSocketFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame underlyingFrame, WebSocketFrame.Kind kind) Creates a generic WebSocket frame. -
Uses of WebSocketFrame.Kind in io.inverno.mod.http.base.ws
Methods in io.inverno.mod.http.base.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.