Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
-
Packages that use WebSocketFrame Package Description org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketFrame in org.jboss.netty.handler.codec.http.websocketx
Subclasses of WebSocketFrame in org.jboss.netty.handler.codec.http.websocketx Modifier and Type Class Description class
BinaryWebSocketFrame
Web Socket frame containing binary dataclass
CloseWebSocketFrame
Web Socket Frame for closing the connectionclass
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.class
PingWebSocketFrame
Web Socket frame containing binary dataclass
PongWebSocketFrame
Web Socket frame containing binary dataclass
TextWebSocketFrame
Web Socket text frame with assumed UTF-8 encoding
-