Uses of Class
groovyx.net.http.ContentEncoding
-
-
Uses of ContentEncoding in groovyx.net.http
Subclasses of ContentEncoding in groovyx.net.http Modifier and Type Class Description class
DeflateEncoding
Content encoding used to handle Deflate responses.class
GZIPEncoding
Content encoding used to handle GZIP responses.Fields in groovyx.net.http with type parameters of type ContentEncoding Modifier and Type Field Description protected Map<String,ContentEncoding>
ContentEncodingRegistry. availableEncoders
Methods in groovyx.net.http that return types with arguments of type ContentEncoding Modifier and Type Method Description protected Map<String,ContentEncoding>
ContentEncodingRegistry. getDefaultEncoders()
This implementation adds aGZIPEncoding
andDeflateEncoding
handler to the registry.
-