Uses of Enum Class
org.jdrupes.httpcodec.protocols.websocket.WsCodec.ClosingState
Package
Description
Classes for handling the Websocket protocol.
-
Uses of WsCodec.ClosingState in org.jdrupes.httpcodec.protocols.websocket
Modifier and TypeMethodDescriptionWsCodec.closingState()
static WsCodec.ClosingState
Returns the enum constant of this class with the specified name.static WsCodec.ClosingState[]
WsCodec.ClosingState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
WsCodec.setClosingState
(WsCodec.ClosingState state)