Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.VHostDTO
-
Packages that use VHostDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of VHostDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.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. websubHttpPort(Integer websubHttpPort)VHostDTOVHostDTO. websubHttpsPort(Integer websubHttpsPort)VHostDTOVHostDTO. wsPort(Integer wsPort)VHostDTOVHostDTO. wssPort(Integer wssPort)Methods in org.wso2.am.integration.clients.publisher.api.v1.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.publisher.api.v1.dto with type arguments of type VHostDTO Modifier and Type Method Description voidEnvironmentDTO. setVhosts(List<VHostDTO> vhosts)EnvironmentDTOEnvironmentDTO. vhosts(List<VHostDTO> vhosts)
-