Uses of Class
tigase.http.DeploymentInfo
Packages that use DeploymentInfo
-
Uses of DeploymentInfo in tigase.http
Methods in tigase.http that return DeploymentInfoModifier and TypeMethodDescriptionDeploymentInfo.addServlets(ServletInfo... servlets) DeploymentInfo.setClassLoader(ClassLoader classLoader) DeploymentInfo.setContextPath(String contextPath) DeploymentInfo.setDeploymentDescription(String description) DeploymentInfo.setDeploymentName(String name) DeploymentInfo.setService(Service service) -
Uses of DeploymentInfo in tigase.http.api
Methods in tigase.http.api that return DeploymentInfoMethods in tigase.http.api that return types with arguments of type DeploymentInfoMethods in tigase.http.api with parameters of type DeploymentInfoModifier and TypeMethodDescriptionvoidHttpServerIfc.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 DeploymentInfoMethods in tigase.http.java with parameters of type DeploymentInfoModifier and TypeMethodDescriptionprotected voidJavaStandaloneHttpServer.deploy(HttpServer server, DeploymentInfo info) voidJavaStandaloneHttpServer.deploy(DeploymentInfo deployment) protected voidJavaStandaloneHttpServer.undeploy(HttpServer server, DeploymentInfo info) voidJavaStandaloneHttpServer.undeploy(DeploymentInfo deployment) Constructors in tigase.http.java with parameters of type DeploymentInfoModifierConstructorDescriptionRequestHandler(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