Uses of Class
groovyx.net.http.ContentEncoding
-
Uses of ContentEncoding in groovyx.net.http
Subclasses of ContentEncoding in groovyx.net.httpModifier and TypeClassDescriptionclass
Content encoding used to handle Deflate responses.class
Content encoding used to handle GZIP responses.Fields in groovyx.net.http with type parameters of type ContentEncodingModifier and TypeFieldDescriptionprotected Map
<String, ContentEncoding> ContentEncodingRegistry.availableEncoders
Methods in groovyx.net.http that return types with arguments of type ContentEncodingModifier and TypeMethodDescriptionprotected Map
<String, ContentEncoding> ContentEncodingRegistry.getDefaultEncoders()
This implementation adds aGZIPEncoding
andDeflateEncoding
handler to the registry.