data class CompressionEncoderConfig
Configuration for an encoder
CompressionEncoderConfig(name: String, encoder: CompressionEncoder, conditions: List<ApplicationCall.(OutgoingContent) -> Boolean>, priority: Double)
Configuration for an encoder |
val conditions: List<ApplicationCall.(OutgoingContent) -> Boolean>
Conditions for the encoder |
|
val encoder: CompressionEncoder
Encoder implementation |
|
val name: String
Name of the encoder, matched against entry in |
|
val priority: Double
Priority of the encoder |