Uses of Enum
jakarta.websocket.CloseReason.CloseCodes
-
Uses of CloseReason.CloseCodes in jakarta.websocket
Subclasses with type arguments of type CloseReason.CloseCodes in jakarta.websocketModifier and TypeClassDescriptionstatic enumAn Enumeration of status codes for a web socket close that are defined in the specification.Methods in jakarta.websocket that return CloseReason.CloseCodesModifier and TypeMethodDescriptionstatic CloseReason.CloseCodesReturns the enum constant of this type with the specified name.static CloseReason.CloseCodes[]CloseReason.CloseCodes.values()Returns an array containing the constants of this enum type, in the order they are declared.