| 类 | 说明 |
|---|---|
| AbstractCompressionCodec |
Abstract class that asserts arguments and wraps IOException with CompressionException.
|
| CompressionCodecs | 已过时
use
CompressionCodecs instead. |
| DefaultCompressionCodecResolver |
Default implementation of
CompressionCodecResolver that supports the following:
If the specified JWT Header does not have a calg header, this implementation does
nothing and returns null to the caller, indicating no compression was used. |
| DeflateCompressionCodec |
Codec implementing the deflate compression algorithm.
|
| GzipCompressionCodec |
Codec implementing the gzip compression algorithm.
|