Uses of Class
org.restlet.routing.VirtualHost
-
Packages that use VirtualHost Package Description org.restlet Core classes of the API. -
-
Uses of VirtualHost in org.restlet
Methods in org.restlet that return VirtualHost Modifier and Type Method Description VirtualHost
Component. getDefaultHost()
Returns the default virtual host.Methods in org.restlet that return types with arguments of type VirtualHost Modifier and Type Method Description java.util.List<VirtualHost>
Component. getHosts()
Returns the modifiable list of virtual hosts.Methods in org.restlet with parameters of type VirtualHost Modifier and Type Method Description void
Component. setDefaultHost(VirtualHost defaultHost)
Sets the default virtual host.Method parameters in org.restlet with type arguments of type VirtualHost Modifier and Type Method Description void
Component. setHosts(java.util.List<VirtualHost> hosts)
Sets the modifiable list of virtual hosts.
-