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.
|
com.google.api.client.testing.http |
Beta Testing utilities used for writing tests based on this library. |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpBackOffUnsuccessfulResponseHandler |
Modifier and Type | Method | Description |
---|---|---|
HttpUnsuccessfulResponseHandler |
HttpRequest.getUnsuccessfulResponseHandler() |
Returns the HTTP unsuccessful (non-2XX) response handler or
null for none. |
Modifier and Type | Method | Description |
---|---|---|
HttpRequest |
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler unsuccessfulResponseHandler) |
Sets the HTTP unsuccessful (non-2XX) response handler or
null for none. |
Modifier and Type | Class | Description |
---|---|---|
class |
MockHttpUnsuccessfulResponseHandler |
Copyright © 2011–2019 Google. All rights reserved.