public interface HttpServerIfc
extends tigase.kernel.beans.RegistrarBean
| Modifier and Type | Field and Description |
|---|---|
static int |
DEF_HTTP_PORT_VAL |
static String |
HTTP_PORT_KEY
Deprecated.
|
static String |
HTTP_PORTS_KEY |
static String |
PORT_DOMAIN_KEY |
static String |
PORT_SOCKET_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeploymentInfo deployment) |
default DeploymentInfo |
deployment() |
List<Integer> |
getHTTPPorts() |
List<Integer> |
getHTTPSPorts() |
List<DeploymentInfo> |
listDeployed() |
default ServletInfo |
servlet(String name,
Class<? extends javax.servlet.http.HttpServlet> servletClass) |
void |
undeploy(DeploymentInfo deployment) |
@Deprecated static final String HTTP_PORT_KEY
static final String HTTP_PORTS_KEY
static final int DEF_HTTP_PORT_VAL
static final String PORT_SOCKET_KEY
static final String PORT_DOMAIN_KEY
List<DeploymentInfo> listDeployed()
void deploy(DeploymentInfo deployment)
void undeploy(DeploymentInfo deployment)
default DeploymentInfo deployment()
default ServletInfo servlet(String name, Class<? extends javax.servlet.http.HttpServlet> servletClass)
Copyright © 2013–2021 Tigase. All rights reserved.