Class WebSocketClientCompressionHandler

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    public final class WebSocketClientCompressionHandler
    extends WebSocketClientExtensionHandler
    Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions. See io.netty5.example.http.websocketx.client.WebSocketClient for usage.