| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.undertow |
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
Undertow.handlerConfiguration()
Undertow handlers
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.handlerConfiguration(HandlerConfiguration value)
Undertow handlers
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerConfiguration<T extends HandlerConfiguration>
Undertow handlers
|
interface |
HandlerConfigurationConfigurator<T extends HandlerConfiguration> |
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
HandlerConfiguration.file(File value)
Add the org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.file(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.file(String childKey,
FileConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.files(List<File> value)
Add all org.wildfly.swarm.config.undertow.configuration.File objects to this subresource
|
HandlerConfiguration |
HandlerConfiguration.reverseProxy(ReverseProxy value)
Add the org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.reverseProxy(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.reverseProxy(String childKey,
ReverseProxyConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
HandlerConfiguration |
HandlerConfiguration.reverseProxys(List<ReverseProxy> value)
Add all org.wildfly.swarm.config.undertow.configuration.ReverseProxy objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.