Package io.netty5.handler.codec.http.websocketx.extensions.compression

Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.

This package supports different web socket extensions. The specification currently supported are:

See io.netty5.example.http.websocketx.client.WebSocketClient and io.netty5.example.http.websocketx.html5.WebSocketServer for usage.