public class ContentEncodingRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,ContentEncoding> |
availableEncoders |
Constructor and Description |
---|
ContentEncodingRegistry(DecoderConfig decoderConfig) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ContentEncoding> |
getDefaultEncoders()
This implementation adds a
GZIPEncoding and DeflateEncoding
handler to the registry. |
protected Map<String,ContentEncoding> availableEncoders
public ContentEncodingRegistry(DecoderConfig decoderConfig)
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 © 2010–2020. All rights reserved.