Class OkHttpClientAdapter
java.lang.Object
com.wechat.pay.java.core.http.AbstractHttpClient
com.wechat.pay.java.core.http.okhttp.OkHttpClientAdapter
- All Implemented Interfaces:
HttpClient
OkHttp请求客户端
-
Field Summary
Fields inherited from class com.wechat.pay.java.core.http.AbstractHttpClient
credential, validator -
Constructor Summary
ConstructorsConstructorDescriptionOkHttpClientAdapter(Credential credential, Validator validator, okhttp3.OkHttpClient client) -
Method Summary
Modifier and TypeMethodDescriptionprotected String获取http客户端信息,用于User-Agent。 格式:客户端名称/版本 示例:okhttp3/4.9.3protected InputStreaminnerDownload(HttpRequest httpRequest) innerExecute(HttpRequest wechatPayRequest) Methods inherited from class com.wechat.pay.java.core.http.AbstractHttpClient
download, execute, isInvalidHttpCode
-
Constructor Details
-
OkHttpClientAdapter
-
-
Method Details
-
getHttpClientInfo
Description copied from class:AbstractHttpClient获取http客户端信息,用于User-Agent。 格式:客户端名称/版本 示例:okhttp3/4.9.3- Specified by:
getHttpClientInfoin classAbstractHttpClient- Returns:
- 客户端信息
-
innerExecute
- Specified by:
innerExecutein classAbstractHttpClient
-
innerDownload
- Specified by:
innerDownloadin classAbstractHttpClient
-