public class MaterialVoiceAndImageDownloadRequestExecutor extends AbstractRequestExecutor<InputStream,String>
| 构造器和说明 |
|---|
MaterialVoiceAndImageDownloadRequestExecutor() |
MaterialVoiceAndImageDownloadRequestExecutor(File tmpDirFile) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
executeApache(org.apache.http.impl.client.CloseableHttpClient httpclient,
org.apache.http.HttpHost httpProxy,
String uri,
String materialId) |
InputStream |
executeJodd(jodd.http.HttpConnectionProvider provider,
jodd.http.ProxyInfo proxyInfo,
String uri,
String materialId) |
InputStream |
executeOkhttp(okhttp3.ConnectionPool pool,
OkhttpProxyInfo proxyInfo,
String uri,
String materialId) |
executepublic MaterialVoiceAndImageDownloadRequestExecutor()
public MaterialVoiceAndImageDownloadRequestExecutor(File tmpDirFile)
public InputStream executeJodd(jodd.http.HttpConnectionProvider provider, jodd.http.ProxyInfo proxyInfo, String uri, String materialId) throws WxErrorException, IOException
public InputStream executeOkhttp(okhttp3.ConnectionPool pool, OkhttpProxyInfo proxyInfo, String uri, String materialId) throws WxErrorException, IOException
public InputStream executeApache(org.apache.http.impl.client.CloseableHttpClient httpclient, org.apache.http.HttpHost httpProxy, String uri, String materialId) throws WxErrorException, IOException
Copyright © 2017. All rights reserved.