Uses of Class
groovyx.net.http.ContentEncoding

Uses of ContentEncoding in groovyx.net.http
 

Subclasses of ContentEncoding in groovyx.net.http
 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
protected  Map<String,ContentEncoding> ContentEncodingRegistry.availableEncoders
           
 

Methods in groovyx.net.http that return types with arguments of type ContentEncoding
protected  Map<String,ContentEncoding> ContentEncodingRegistry.getDefaultEncoders()
          This implementation adds a GZIPEncoding and DeflateEncoding handler to the registry.
 



Copyright © 2008-2009. All Rights Reserved.