java.lang.Object
org.miaixz.bus.http.plugin.httpz.TextCallback
- All Implemented Interfaces:
Callback
回调处理
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Details
-
TextCallback
public TextCallback()
-
-
Method Details
-
onResponse
Description copied from interface:Callback请求成功时的回调(带请求标识)当请求成功时调用,包含请求标识以区分多个请求。
- Specified by:
onResponsein interfaceCallback- Parameters:
call- 请求调用者response- 响应信息id- 请求标识
-
onFailure
Description copied from interface:Callback请求失败时的回调(带请求标识)当请求失败时调用,包含请求标识以区分多个请求。
-
onSuccess
- Parameters:
call- 回调response- 响应信息id- 当前请求标识
-