| Package | Description |
|---|---|
| com.jsunsoft.http |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RetryContext |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Response.readEntityChecked(Class<T> responseType)
Read the entity input stream as an instance of specified Java type using a
ResponseBodyReader. |
<T> T |
Response.readEntityChecked(TypeReference<T> responseType)
Read the entity input stream as an instance of specified Java type using a
ResponseBodyReader. |
WebTarget |
HttpRequest.retryableTarget(String uri,
RetryContext retryContext) |
WebTarget |
HttpRequest.retryableTarget(URI uri,
RetryContext retryContext) |
Copyright © 2021. All rights reserved.