Uses of Class
org.restlet.VirtualHost

Packages that use VirtualHost
org.restlet Core classes of the API. 
 

Uses of VirtualHost in org.restlet
 

Methods in org.restlet that return VirtualHost
 VirtualHost Component.getDefaultHost()
          Returns the default virtual host.
 

Methods in org.restlet that return types with arguments of type VirtualHost
 java.util.List<VirtualHost> Component.getHosts()
          Returns the modifiable list of virtual hosts.
 

Methods in org.restlet with parameters of type VirtualHost
 void Component.setDefaultHost(VirtualHost defaultHost)
          Sets the default virtual host.
 

Method parameters in org.restlet with type arguments of type VirtualHost
 void Component.setHosts(java.util.List<VirtualHost> hosts)
          Sets the modifiable list of virtual hosts.
 



Copyright © 2005-2008 Noelios Technologies.