public final class HttpResponseDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpResponseDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseDescriptor.Builder |
builder() |
String |
getContentAsString() |
String |
getContentEncoding() |
long |
getContentLength() |
String |
getContentType() |
org.apache.http.Header[] |
getHeaders() |
String |
getHeadersAsString() |
int |
getStatusCode() |
String |
getStatusDescription() |
URI |
getURI() |
boolean |
isChunked() |
public int getStatusCode()
public String getStatusDescription()
public String getContentAsString() throws IOException
IOExceptionpublic long getContentLength()
public String getContentEncoding()
public String getContentType()
public boolean isChunked()
public org.apache.http.Header[] getHeaders()
public String getHeadersAsString()
public URI getURI()
public static HttpResponseDescriptor.Builder builder()
Copyright © 2016. All Rights Reserved.