Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Packages that use WebSocket08FrameDecoder
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocket08FrameDecoder in org.jboss.netty.handler.codec.http.websocketx
Subclasses of WebSocket08FrameDecoder in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Decodes a web socket frame from wire protocol version 7 format.class
Decodes a web socket frame from wire protocol version 13 format.