Module io.netty5.codec.http
Class WebSocketServerCompressionHandler
- java.lang.Object
-
- io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
- io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
- All Implemented Interfaces:
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.
-
-
Constructor Summary
Constructors Constructor Description WebSocketServerCompressionHandler()
Constructor with default configuration.
-
Method Summary
-
Methods inherited from class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
channelRead, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelExceptionCaught, channelInactive, channelInboundEvent, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown
-
-