Uses of Enum Class
org.jdrupes.httpcodec.protocols.websocket.WsCodec.ClosingState
Packages that use WsCodec.ClosingState
Package
Description
Classes for handling the Websocket protocol.
-
Uses of WsCodec.ClosingState in org.jdrupes.httpcodec.protocols.websocket
Methods in org.jdrupes.httpcodec.protocols.websocket that return WsCodec.ClosingStateModifier and TypeMethodDescriptionWsCodec.closingState()static WsCodec.ClosingStateReturns 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.Methods in org.jdrupes.httpcodec.protocols.websocket with parameters of type WsCodec.ClosingStateModifier and TypeMethodDescriptionprotected voidWsCodec.setClosingState(WsCodec.ClosingState state)