| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.request | |
| com.hannesdorfmann.httpkit.threading |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.setCanceledListener(HttpRequest.CanceledListener listener)
Set the cancel
GpsStatus.Listener, that will be informed when the
HttpRequest has been canceled. |
void |
AbstractHttpRequest.setCanceledListener(HttpRequest.CanceledListener listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpTask<T>
HttpTask is a Runnable that is executed by the
HttpExecutor to retrieve or transmit data over the HTTP protocol to
the web server / web service |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTask<T>
A
HttpTask that uses apaches HttpClient for retrieving /
transmitting data from / to the web server
It supports:
Reading e-Tag< and write then to cache
charset encoding of the Content-Type Header field
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.