Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
-
Packages that use WebSocket08FrameDecoder.State Package Description org.jboss.netty.handler.codec.http.websocketx 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
Methods in org.jboss.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.Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type WebSocket08FrameDecoder.State Modifier and Type Method Description protected java.lang.Object
WebSocket08FrameDecoder. decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, WebSocket08FrameDecoder.State state)
-