Uses of Enum
io.inverno.mod.http.base.ws.WebSocketStatus
Packages that use WebSocketStatus
-
Uses of WebSocketStatus in io.inverno.mod.http.base.ws
Methods in io.inverno.mod.http.base.ws that return WebSocketStatusModifier and TypeMethodDescriptionstatic WebSocketStatusWebSocketStatus.valueOf(short code) Returns the status correspoding to the specified code.static WebSocketStatusReturns the enum constant of this type with the specified name.static WebSocketStatus[]WebSocketStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.inverno.mod.http.base.ws with parameters of type WebSocketStatusModifier and TypeMethodDescriptiondefault voidBaseWebSocketExchange.close(WebSocketStatus status) Closes the WebSocket with the specified status.default voidBaseWebSocketExchange.close(WebSocketStatus status, String reason) Closes the WebSocket with specified status and reason.