T - the type parameterpublic interface Request<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default CallbackHandler |
getCallBackHandler()
Gets call back handler.
|
T |
getRequestBody()
Gets request body.
|
URL |
getRequestUrl()
Gets request url.
|
default AtomicInteger |
getRetryTimes()
request send by retry some times
|
T getRequestBody()
URL getRequestUrl()
default CallbackHandler getCallBackHandler()
default AtomicInteger getRetryTimes()
Copyright © 2019 The Ant Financial. All rights reserved.