public class ClientHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,okhttp3.OkHttpClient> |
clients |
| Constructor and Description |
|---|
ClientHelper() |
| Modifier and Type | Method and Description |
|---|---|
static okhttp3.OkHttpClient |
creatClient(Map<String,Object> map) |
static String |
getClientKey(String host,
int port) |
static okhttp3.OkHttpClient |
getOkHttpClient(String host,
int port,
Map<String,Object> map) |
Copyright © 2021. All rights reserved.