public class ConnectorInfo extends Object implements Serializable
| Constructor and Description |
|---|
ConnectorInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultSslHostConfigName()
Gets the default SslHostConfig name.
|
String |
getName()
Gets the name.
|
List<SslHostConfigInfo> |
getSslHostConfigInfos()
Gets the SslHostConfig infos.
|
void |
setDefaultSslHostConfigName(String defaultSslHostConfigName)
Sets the default SslHostConfig name.
|
void |
setName(String name)
Sets the name.
|
void |
setSslHostConfigInfos(List<SslHostConfigInfo> sslHostConfigInfos)
Sets SslHostConfig infos.
|
public String getName()
public void setName(String name)
name - the new namepublic List<SslHostConfigInfo> getSslHostConfigInfos()
public void setSslHostConfigInfos(List<SslHostConfigInfo> sslHostConfigInfos)
sslHostConfigInfos - new SslHostConfig infospublic String getDefaultSslHostConfigName()
public void setDefaultSslHostConfigName(String defaultSslHostConfigName)
defaultSslHostConfigName - the new default SslHostConfig nameCopyright © 2009–2020 psi-probe. All rights reserved.