| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.configuration | |
| org.wildfly.swarm.config.undertow.configuration.reverse_proxy |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
ReverseProxy.ReverseProxyResources.hosts()
Get the list of org.wildfly.swarm.config.undertow.configuration.reverse_proxy.Host resources
|
| Modifier and Type | Method and Description |
|---|---|
ReverseProxy |
ReverseProxy.host(Host value)
Add the org.wildfly.swarm.config.undertow.configuration.reverse_proxy.Host object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
ReverseProxy |
ReverseProxy.hosts(List<Host> value)
Add all org.wildfly.swarm.config.undertow.configuration.reverse_proxy.Host objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.instanceId(String value)
The instance id (aka JVM route) that will be used to enable sticky sessions
|
Host |
Host.outboundSocketBinding(String value)
Outbound socket binding for this host
|
Host |
Host.path(String value)
Optional path if host is using non root resource
|
Host |
Host.scheme(String value)
What kind of scheme is used
|
Host |
Host.securityRealm(String value)
The security realm that provides the SSL configuration for the connection to the host
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.