public class WebSocketServerCompressionHandler extends WebSocketServerExtensionHandler
ChannelHandler.Sharable
Constructor and Description |
---|
WebSocketServerCompressionHandler()
Deprecated.
|
WebSocketServerCompressionHandler(int maxAllocation)
Constructor with default configuration.
|
channelRead, onHttpRequestChannelRead, onHttpResponseWrite, write
bind, close, connect, deregister, disconnect, flush, read
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exceptionCaught, handlerAdded, handlerRemoved
@Deprecated public WebSocketServerCompressionHandler()
WebSocketServerCompressionHandler(int)
.public WebSocketServerCompressionHandler(int maxAllocation)
maxAllocation
- Maximum size of the decompression buffer. Must be >= 0. If zero, maximum size is not limited.Copyright © 2008–2025 The Netty Project. All rights reserved.