Uses of Class
tigase.http.DeploymentInfo
-
Packages that use DeploymentInfo Package Description tigase.http tigase.http.api tigase.http.java tigase.http.modules -
-
Uses of DeploymentInfo in tigase.http
Methods in tigase.http that return DeploymentInfo Modifier and Type Method Description DeploymentInfoDeploymentInfo. addServlets(ServletInfo... servlets)DeploymentInfoDeploymentInfo. setClassLoader(java.lang.ClassLoader classLoader)DeploymentInfoDeploymentInfo. setContextPath(java.lang.String contextPath)DeploymentInfoDeploymentInfo. setDeploymentDescription(java.lang.String description)DeploymentInfoDeploymentInfo. setDeploymentName(java.lang.String name)DeploymentInfoDeploymentInfo. setService(Service service)DeploymentInfoDeploymentInfo. setVHosts(java.lang.String... vhosts) -
Uses of DeploymentInfo in tigase.http.api
Methods in tigase.http.api that return DeploymentInfo Modifier and Type Method Description default DeploymentInfoHttpServerIfc. deployment()Methods in tigase.http.api that return types with arguments of type DeploymentInfo Modifier and Type Method Description java.util.List<DeploymentInfo>HttpServerIfc. listDeployed()Methods in tigase.http.api with parameters of type DeploymentInfo Modifier and Type Method Description voidHttpServerIfc. deploy(DeploymentInfo deployment)voidHttpServerIfc. undeploy(DeploymentInfo deployment) -
Uses of DeploymentInfo in tigase.http.java
Methods in tigase.http.java that return types with arguments of type DeploymentInfo Modifier and Type Method Description java.util.List<DeploymentInfo>JavaStandaloneHttpServer. listDeployed()Methods in tigase.http.java with parameters of type DeploymentInfo Modifier and Type Method Description protected voidJavaStandaloneHttpServer. deploy(com.sun.net.httpserver.HttpServer server, DeploymentInfo info)voidJavaStandaloneHttpServer. deploy(DeploymentInfo deployment)protected voidJavaStandaloneHttpServer. undeploy(com.sun.net.httpserver.HttpServer server, DeploymentInfo info)voidJavaStandaloneHttpServer. undeploy(DeploymentInfo deployment)Constructors in tigase.http.java with parameters of type DeploymentInfo Constructor Description RequestHandler(JavaStandaloneHttpServer server, DeploymentInfo info, JavaStandaloneHttpServer.ExecutorWithTimeout.Timer timer) -
Uses of DeploymentInfo in tigase.http.modules
Methods in tigase.http.modules that return types with arguments of type DeploymentInfo Modifier and Type Method Description protected java.util.List<DeploymentInfo>IndexModule. listDeployments()
-