| Package | Description |
|---|---|
| com.aliyun.mns.common.comm | |
| com.aliyun.mns.common.http | |
| com.aliyun.mns.common.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseHandler.handle(ResponseMessage responseData)
处理返回的结果
|
abstract boolean |
RetryStrategy.shouldRetry(Exception ex,
RequestMessage request,
ResponseMessage response,
int retries) |
boolean |
NoRetryStrategy.shouldRetry(Exception ex,
RequestMessage request,
ResponseMessage response,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
HttpCallback.getResponseMessage() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
ExceptionResultParser.parse(ResponseMessage response) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JAXBResultParser.parse(ResponseMessage response) |
T |
ResultParser.parse(ResponseMessage response)
Converts the result from stream to a java object.
|
Copyright © 2024. All Rights Reserved.