public class HandlerConfiguration<T extends 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 |
file(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
HandlerConfiguration |
file(String childKey,
FileConfigurator config)
Create and configure a 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 |
reverseProxy(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
HandlerConfiguration |
reverseProxy(String childKey,
ReverseProxyConfigurator config)
Create and configure a 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 reverseProxy(String childKey, ReverseProxyConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ReverseProxy resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ReverseProxyConfigurator to usepublic HandlerConfiguration reverseProxy(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ReverseProxy resourcepublic 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 addpublic HandlerConfiguration file(String childKey, FileConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.File resourceconfig - The org.wildfly.swarm.config.undertow.configuration.FileConfigurator to usepublic HandlerConfiguration file(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.File resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.