Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Packages that use WebSocketFrame
Package
Description
This package is intended for use with testing against the Python
AutoBahn test suite.
This package contains an example web socket web server.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketFrame in org.jboss.netty.example.http.websocketx.autobahn
Methods in org.jboss.netty.example.http.websocketx.autobahn with parameters of type WebSocketFrameModifier and TypeMethodDescriptionprivate void
AutobahnServerHandler.handleWebSocketFrame
(ChannelHandlerContext ctx, WebSocketFrame frame) -
Uses of WebSocketFrame in org.jboss.netty.example.http.websocketx.server
Methods in org.jboss.netty.example.http.websocketx.server with parameters of type WebSocketFrameModifier and TypeMethodDescriptionprivate void
WebSocketServerHandler.handleWebSocketFrame
(ChannelHandlerContext ctx, WebSocketFrame frame) -
Uses of WebSocketFrame in org.jboss.netty.handler.codec.http.websocketx
Subclasses of WebSocketFrame in org.jboss.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Web Socket frame containing binary dataclass
Web Socket Frame for closing the connectionclass
Web Socket continuation frame containing continuation text or binary data.class
Web Socket frame containing binary dataclass
Web Socket frame containing binary dataclass
Web Socket text frame with assumed UTF-8 encodingFields in org.jboss.netty.handler.codec.http.websocketx declared as WebSocketFrameMethods in org.jboss.netty.handler.codec.http.websocketx that return WebSocketFrameModifier and TypeMethodDescriptionprivate WebSocketFrame
WebSocket00FrameDecoder.decodeBinaryFrame
(byte type, ChannelBuffer buffer) private WebSocketFrame
WebSocket00FrameDecoder.decodeTextFrame
(ChannelBuffer buffer)