Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.component |
Supports Restlet components.
|
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.
|
Copyright © 2005–2016. All rights reserved.