Uses of Enum Class
jakarta.websocket.CloseReason.CloseCodes
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of CloseReason.CloseCodes in jakarta.websocket
Modifier and TypeMethodDescriptionstatic CloseReason.CloseCodes
Returns the enum constant of this class with the specified name.static CloseReason.CloseCodes[]
CloseReason.CloseCodes.values()
Returns an array containing the constants of this enum class, in the order they are declared.