public class RestServerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestServerConfiguration.NonSecureServerDetails
Contains information required to setup the non secure server socket.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
Namespace used in config file
|
| Constructor and Description |
|---|
RestServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RestServerConfiguration.NonSecureServerDetails |
getPlain()
Getter for tcp.
|
void |
setPlain(RestServerConfiguration.NonSecureServerDetails plain) |
public static final String NAMESPACE
public RestServerConfiguration.NonSecureServerDetails getPlain()
public void setPlain(RestServerConfiguration.NonSecureServerDetails plain)
Copyright © 2018 WSO2. All rights reserved.