Package org.miaixz.bus.http.plugin.httpz
Class TextCallback
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- 当前请求标识
-