Package org.jboss.as.web.host
Interface CommonWebServer
-
public interface CommonWebServer- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.capability.RuntimeCapability<Void>CAPABILITYstatic StringCAPABILITY_NAMEstatic org.jboss.msc.service.ServiceNameSERVICE_NAMEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPort(String protocol, boolean secure)
-
-
-
Field Detail
-
SERVICE_NAME
@Deprecated static final org.jboss.msc.service.ServiceName SERVICE_NAME
Deprecated.
-
CAPABILITY_NAME
static final String CAPABILITY_NAME
- See Also:
- Constant Field Values
-
CAPABILITY
static final org.jboss.as.controller.capability.RuntimeCapability<Void> CAPABILITY
-
-
Method Detail
-
getPort
int getPort(String protocol, boolean secure)
-
-