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