Uses of Class
org.restlet.routing.VirtualHost
Packages that use VirtualHost
Package
Description
Core classes of the Restlet API.
Supports Restlet components.
-
Uses of VirtualHost in org.restlet
Methods in org.restlet that return VirtualHostMethods in org.restlet that return types with arguments of type VirtualHostModifier and TypeMethodDescriptionComponent.getHosts()Returns the modifiable list of virtual hosts.Methods in org.restlet with parameters of type VirtualHostModifier and TypeMethodDescriptionvoidComponent.setDefaultHost(VirtualHost defaultHost) Sets the default virtual host.Method parameters in org.restlet with type arguments of type VirtualHostModifier and TypeMethodDescriptionvoidComponent.setHosts(List<VirtualHost> hosts) Sets the modifiable list of virtual hosts. -
Uses of VirtualHost in org.restlet.engine.component
Methods in org.restlet.engine.component that return VirtualHostMethods in org.restlet.engine.component with parameters of type VirtualHostModifier and TypeMethodDescriptionvoidHostRoute.setNext(VirtualHost next) Sets the next virtual host.Constructors in org.restlet.engine.component with parameters of type VirtualHost