public class HttpResponseProxy extends Object
三种http框架的response代理类,方便提取公共方法 Created by Binary Wang on 2017-8-3.
| 构造器和说明 |
|---|
HttpResponseProxy(org.apache.http.client.methods.CloseableHttpResponse apacheHttpResponse) |
HttpResponseProxy(jodd.http.HttpResponse joddHttpResponse) |
HttpResponseProxy(okhttp3.Response okHttpResponse) |
public HttpResponseProxy(org.apache.http.client.methods.CloseableHttpResponse apacheHttpResponse)
public HttpResponseProxy(jodd.http.HttpResponse joddHttpResponse)
public HttpResponseProxy(okhttp3.Response okHttpResponse)
public String getFileName() throws WxErrorException
WxErrorExceptionpublic static String extractFileNameFromContentString(String content) throws WxErrorException
WxErrorExceptionCopyright © 2024. All rights reserved.