Uses of Enum
org.jboss.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 org.jboss.netty.handler.codec.http.websocketx
Subclasses with type arguments of type WebSocket08FrameDecoder.State in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassDecodes a web socket frame from wire protocol version 8 format.static enumMethods in org.jboss.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.Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type WebSocket08FrameDecoder.StateModifier and TypeMethodDescriptionprotected ObjectWebSocket08FrameDecoder.decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, WebSocket08FrameDecoder.State state)