| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…managedhttpjsonchannel
Codecov Report
@@ Coverage Diff @@
## gax-httpjson #363 +/- ##
==================================================
- Coverage 76.65% 67.73% -8.93%
- Complexity 494 535 +41
==================================================
Files 114 135 +21
Lines 2540 3065 +525
Branches 185 215 +30
==================================================
+ Hits 1947 2076 +129
- Misses 522 908 +386
- Partials 71 81 +10
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
PTAL. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| int statusCode; | ||
| boolean canRetry; | ||
| String message = null; | ||
| // TODO implement this for http-json |
| // } | ||
| StatusCode responseCode = ((HttpJsonApiException) prevThrowable).getStatusCode(); | ||
| if (prevThrowable != null | ||
| && responseCode.equals(HttpJsonStatusCode.of(STATUS_CODE_DEADLINE_EXCEEDED))) { |
Exception handling and retry logic for http calls.
Exception handling and retry logic for http calls.
Exception handling and retry logic for http calls.
correct license on MockHttpService remove unused de/serialization methods in ApiMethodDescriptor comments comments for MockHttpService Bootstrapping gax-httpjson (googleapis#355) Http implementation (googleapis#361) Starting implementation for HTTP/JSON. This was tested by using the surface generated from https://github.com/googleapis/toolkit/tree/discogapic to list, get, insert, and delete Compute Address resources in a live Google Cloud project. Retry and failure-handling logic for http-json (googleapis#363) Exception handling and retry logic for http calls. Merge master (googleapis#364) Merge in updates from the master branch. new HttpApiExceptionFactory that uses googleapis/rpc/code.proto to map http status codes to wrapper exception types RetryTest passes removed HttpJsonApiException.java no longer need to check status code when catching specific apiexception ??? removed unused file adding Struct class comments moving ResourceName stuff to ApiMessage pushing ResourceNameStruct into ApiMethodDescriptor and out of ApiMessage add license getFieldValue() updated remove resourcenamestruct and replace with new resourcenamefactory class; this depends on api-common PR formatting apimessage.getFieldSTringValue doesn't throw IOException ResourseNameFactory uses parse() instead of parseFrom() no need to declare throws IllegalArgumentException" setSerializer->setMethodDescriptor fix license header
| Back | FazBrowse Home | New Git URL |
Exception handling and retry logic for http calls.
Blocked on #361.