| 程序包 | 说明 |
|---|---|
| me.chanjar.weixin.common.executor | |
| me.chanjar.weixin.common.util.http.okhttp |
| 构造器和说明 |
|---|
CommonUploadRequestExecutorOkHttpImpl(RequestHttp<okhttp3.OkHttpClient,OkHttpProxyInfo> requestHttp) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OkHttpProxyInfo |
OkHttpProxyInfo.directProxy()
Creates directProxy.
|
static OkHttpProxyInfo |
OkHttpProxyInfo.httpProxy(String proxyAddress,
int proxyPort,
String proxyUser,
String proxyPassword)
Creates HTTP proxy.
|
static OkHttpProxyInfo |
OkHttpProxyInfo.socks4Proxy(String proxyAddress,
int proxyPort,
String proxyUser)
Creates SOCKS4 proxy.
|
static OkHttpProxyInfo |
OkHttpProxyInfo.socks5Proxy(String proxyAddress,
int proxyPort,
String proxyUser,
String proxyPassword)
Creates SOCKS5 proxy.
|
Copyright © 2024. All rights reserved.