Package | Description |
---|---|
org.restlet | |
org.restlet.engine.component | |
org.restlet.ext.spring | |
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
VirtualHost |
Component.getDefaultHost()
Returns the default virtual host.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualHost> |
Component.getHosts()
Returns the modifiable list of virtual hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setDefaultHost(VirtualHost defaultHost)
Sets the default virtual host.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setHosts(List<VirtualHost> hosts)
Sets the modifiable list of virtual hosts.
|
Modifier and Type | Method and Description |
---|---|
VirtualHost |
HostRoute.getVirtualHost()
Returns the target virtual host.
|
Modifier and Type | Method and Description |
---|---|
void |
HostRoute.setNext(VirtualHost next)
Sets the next virtual host.
|
Constructor and Description |
---|
HostRoute(Router router,
VirtualHost target)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringHost
Virtual host that is easily configurable with Spring.
|
Modifier and Type | Method and Description |
---|---|
VirtualHost |
WadlApplication.attachToComponent(Component component)
Attaches the application to the given component if the application has a
WADL base reference.
|
Modifier and Type | Method and Description |
---|---|
void |
WadlApplication.attachToHost(VirtualHost host)
Attaches the application to the given host using the WADL base reference.
|
Copyright © 2005–2019. All rights reserved.