| Package | Description |
|---|---|
| tigase.http | |
| tigase.http.api | |
| tigase.http.java | |
| tigase.http.modules |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
DeploymentInfo.addServlets(ServletInfo... servlets) |
DeploymentInfo |
DeploymentInfo.setClassLoader(ClassLoader classLoader) |
DeploymentInfo |
DeploymentInfo.setContextPath(String contextPath) |
DeploymentInfo |
DeploymentInfo.setDeploymentDescription(String description) |
DeploymentInfo |
DeploymentInfo.setDeploymentName(String name) |
DeploymentInfo |
DeploymentInfo.setService(Service service) |
DeploymentInfo |
DeploymentInfo.setVHosts(String... vhosts) |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentInfo |
HttpServerIfc.deployment() |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentInfo> |
HttpServerIfc.listDeployed() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerIfc.deploy(DeploymentInfo deployment) |
void |
HttpServerIfc.undeploy(DeploymentInfo deployment) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentInfo> |
JavaStandaloneHttpServer.listDeployed() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaStandaloneHttpServer.deploy(DeploymentInfo deployment) |
protected void |
JavaStandaloneHttpServer.deploy(com.sun.net.httpserver.HttpServer server,
DeploymentInfo info) |
void |
JavaStandaloneHttpServer.undeploy(DeploymentInfo deployment) |
protected void |
JavaStandaloneHttpServer.undeploy(com.sun.net.httpserver.HttpServer server,
DeploymentInfo info) |
| Constructor and Description |
|---|
RequestHandler(DeploymentInfo info,
JavaStandaloneHttpServer.ExecutorWithTimeout.Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<DeploymentInfo> |
IndexModule.listDeployments() |
Copyright © 2013–2021 Tigase. All rights reserved.