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 classDeflateEncodingContent encoding used to handle Deflate responses.classGZIPEncodingContent encoding used to handle GZIP responses.Fields in groovyx.net.http with type parameters of type ContentEncoding Modifier and Type Field Description protected java.util.Map<java.lang.String,ContentEncoding>ContentEncodingRegistry. availableEncodersMethods in groovyx.net.http that return types with arguments of type ContentEncoding Modifier and Type Method Description protected java.util.Map<java.lang.String,ContentEncoding>ContentEncodingRegistry. getDefaultEncoders()This implementation adds aGZIPEncodingandDeflateEncodinghandler to the registry.
-