|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||