See: Description
Interface | Description |
---|---|
WebSocketClientExtension |
Created once the handshake phase is done.
|
WebSocketClientExtensionHandshaker |
Handshakes a client extension with the server.
|
WebSocketExtension |
Created once the handshake phase is done.
|
WebSocketExtensionFilter |
Filter that is responsible to skip the evaluation of a certain extension
according to standard.
|
WebSocketExtensionFilterProvider |
Extension filter provider that is responsible to provide filters for a certain
WebSocketExtension extension. |
WebSocketServerExtension |
Created once the handshake phase is done.
|
WebSocketServerExtensionHandshaker |
Handshakes a client extension based on this server capabilities.
|
Class | Description |
---|---|
WebSocketClientExtensionHandler |
This handler negotiates and initializes the WebSocket Extensions.
|
WebSocketExtensionData |
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
|
WebSocketExtensionDecoder |
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
|
WebSocketExtensionEncoder |
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
|
WebSocketExtensionUtil | |
WebSocketServerExtensionHandler |
This handler negotiates and initializes the WebSocket Extensions.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.