Package winstone
Class HostGroup
java.lang.Object
winstone.HostGroup
Manages the references to individual hosts within the container. This object handles
the mapping of ip addresses and hostnames to groups of webapps, and init and
shutdown of any hosts it manages.
- Version:
- $Id: HostGroup.java,v 1.4 2006/03/24 17:24:21 rickknowles Exp $
- Author:
- Rick Knowles
-
Constructor Summary
ConstructorDescriptionHostGroup
(org.eclipse.jetty.server.Server server, ClassLoader commonLibCL, Map<String, String> args) -
Method Summary
-
Constructor Details
-
HostGroup
public HostGroup(org.eclipse.jetty.server.Server server, ClassLoader commonLibCL, Map<String, String> args) throws IOException- Throws:
IOException
-
-
Method Details
-
getHostByName
-
initHost
protected void initHost(String hostname, ClassLoader commonLibCL, Map<String, String> args) throws IOException- Throws:
IOException
-