Uses of Enum
javax.websocket.CloseReason.CloseCodes
Packages that use CloseReason.CloseCodes
-
Uses of CloseReason.CloseCodes in javax.websocket
Subclasses with type arguments of type CloseReason.CloseCodes in javax.websocketModifier and TypeClassDescriptionstatic enumAn Enumeration of status codes for a web socket close that are defined in the specification.Methods in javax.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.