Uses of Enum
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
Packages that use WebSocket08FrameDecoder.State
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocket08FrameDecoder.State in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as WebSocket08FrameDecoder.StateModifier and TypeFieldDescriptionprivate WebSocket08FrameDecoder.State
WebSocket08FrameDecoder.state
Methods in io.netty.handler.codec.http.websocketx that return WebSocket08FrameDecoder.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static WebSocket08FrameDecoder.State[]
WebSocket08FrameDecoder.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.