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 and Description |
---|---|
class |
HttpBackOffUnsuccessfulResponseHandler
|
Modifier and Type | Method and Description |
---|---|
HttpUnsuccessfulResponseHandler |
HttpRequest.getUnsuccessfulResponseHandler()
Returns the HTTP unsuccessful (non-2XX) response handler or
null for none. |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler unsuccessfulResponseHandler)
Sets the HTTP unsuccessful (non-2XX) response handler or
null for none. |
Modifier and Type | Class and Description |
---|---|
class |
MockHttpUnsuccessfulResponseHandler
|
Copyright © 2011–2023 Google. All rights reserved.