Uses of Class
org.restlet.routing.VirtualHost
-
Packages that use VirtualHost Package Description org.restlet Core classes of the API.org.restlet.engine.component Supports Restlet components.org.restlet.ext.wadl Support the WADL specification. -
-
Uses of VirtualHost in org.restlet
Fields in org.restlet declared as VirtualHost Modifier and Type Field Description private VirtualHostComponent. defaultHostThe default host.Fields in org.restlet with type parameters of type VirtualHost Modifier and Type Field Description private java.util.List<VirtualHost>Component. hostsThe modifiable list of virtual hosts.Methods in org.restlet that return VirtualHost Modifier and Type Method Description VirtualHostComponent. 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 voidComponent. setDefaultHost(VirtualHost defaultHost)Sets the default virtual host.Method parameters in org.restlet with type arguments of type VirtualHost Modifier and Type Method Description voidComponent. setHosts(java.util.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 VirtualHost Modifier and Type Method Description VirtualHostHostRoute. getVirtualHost()Returns the target virtual host.Methods in org.restlet.engine.component with parameters of type VirtualHost Modifier and Type Method Description private booleanComponentHelper. checkVirtualHost(VirtualHost host)Check the applications attached to a virtual host.private voidComponentXmlParser. parseHost(VirtualHost host, org.w3c.dom.Node hostNode)Deprecated.Parse the attributes of a DOM node and update the given host.voidHostRoute. setNext(VirtualHost next)Sets the next virtual host.private voidComponentHelper. stopHostApplications(VirtualHost host)Stop all applications attached to a virtual hostConstructors in org.restlet.engine.component with parameters of type VirtualHost Constructor Description HostRoute(Router router, VirtualHost target)Constructor. -
Uses of VirtualHost in org.restlet.ext.wadl
Methods in org.restlet.ext.wadl that return VirtualHost Modifier and Type Method Description VirtualHostWadlApplication. attachToComponent(Component component)Deprecated.Attaches the application to the given component if the application has a WADL base reference.private VirtualHostWadlApplication. getVirtualHost(Component component)Deprecated.Returns the virtual host matching the WADL application's base reference.Methods in org.restlet.ext.wadl with parameters of type VirtualHost Modifier and Type Method Description voidWadlApplication. attachToHost(VirtualHost host)Deprecated.Attaches the application to the given host using the WADL base reference.
-