Uses of Class
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
-
Packages that use WebSocket08FrameDecoder.State Package Description io.netty.handler.codec.http.websocketx 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.State Modifier and Type Field Description private WebSocket08FrameDecoder.State
WebSocket08FrameDecoder. state
Methods in io.netty.handler.codec.http.websocketx that return WebSocket08FrameDecoder.State Modifier and Type Method Description static WebSocket08FrameDecoder.State
WebSocket08FrameDecoder.State. valueOf(java.lang.String name)
Returns 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.
-