Config
class Config
WebSocket deflate extension configuration.
Constructors
Config() WebSocket deflate extension configuration. |
Properties
var clientNoContextTakeOver: Boolean Specify if the client drops the deflater state (reset the window) after each frame. |
|
var compressionLevel: Int Compression level that is used for outgoing frames in the Deflate instance. |
|
var serverNoContextTakeOver: Boolean Specify if the server drops the deflater state (reset the window) after each frame. |
Functions
Indicates if the outgoing frame should be compressed. |
|
Specify the minimum size of frame for compression. |
|
fun configureProtocols( Configure which protocols should send the client. |