public class Configuration
extends java.lang.Object
ConfigurationManager,
服务端 SDK 配置| 构造器和说明 |
|---|
Configuration() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getAuthServerUrl()
Gets the auth server url.
|
java.lang.String |
getNetworkProxy()
Gets the network proxy.
|
java.lang.Integer |
getNetworkTimeout()
Gets the network timeout.
|
java.lang.String |
getServerHost()
Gets the server host.
|
java.lang.String |
getTunnelServerUrl()
Gets the tunnel server url.
|
java.lang.String |
getTunnelSignatureKey()
Gets the tunnel signature key.
|
void |
setAuthServerUrl(java.lang.String authServerUrl)
Sets the auth server url.
|
void |
setNetworkProxy(java.lang.String networkProxy)
Sets the network proxy.
|
void |
setNetworkTimeout(java.lang.Integer networkTimeout)
Sets the network timeout.
|
void |
setServerHost(java.lang.String serverHost)
Sets the server host.
|
void |
setTunnelServerUrl(java.lang.String tunnelServerUrl)
Sets the tunnel server url.
|
void |
setTunnelSignatureKey(java.lang.String tunnelSignatureKey)
Sets the tunnel signature key.
|
public java.lang.String getServerHost()
public void setServerHost(java.lang.String serverHost)
serverHost - the new server hostpublic java.lang.String getAuthServerUrl()
public void setAuthServerUrl(java.lang.String authServerUrl)
authServerUrl - the new auth server urlpublic java.lang.String getTunnelServerUrl()
public void setTunnelServerUrl(java.lang.String tunnelServerUrl)
tunnelServerUrl - the new tunnel server urlpublic java.lang.String getTunnelSignatureKey()
public void setTunnelSignatureKey(java.lang.String tunnelSignatureKey)
tunnelSignatureKey - the new tunnel signature keypublic java.lang.String getNetworkProxy()
public void setNetworkProxy(java.lang.String networkProxy)
networkProxy - the new network proxypublic java.lang.Integer getNetworkTimeout()
public void setNetworkTimeout(java.lang.Integer networkTimeout)
networkTimeout - the new network timeout