public class HandlerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerConfiguration.HandlerConfigurationResources
Child mutators for HandlerConfiguration
|
| Constructor and Description |
|---|
HandlerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
file(File value)
Add the org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
HandlerConfiguration |
files(List<File> value)
Add all org.wildfly.swarm.config.undertow.configuration.File objects to this subresource
|
String |
getKey() |
HandlerConfiguration |
reverseProxy(ReverseProxy value)
Add the org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
HandlerConfiguration |
reverseProxys(List<ReverseProxy> value)
Add all org.wildfly.swarm.config.undertow.configuration.ReverseProxy objects to this subresource
|
HandlerConfiguration.HandlerConfigurationResources |
subresources() |
public String getKey()
public HandlerConfiguration.HandlerConfigurationResources subresources()
public HandlerConfiguration reverseProxys(List<ReverseProxy> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ReverseProxy objects.public HandlerConfiguration reverseProxy(ReverseProxy value)
value - The org.wildfly.swarm.config.undertow.configuration.ReverseProxy to addpublic HandlerConfiguration files(List<File> value)
value - List of org.wildfly.swarm.config.undertow.configuration.File objects.public HandlerConfiguration file(File value)
value - The org.wildfly.swarm.config.undertow.configuration.File to addCopyright © 2015 JBoss by Red Hat. All rights reserved.