public class ContentEncodingRegistry extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<String,ContentEncoding> |
availableEncoders |
| Constructor | Description |
|---|---|
ContentEncodingRegistry() |
| Modifier and Type | Method | Description |
|---|---|---|
protected Map<String,ContentEncoding> |
getDefaultEncoders() |
This implementation adds a
GZIPEncoding and DeflateEncoding
handler to the registry. |
protected Map<String,ContentEncoding> availableEncoders
protected Map<String,ContentEncoding> getDefaultEncoders()
GZIPEncoding and DeflateEncoding
handler to the registry. Override this method to provide a different set
of defaults.ContentEncoding handlers.Copyright © 2008–2019. All rights reserved.