| Class | Description |
|---|---|
| AcceptGZipRequestInterceptor |
This
HttpRequestInterceptor is responsible to add the http header:
"Accept-Encoding: gzip" for every outgoing http request |
| GZipResponseInterceptor |
An
HttpResponseInterceptor that handles gzip compressed responses |
| HttpDeleteWithBody |
This class do a HTTP DELETE Request by sending the data as part of the http
body / entity
|
| PersistentCookieStore |
A persistent cookie store which implements the Apache HttpClient
CookieStore interface. |
| RetryHandler | |
| SerializableCookie |
Copyright © 2015 Hannes Dorfmann. All rights reserved.