Uses of Class
com.jayway.restassured.internal.http.ContentEncoding

Packages that use ContentEncoding
com.jayway.restassured.internal.http   
 

Uses of ContentEncoding in com.jayway.restassured.internal.http
 

Subclasses of ContentEncoding in com.jayway.restassured.internal.http
 class DeflateEncoding
          Content encoding used to handle Deflate responses.
 class GZIPEncoding
          Content encoding used to handle GZIP responses.
 

Fields in com.jayway.restassured.internal.http with type parameters of type ContentEncoding
protected  Map<String,ContentEncoding> ContentEncodingRegistry.availableEncoders
           
 

Methods in com.jayway.restassured.internal.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 © 2010-2012. All Rights Reserved.