public class AbstractRTSService extends Object
Constructor and Description |
---|
AbstractRTSService() |
Modifier and Type | Method and Description |
---|---|
protected void |
deployServlet(io.undertow.servlet.api.DeploymentInfo deploymentInfo) |
protected String |
getBaseUrl() |
protected io.undertow.servlet.api.DeploymentInfo |
getDeploymentInfo(String name,
String contextPath,
Map<String,String> initialParameters) |
org.jboss.msc.value.InjectedValue<Host> |
getInjectedHost() |
org.jboss.msc.value.InjectedValue<org.jboss.as.network.SocketBinding> |
getInjectedSocketBinding() |
protected void |
undeployServlet() |
public org.jboss.msc.value.InjectedValue<Host> getInjectedHost()
public org.jboss.msc.value.InjectedValue<org.jboss.as.network.SocketBinding> getInjectedSocketBinding()
protected io.undertow.servlet.api.DeploymentInfo getDeploymentInfo(String name, String contextPath, Map<String,String> initialParameters)
protected void deployServlet(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
protected void undeployServlet()
protected String getBaseUrl()
Copyright © 2016 JBoss by Red Hat. All rights reserved.