public interface HttpResponse
| Modifier and Type | Field and Description |
|---|---|
static int |
RESPONSE_CODE_OK |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentAsString() |
String |
getReason() |
int |
getStatusCode() |
boolean |
isStatusOK() |
static final int RESPONSE_CODE_OK
Copyright © 2015. All rights reserved.