Uses of Class
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
-
Packages that use WebSocketExtensionDecoder Package Description io.netty.handler.codec.http.websocketx.extensions Encoder, decoder, handshakers to handle WebSocket Extensions.io.netty.handler.codec.http.websocketx.extensions.compression Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions. -
-
Uses of WebSocketExtensionDecoder in io.netty.handler.codec.http.websocketx.extensions
Methods in io.netty.handler.codec.http.websocketx.extensions that return WebSocketExtensionDecoder Modifier and Type Method Description WebSocketExtensionDecoder
WebSocketExtension. newExtensionDecoder()
-
Uses of WebSocketExtensionDecoder in io.netty.handler.codec.http.websocketx.extensions.compression
Subclasses of WebSocketExtensionDecoder in io.netty.handler.codec.http.websocketx.extensions.compression Modifier and Type Class Description (package private) class
DeflateDecoder
Deflate implementation of a payload decompressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.(package private) class
PerFrameDeflateDecoder
Per-frame implementation of deflate decompressor.(package private) class
PerMessageDeflateDecoder
Per-message implementation of deflate decompressor.Methods in io.netty.handler.codec.http.websocketx.extensions.compression that return WebSocketExtensionDecoder Modifier and Type Method Description WebSocketExtensionDecoder
DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension. newExtensionDecoder()
WebSocketExtensionDecoder
DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension. newExtensionDecoder()
WebSocketExtensionDecoder
PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension. newExtensionDecoder()
WebSocketExtensionDecoder
PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension. newExtensionDecoder()
-