public class WebSocketServerCompressionHandler extends WebSocketServerExtensionHandler
ChannelHandler.Sharable| Constructor and Description |
|---|
WebSocketServerCompressionHandler()
Deprecated.
|
WebSocketServerCompressionHandler(int maxAllocation)
Constructor with default configuration.
|
channelRead, onHttpRequestChannelRead, onHttpResponseWrite, writebind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionCaught, 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.