public static class AmqpServerConfiguration.SslServerDetails extends Object
| Constructor and Description |
|---|
SslServerDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
AmqpServerConfiguration.KeyStoreDetails |
getKeyStore()
Getter for keyStore.
|
String |
getPort() |
AmqpServerConfiguration.TrustStoreDetails |
getTrustStore()
Getter for trustStore.
|
void |
setHostName(String hostName) |
void |
setKeyStore(AmqpServerConfiguration.KeyStoreDetails keyStore) |
void |
setPort(String port) |
void |
setTrustStore(AmqpServerConfiguration.TrustStoreDetails trustStore) |
public String getHostName()
public void setHostName(String hostName)
public String getPort()
public void setPort(String port)
public AmqpServerConfiguration.KeyStoreDetails getKeyStore()
public void setKeyStore(AmqpServerConfiguration.KeyStoreDetails keyStore)
public AmqpServerConfiguration.TrustStoreDetails getTrustStore()
public void setTrustStore(AmqpServerConfiguration.TrustStoreDetails trustStore)
Copyright © 2017 WSO2. All rights reserved.