| 程序包 | 说明 |
|---|---|
| me.chanjar.weixin.common.util.http.okhttp |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.