| Modifier and Type | Class | Description |
|---|---|---|
class |
DeflateEncoding |
Content encoding used to handle Deflate responses.
|
class |
GZIPEncoding |
Content encoding used to handle GZIP responses.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<String,ContentEncoding> |
ContentEncodingRegistry.availableEncoders |
| Modifier and Type | Method | Description |
|---|---|---|
protected Map<String,ContentEncoding> |
ContentEncodingRegistry.getDefaultEncoders() |
This implementation adds a
GZIPEncoding and DeflateEncoding
handler to the registry. |
Copyright © 2008–2019. All rights reserved.