public class HttpResponse extends HttpMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpResponse.Builder
Represents the builder of HTTP response message
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_PERM_REDIRECT |
static int |
HTTP_TEMP_REDIRECT |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol() |
String |
getReasonPhrase() |
int |
getStatusCode() |
boolean |
isRedirect() |
boolean |
isSuccessful() |
HttpResponse.Builder |
newBuilder() |
getEntity, getHeader, getHeaders, getHeaderspublic static final int HTTP_TEMP_REDIRECT
public static final int HTTP_PERM_REDIRECT
public String getProtocol()
public int getStatusCode()
public String getReasonPhrase()
public boolean isSuccessful()
public boolean isRedirect()
public HttpResponse.Builder newBuilder()
newBuilder in class HttpMessageCopyright © 2015–2017 SDKLite. All rights reserved.