Uses of Class
com.caucho.server.host.Host

Packages that use Host
com.caucho.server.cluster   
com.caucho.server.host   
com.caucho.server.webapp   
 

Uses of Host in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return Host
 Host Server.getHost(java.lang.String hostName, int port)
          Returns the matching servlet pattern for a URL.
 

Uses of Host in com.caucho.server.host
 

Methods in com.caucho.server.host that return Host
protected  Host HostAdmin.getHost()
          Returns the host.
 Host Host.getHost()
          Returns the host (as an webApp container)
 Host HostContainer.getHost(java.lang.String hostName, int port)
          Returns the matching host.
static Host Host.getLocal()
          Returns the local host.
protected  Host HostController.instantiateDeployInstance()
          Creates a new instance of the host object.
 

Methods in com.caucho.server.host with parameters of type Host
protected  void HostController.configureInstance(Host host)
          Creates the host.
 

Uses of Host in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return Host
 Host WebAppController.getHost()
          Returns the containing host.
 Host WebAppContainer.getHost()
          Returns the owning host.