Uses of Class
groovyx.net.http.ContentEncoding
-
Uses of ContentEncoding in groovyx.net.http
Subclasses of ContentEncoding in groovyx.net.httpModifier and TypeClassDescriptionclassContent encoding used to handle Deflate responses.classContent encoding used to handle GZIP responses.Fields in groovyx.net.http with type parameters of type ContentEncodingModifier and TypeFieldDescriptionprotected Map<String, ContentEncoding> ContentEncodingRegistry.availableEncodersMethods in groovyx.net.http that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionprotected Map<String, ContentEncoding> ContentEncodingRegistry.getDefaultEncoders()This implementation adds aGZIPEncodingandDeflateEncodinghandler to the registry.