Sets the decompressor available to use. The message encoding for the stream comes later in time, and thus will not be available at the time of construction. This should only be set once, since the compression codec cannot change after the headers have been sent. @param decompressor the decompressin
(Decompressor decompressor)
| 31 | * @param decompressor the decompressing wrapper. |
| 32 | */ |
| 33 | void setDecompressor(Decompressor decompressor); |
| 34 | |
| 35 | /** |
| 36 | * Sets the decompressor used for full-stream decompression. Full-stream decompression disables |
no outgoing calls
no test coverage detected