public class ServerAddresses
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bdServerAddress
Server URL for statistics data.
|
SymmetryType |
commEnca
Communication encryption algorithm {1(RC4), 2(AES128), 4(SM4)}.
|
int |
dedicatedClusteFlag
Check if it is an exclusive cluster.
|
java.lang.String |
defaultLink
Default IM link server URL.
|
java.util.List<java.lang.String> |
defaultLinkBackup
Standby IM link server URL.
|
NimHandshakeType |
handshakeType
Handshake protocol field
|
IPVersion |
ipProtocolVersion
IP protocol version.
|
java.lang.String |
lbs
IM LBS server URL used to obtain IM link URL
Enter an HTTP/HTTPS URL
|
java.util.List<java.lang.String> |
lbsBackup
Standby IM LBS server URL used to obtain IM link URL
Enter an HTTP/HTTPS URL
|
java.lang.String |
linkIpv6
The default IPv6 address
|
java.lang.String |
module
Public key parameter 1 rsaModulus used to connect to CommsEase servers over the encrypted data channel.
|
java.lang.String |
negoKeyEncaKeyParta
BigNumHex string without 0x RSA: EXP, SM2: Y is required if part A of the key is custom.
|
java.lang.String |
negoKeyEncaKeyPartb
BigNumHex string without 0x RSA: EXP, SM2: Y is required if part B of the key is custom.
|
int |
negoKeyEncaKeyVersion
Required when the key version of the Key Exchange protocol is custom
|
AsymmetricType |
negoKeyNeca
Encryption algorithm for Key Exchange protocol {1(RSA),2(SM2)}, def:1(RSA) asymmetric encryption
|
java.lang.String |
nosAccess
NOS acceleration domain name/address, used to replace nosDownload in NOS download URL.
|
boolean |
nosCdnEnable
Specify whether to use CDN domain name for NOS download first
|
java.lang.String |
nosDownload
The host of the NOS download address is used to concatenate the final URL address for downloads.
|
java.util.Set<java.lang.String> |
nosDownloadSet
Each element is a
Pair object that consists of the NOS download address and the evaluation result of whether the bucket name is in the host. |
java.lang.String |
nosDownloadUrlFormat
[Added in v4.6.0] NOS download address concatenation template used to concatenate the final download address.
|
boolean |
nosSupportHttps
Specify whether NOS uploads support HTTPS.
|
java.lang.String |
nosUpload
NOS upload server host address.
|
java.lang.String |
nosUploadDefaultLink
The default link server URL for NOS upload.
|
java.lang.String |
nosUploadLbs
LBS server URL for NOS upload.
|
java.lang.String |
ntServerAddress
Server URL for exceptions statistics.
|
java.lang.String |
probeIpv4Url
The URL used to detect the IPv4 address type, applied if IPProtVersion == 2
|
java.lang.String |
probeIpv6Url
The URL used to detect the IPv6 address type, applied when IPProtVersion == 2.
|
int |
publicKeyVersion
The version number of the public key used to connect to CommsEase servers in the encrypted data channel.
|
boolean |
test
Check if it is a testing server
|
Constructor and Description |
---|
ServerAddresses() |
public java.lang.String module
public int publicKeyVersion
public java.lang.String lbs
lbsBackup
public java.util.List<java.lang.String> lbsBackup
lbs
public java.lang.String defaultLink
public java.util.List<java.lang.String> defaultLinkBackup
public java.lang.String nosUploadLbs
public java.lang.String nosUploadDefaultLink
public java.lang.String nosUpload
public boolean nosSupportHttps
public java.lang.String nosDownloadUrlFormat
public java.lang.String nosDownload
public java.lang.String nosAccess
public java.lang.String ntServerAddress
public java.lang.String bdServerAddress
public boolean test
public int dedicatedClusteFlag
public AsymmetricType negoKeyNeca
public int negoKeyEncaKeyVersion
public java.lang.String negoKeyEncaKeyParta
public java.lang.String negoKeyEncaKeyPartb
public SymmetryType commEnca
public java.lang.String linkIpv6
public IPVersion ipProtocolVersion
public java.lang.String probeIpv4Url
public java.lang.String probeIpv6Url
public NimHandshakeType handshakeType
public boolean nosCdnEnable
public java.util.Set<java.lang.String> nosDownloadSet
Pair
object that consists of the NOS download address and the evaluation result of whether the bucket name is in the host.
For example, new Pair("nim.nos.netease.com", true) and new Pair("nos.netease.com/nim", false).