public class TransportSecurity extends Object
| Constructor and Description |
|---|
TransportSecurity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHttp() |
boolean |
getHttps() |
String |
getMutualSSL() |
void |
setHttp(boolean http) |
void |
setHttps(boolean https) |
void |
setMutualSSL(String mutualSSL) |
Copyright © 2020 WSO2. All rights reserved.