| Package | Description |
|---|---|
| com.google.api.client.http |
Subset of HTTP 1.1 needed from the specification in
RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseException |
HttpResponseException.Builder.setContent(String
Sets the HTTP response content or
null for none.
|
HttpResponseException |
HttpResponseException.Builder.setHeaders(HttpHeaders
Sets the HTTP response headers.
|
HttpResponseException |
HttpResponseException.Builder.setMessage(String
Sets the detail message to use or
null for none.
|
HttpResponseException |
HttpResponseException.Builder.setStatusCode(int statusCode)
Sets the HTTP status code or
0 for none.
|
HttpResponseException |
HttpResponseException.Builder.setStatusMessage(String
Sets the HTTP status message or
null for none.
|
| Constructor and Description | |
|---|---|
HttpResponseException(HttpResponseException
|