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 |
|---|---|
T |
file(File value)
Add the org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
T |
file(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
T |
file(String childKey,
FileConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
T |
files(List<File> value)
Add all org.wildfly.swarm.config.undertow.configuration.File objects to this subresource
|
String |
getKey() |
T |
reverseProxy(ReverseProxy value)
Add the org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
T |
reverseProxy(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
T |
reverseProxy(String childKey,
ReverseProxyConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
T |
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 T reverseProxys(List<ReverseProxy> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ReverseProxy objects.public T reverseProxy(ReverseProxy value)
value - The org.wildfly.swarm.config.undertow.configuration.ReverseProxy to addpublic T 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 T reverseProxy(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ReverseProxy resourcepublic T files(List<File> value)
value - List of org.wildfly.swarm.config.undertow.configuration.File objects.public T file(File value)
value - The org.wildfly.swarm.config.undertow.configuration.File to addpublic T 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 useCopyright © 2015 JBoss by Red Hat. All rights reserved.