Uses of Class
org.wso2.am.integration.clients.admin.api.dto.VHostDTO
-
Packages that use VHostDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of VHostDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return VHostDTO Modifier and Type Method Description VHostDTOVHostDTO. host(String host)VHostDTOVHostDTO. httpContext(String httpContext)VHostDTOVHostDTO. httpPort(Integer httpPort)VHostDTOVHostDTO. httpsPort(Integer httpsPort)VHostDTOVHostDTO. wsPort(Integer wsPort)VHostDTOVHostDTO. wssPort(Integer wssPort)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type VHostDTO Modifier and Type Method Description List<VHostDTO>EnvironmentDTO. getVhosts()Get vhostsMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type VHostDTO Modifier and Type Method Description voidEnvironmentDTO. setVhosts(List<VHostDTO> vhosts)EnvironmentDTOEnvironmentDTO. vhosts(List<VHostDTO> vhosts)
-