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 WebSocketExtensionDecoderWebSocketExtension. 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) classDeflateDecoderDeflate implementation of a payload decompressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.(package private) classPerFrameDeflateDecoderPer-frame implementation of deflate decompressor.(package private) classPerMessageDeflateDecoderPer-message implementation of deflate decompressor.Methods in io.netty.handler.codec.http.websocketx.extensions.compression that return WebSocketExtensionDecoder Modifier and Type Method Description WebSocketExtensionDecoderDeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension. newExtensionDecoder()WebSocketExtensionDecoderDeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension. newExtensionDecoder()WebSocketExtensionDecoderPerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension. newExtensionDecoder()WebSocketExtensionDecoderPerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension. newExtensionDecoder()
-