Uses of Class
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
-
Packages that use WebSocketFrame Package Description org.jboss.netty.example.http.websocketx.autobahn This package is intended for use with testing against the Python AutoBahn test suite.org.jboss.netty.example.http.websocketx.server This package contains an example web socket web server.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.example.http.websocketx.autobahn
Methods in org.jboss.netty.example.http.websocketx.autobahn with parameters of type WebSocketFrame Modifier and Type Method Description private voidAutobahnServerHandler. 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 WebSocketFrame Modifier and Type Method Description private voidWebSocketServerHandler. 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.websocketx Modifier and Type Class Description classBinaryWebSocketFrameWeb Socket frame containing binary dataclassCloseWebSocketFrameWeb Socket Frame for closing the connectionclassContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.classPingWebSocketFrameWeb Socket frame containing binary dataclassPongWebSocketFrameWeb Socket frame containing binary dataclassTextWebSocketFrameWeb Socket text frame with assumed UTF-8 encodingFields in org.jboss.netty.handler.codec.http.websocketx declared as WebSocketFrame Modifier and Type Field Description private WebSocketFrameWebSocketFrameAggregator. currentFrameMethods in org.jboss.netty.handler.codec.http.websocketx that return WebSocketFrame Modifier and Type Method Description private WebSocketFrameWebSocket00FrameDecoder. decodeBinaryFrame(byte type, ChannelBuffer buffer)private WebSocketFrameWebSocket00FrameDecoder. decodeTextFrame(ChannelBuffer buffer)
-