Package | Description |
---|---|
io.netty.handler.codec.http.websocketx.extensions |
Encoder, decoder, handshakers to handle
WebSocket Extensions.
|
io.netty.handler.codec.http.websocketx.extensions.compression |
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebSocketClientExtension
Created once the handshake phase is done.
|
interface |
WebSocketServerExtension
Created once the handshake phase is done.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension |
private static class |
DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension |
private class |
PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension |
private static class |
PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension |