public interface WebServer
Modifier and Type | Method and Description |
---|---|
void |
addConnector(org.apache.catalina.connector.Connector connector)
Add a connector.
|
void |
addHost(org.apache.catalina.Host host)
Add a virtual host.
|
org.apache.catalina.core.StandardServer |
getServer()
return the server (StandardServer)
|
org.apache.catalina.core.StandardService |
getService()
return the service (StandardService)
|
void |
removeConnector(org.apache.catalina.connector.Connector connector)
Remove connector.
|
void |
removeHost(org.apache.catalina.Host host)
Remove a virtual host.
|
void addConnector(org.apache.catalina.connector.Connector connector)
connector
- the connectorvoid removeConnector(org.apache.catalina.connector.Connector connector)
connector
- the connectorvoid addHost(org.apache.catalina.Host host)
host
- the virtual hostvoid removeHost(org.apache.catalina.Host host)
host
- the virtual hostorg.apache.catalina.core.StandardServer getServer()
org.apache.catalina.core.StandardService getService()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.