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