public class ContentEncodingRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,ContentEncoding> |
availableEncoders |
Constructor and Description |
---|
ContentEncodingRegistry() |
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()
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-2014. All Rights Reserved.