| Name | Description | Type | Package | Framework |
| BinaryWebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| CloseWebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| ContinuationWebSocketFrame | Web Socket continuation frame containing continuation text or binary data. | Class | io.netty.handler.codec.http.websocketx | Netty |
| DeflateFrameClientExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| DeflateFrameServerExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| PerMessageDeflateClientExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| PerMessageDeflateServerExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| PingWebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| PongWebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| TextWebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| Utf8FrameValidator | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocket00FrameDecoder | Decodes ByteBufs into WebSocketFrames. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket00FrameEncoder | Encodes a WebSocketFrame into a ByteBuf. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket07FrameDecoder | Decodes a web socket frame from wire protocol version 7 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket07FrameEncoder | Encodes a web socket frame into wire protocol version 7 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket08FrameDecoder | Decodes a web socket frame from wire protocol version 8 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket08FrameEncoder | Encodes a web socket frame into wire protocol version 8 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket13FrameDecoder | Decodes a web socket frame from wire protocol version 13 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocket13FrameEncoder | Encodes a web socket frame into wire protocol version 13 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketClientCompressionHandler | to handle the most common WebSocket Compression Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| WebSocketClientExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketClientExtensionHandler | This handler negotiates and initializes the WebSocket Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketClientExtensionHandshaker | Handshakes a client extension with the server. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketClientHandshaker | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketClientHandshaker00 | Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketClientHandshaker07 | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketClientHandshaker08 | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketClientHandshaker13 | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketClientHandshakerFactory | Creates a new WebSocketClientHandshaker of desired protocol version. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketClientProtocolHandler | This handler does all the heavy lifting for you to run a websocket client. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketClientProtocolHandler .ClientHandshakeStateEvent | Events that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websockets | Class | io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler | Netty |
| WebSocketExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketExtensionData | A WebSocket Extension data from the Sec-WebSocket-Extensions header. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketExtensionDecoder | Convenient class for io. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketExtensionEncoder | Convenient class for io. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketExtensionUtil | Class | io.netty.handler.codec.http.websocketx.extensions | Netty | |
| WebSocketFrame | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketFrameAggregator | Handler that aggregate fragmented WebSocketFrame's. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketFrameDecoder | Marker interface which all WebSocketFrame decoders need to implement. | Interface | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketFrameEncoder | Marker interface which all WebSocketFrame encoders need to implement. | Interface | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketHandshakeException | Exception during handshaking processSee Also:Serialized Form | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketServerCompressionHandler | to handle the most common WebSocket Compression Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
| WebSocketServerExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketServerExtensionHandler | This handler negotiates and initializes the WebSocket Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketServerExtensionHandshaker | Handshakes a client extension based on this server capabilities. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
| WebSocketServerHandshaker | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketServerHandshaker00 | Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketServerHandshaker07 | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketServerHandshaker08 | Class | io.netty.handler.codec.http.websocketx | Netty | |
| WebSocketServerHandshaker13 | Performs server side opening and closing handshakes for RFC 6455(originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17). | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketServerHandshakerFactory | Auto-detects the version of the Web Socket protocol in use and creates a new properWebSocketServerHandshaker. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketServerProtocolHandler | This handler does all the heavy lifting for you to run a websocket server. | Class | io.netty.handler.codec.http.websocketx | Netty |
| WebSocketServerProtocolHandler .ServerHandshakeStateEvent | Events that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websockets | Class | io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler | Netty |
| WebSocketVersion | enum WebSocketVersionVersions of the web socket specification. | Class | io.netty.handler.codec.http.websocketx | Netty |