public class RpcConstants extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcConstants.ClientSuffix
Enumeration of common suffixes for RPC configuration properties.
|
protected static interface |
RpcConstants.RpcConfigLabel |
class |
RpcConstants.ServerSuffix
Enumeration of common suffixes for RPC configuration properties.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
NACOS_CLIENT_RPC |
static String |
NACOS_PEER_RPC |
static String |
NACOS_SERVER_RPC |
static String |
RPC_CLIENT_MUTUAL_AUTH |
static String |
RPC_CLIENT_TLS_CERT_CHAIN_PATH |
static String |
RPC_CLIENT_TLS_CERT_KEY |
static String |
RPC_CLIENT_TLS_CIPHERS |
static String |
RPC_CLIENT_TLS_ENABLE |
static String |
RPC_CLIENT_TLS_PROTOCOLS |
static String |
RPC_CLIENT_TLS_PROVIDER |
static String |
RPC_CLIENT_TLS_TRUST_ALL |
static String |
RPC_CLIENT_TLS_TRUST_COLLECTION_CHAIN_PATH |
static String |
RPC_CLIENT_TLS_TRUST_PWD |
| 构造器和说明 |
|---|
RpcConstants() |
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_ENABLE
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_PROVIDER
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_MUTUAL_AUTH
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_PROTOCOLS
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_CIPHERS
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_CERT_CHAIN_PATH
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_CERT_KEY
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_TRUST_PWD
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_TRUST_COLLECTION_CHAIN_PATH
@RpcConstants.RpcConfigLabel public static final String RPC_CLIENT_TLS_TRUST_ALL
Copyright © 2018–2024 Alibaba Group. All rights reserved.