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.
|
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–2017 The Netty Project. All rights reserved.