| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
VHostDTO |
VHostDTO.host(String host) |
VHostDTO |
VHostDTO.httpContext(String httpContext) |
VHostDTO |
VHostDTO.httpPort(Integer httpPort) |
VHostDTO |
VHostDTO.httpsPort(Integer httpsPort) |
VHostDTO |
VHostDTO.wsPort(Integer wsPort) |
VHostDTO |
VHostDTO.wssPort(Integer wssPort) |
| Modifier and Type | Method and Description |
|---|---|
List<VHostDTO> |
EnvironmentDTO.getVhosts()
Get vhosts
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentDTO.setVhosts(List<VHostDTO> vhosts) |
EnvironmentDTO |
EnvironmentDTO.vhosts(List<VHostDTO> vhosts) |
Copyright © 2021 WSO2 Inc. All rights reserved.