Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketFrame
- 
Packages that use WebSocketFrame Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http.websocketx.extensions Encoder, decoder, handshakers to handle WebSocket Extensions.
- 
- 
Uses of WebSocketFrame in io.netty.handler.codec.http.websocketxSubclasses of WebSocketFrame in io.netty.handler.codec.http.websocketx Modifier and Type Class Description classBinaryWebSocketFrameWeb Socket frame containing binary data.classCloseWebSocketFrameWeb Socket Frame for closing the connection.classContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.classPingWebSocketFrameWeb Socket frame containing binary data.classPongWebSocketFrameWeb Socket frame containing binary data.classTextWebSocketFrameWeb Socket text frame.Methods in io.netty.handler.codec.http.websocketx that return WebSocketFrame Modifier and Type Method Description protected WebSocketFrameWebSocketFrameAggregator. beginAggregation(WebSocketFrame start, ByteBuf content)WebSocketFrameWebSocketFrame. copy()WebSocketFrameWebSocketFrame. duplicate()WebSocketFrameWebSocketChunkedInput. readChunk(ByteBufAllocator allocator)Fetches a chunked data from the stream.WebSocketFrameWebSocketChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated.abstract WebSocketFrameWebSocketFrame. replace(ByteBuf content)WebSocketFrameWebSocketFrame. retain()WebSocketFrameWebSocketFrame. retain(int increment)WebSocketFrameWebSocketFrame. retainedDuplicate()WebSocketFrameWebSocketFrame. touch()WebSocketFrameWebSocketFrame. touch(java.lang.Object hint)Methods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketFrame Modifier and Type Method Description protected WebSocketFrameWebSocketFrameAggregator. beginAggregation(WebSocketFrame start, ByteBuf content)protected voidWebSocketClientProtocolHandler. decode(ChannelHandlerContext ctx, WebSocketFrame frame, java.util.List<java.lang.Object> out)protected voidWebSocketServerProtocolHandler. decode(ChannelHandlerContext ctx, WebSocketFrame frame, java.util.List<java.lang.Object> out)protected voidWebSocket00FrameEncoder. encode(ChannelHandlerContext ctx, WebSocketFrame msg, java.util.List<java.lang.Object> out)protected voidWebSocket08FrameEncoder. encode(ChannelHandlerContext ctx, WebSocketFrame msg, java.util.List<java.lang.Object> out)protected booleanWebSocketFrameAggregator. isAggregated(WebSocketFrame msg)protected booleanWebSocketFrameAggregator. isContentLengthInvalid(WebSocketFrame start, int maxContentLength)protected booleanWebSocketFrameAggregator. isContentMessage(WebSocketFrame msg)protected booleanWebSocketFrameAggregator. isStartMessage(WebSocketFrame msg)protected java.lang.ObjectWebSocketFrameAggregator. newContinueResponse(WebSocketFrame start, int maxContentLength, ChannelPipeline pipeline)
- 
Uses of WebSocketFrame in io.netty.handler.codec.http.websocketx.extensionsMethods in io.netty.handler.codec.http.websocketx.extensions with parameters of type WebSocketFrame Modifier and Type Method Description booleanWebSocketExtensionFilter. mustSkip(WebSocketFrame frame)Returnstrueif the evaluation of the extension must skipped for the given frame otherwisefalse.
 
-