Uses of Class
com.aoindustries.aoserv.client.web.HttpdServer
-
Packages that use HttpdServer Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.web com.aoindustries.aoserv.client.web.tomcat -
-
Uses of HttpdServer in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type HttpdServer Modifier and Type Method Description List<HttpdServer>Package. getHttpdServers() -
Uses of HttpdServer in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type HttpdServer Modifier and Type Method Description List<HttpdServer>Server. getHttpdServers() -
Uses of HttpdServer in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return HttpdServer Modifier and Type Method Description HttpdServerHttpdServerTable. get(int pkey)HttpdServerHttpdBind. getHttpdServer()Methods in com.aoindustries.aoserv.client.web that return types with arguments of type HttpdServer Modifier and Type Method Description List<HttpdServer>HttpdServerTable. getHttpdServers(Package pk)List<HttpdServer>HttpdServerTable. getHttpdServers(Server ao)Methods in com.aoindustries.aoserv.client.web with parameters of type HttpdServer Modifier and Type Method Description List<VirtualHost>Site. getHttpdSiteBinds(HttpdServer server) -
Uses of HttpdServer in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type HttpdServer Modifier and Type Method Description List<Worker>WorkerTable. getHttpdWorkers(HttpdServer server)
-