public class ApiGatewayConfig extends Object
| 构造器和说明 |
|---|
ApiGatewayConfig(int clientType) |
ApiGatewayConfig(int clientType,
String port) |
ApiGatewayConfig(int clientType,
String host,
String port) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiGwPriKeyFile() |
int |
getClientType() |
int |
getEncType() |
String |
getHost() |
String |
getMyPriKeyFile() |
String |
getMyPriKeyPwd() |
String |
getMyPubKeyFile() |
String |
getPort() |
long |
getPwdUpdateInterval() |
boolean |
isDebug() |
boolean |
isDownSsl() |
boolean |
isUpSsl() |
void |
setApiGwPriKeyFile(String apiGwPriKeyFile) |
void |
setClientType(int clientType) |
void |
setDebug(boolean debug) |
void |
setDownSsl(boolean downSsl) |
void |
setEncType(int encType) |
void |
setHost(String host) |
void |
setMyPriKeyFile(String myPriKeyFile) |
void |
setMyPriKeyPwd(String myPriKeyPwd) |
void |
setMyPubKeyFile(String myPubKeyFile) |
void |
setPort(String port) |
void |
setPwdUpdateInterval(long pwdUpdateInterval) |
void |
setUpSsl(boolean upSsl) |
public ApiGatewayConfig(int clientType)
public ApiGatewayConfig(int clientType,
String port)
public String getHost()
public void setHost(String host)
public void setPort(String port)
public int getClientType()
public void setClientType(int clientType)
public String getPort()
public boolean isDebug()
public void setDebug(boolean debug)
public long getPwdUpdateInterval()
public void setPwdUpdateInterval(long pwdUpdateInterval)
public boolean isUpSsl()
public void setUpSsl(boolean upSsl)
public boolean isDownSsl()
public void setDownSsl(boolean downSsl)
public int getEncType()
public void setEncType(int encType)
public String getMyPriKeyFile()
public void setMyPriKeyFile(String myPriKeyFile)
public String getMyPubKeyFile()
public void setMyPubKeyFile(String myPubKeyFile)
public String getApiGwPriKeyFile()
public void setApiGwPriKeyFile(String apiGwPriKeyFile)
public String getMyPriKeyPwd()
public void setMyPriKeyPwd(String myPriKeyPwd)
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.