Uses of Class
org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
Packages that use CompressExtension Package Description org.eclipse.jetty.websocket.common.extensions.compress Jetty WebSocket Common : Message Compression Extension Implementations -
-
Uses of CompressExtension in org.eclipse.jetty.websocket.common.extensions.compress
Subclasses of CompressExtension in org.eclipse.jetty.websocket.common.extensions.compress Modifier and Type Class Description class
DeflateFrameExtension
Implementation of the deflate-frame extension seen out in the wild.class
PerMessageDeflateExtension
Per Message Deflate Compression extension for WebSocket.class
XWebkitDeflateFrameExtension
Implementation of the x-webkit-deflate-frame extension seen out in the wild.
-