public interface IORequest<V>
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_CANCELLED |
static int |
STATUS_INCOMPLETE |
static int |
STATUS_NOT_HTTP |
static int |
STATUS_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
int |
getStatusCode() |
String |
getStatusText() |
StringTo.Many<String> |
headers() |
boolean |
isPending() |
boolean |
isSuccess() |
V |
response() |
static final int STATUS_NOT_HTTP
static final int STATUS_CANCELLED
static final int STATUS_INCOMPLETE
static final int STATUS_UNKNOWN
boolean isPending()
boolean isSuccess()
void cancel()
V response()
StringTo.Many<String> headers()
int getStatusCode()
String getStatusText()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.