public class RpcConfigs extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CLI_SSL_ENABLE
Whether to enable client SSL support, default is false(disabled).
|
static String |
CLI_SSL_KEYSTORE
Client SSL keystore file path
|
static String |
CLI_SSL_KEYSTORE_PASS
Client SSL keystore password
|
static String |
CLI_SSL_KEYTSTORE_YPE
Client SSL keystore type, JKS pkcs12 for example.
|
static String |
CLI_SSL_TMF_ALGO
Client SSL TrustManagerFactory algorithm.
|
static String |
CONNECT_TIMEOUT_KEY
Connection timeout key in url.
|
static String |
CONNECTION_NUM_KEY
Connection number key of each address
|
static String |
CONNECTION_WARMUP_KEY
whether need to warm up connections
|
static String |
DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR
Whether to dispatch message list in default executor.
|
static String |
DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR_DEFAULT |
static String |
SRV_SSL_ENABLE
Whether to enable server SSL support, default is false(disabled).
|
static String |
SRV_SSL_KEYSTORE
Server SSL keystore file path
|
static String |
SRV_SSL_KEYSTORE_PASS
Server SSL keystore password
|
static String |
SRV_SSL_KEYTSTORE_YPE
Server SSL keystore type, JKS or pkcs12 for example.
|
static String |
SRV_SSL_KMF_ALGO
Server SSL KeyManagerFactory algorithm.
|
static String |
SRV_SSL_NEED_CLIENT_AUTH
Whether to enable server SSL client auth, default is false(disabled).
|
static String |
URL_PROTOCOL
Protocol key in url.
|
static String |
URL_VERSION
Version key in url.
|
| 构造器和说明 |
|---|
RpcConfigs() |
public static final String CONNECT_TIMEOUT_KEY
public static final String CONNECTION_NUM_KEY
public static final String CONNECTION_WARMUP_KEY
public static final String DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR
public static final String DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR_DEFAULT
public static final String SRV_SSL_ENABLE
public static final String SRV_SSL_NEED_CLIENT_AUTH
public static final String SRV_SSL_KEYSTORE
public static final String SRV_SSL_KEYSTORE_PASS
public static final String SRV_SSL_KEYTSTORE_YPE
public static final String SRV_SSL_KMF_ALGO
public static final String CLI_SSL_ENABLE
public static final String CLI_SSL_KEYSTORE
public static final String CLI_SSL_KEYSTORE_PASS
public static final String CLI_SSL_KEYTSTORE_YPE
Copyright © 2020. All rights reserved.