public class AmqpServerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqpServerConfiguration.KeyStoreDetails
Contains keystore relate configurations.
|
static class |
AmqpServerConfiguration.NonSecureServerDetails
Contains information required to setup the non secure server socket.
|
static class |
AmqpServerConfiguration.SslServerDetails
Contains information required to setup the secured server socket.
|
static class |
AmqpServerConfiguration.TrustStoreDetails
Contains keystore relate configurations.
|
| Constructor and Description |
|---|
AmqpServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AmqpServerConfiguration.NonSecureServerDetails |
getNonSecure()
Getter for tcp.
|
AmqpServerConfiguration.SslServerDetails |
getSsl()
Getter for ssl.
|
void |
setNonSecure(AmqpServerConfiguration.NonSecureServerDetails tcp) |
void |
setSsl(AmqpServerConfiguration.SslServerDetails ssl) |
public AmqpServerConfiguration.NonSecureServerDetails getNonSecure()
public void setNonSecure(AmqpServerConfiguration.NonSecureServerDetails tcp)
public AmqpServerConfiguration.SslServerDetails getSsl()
public void setSsl(AmqpServerConfiguration.SslServerDetails ssl)
Copyright © 2017 WSO2. All rights reserved.