| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.subsystem.configuration.reverseProxy | |
| org.wildfly.swarm.config.undertow.subsystem.configuration.reverseProxy.host |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
ReverseProxy.ReverseProxyResources.hosts()
Get the list of Host resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReverseProxy.host(Host value)
Add the Host object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReverseProxy.hosts(List<Host> value)
Add all Host objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Host<T extends Host>
A host that the reverse proxy will forward requests to
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.