Class WebSocketServerCompressionHandler

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

    public class WebSocketServerCompressionHandler
    extends WebSocketServerExtensionHandler
    Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions. See io.netty5.example.http.websocketx.html5.WebSocketServer for usage.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty5.channel.ChannelHandler

        io.netty5.channel.ChannelHandler.Sharable
    • Constructor Detail

      • WebSocketServerCompressionHandler

        public WebSocketServerCompressionHandler()
        Constructor with default configuration.