| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.server |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
Server.ServerResources.hosts()
Get the list of org.wildfly.swarm.config.undertow.server.Host resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.host(Host value)
Add the org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.hosts(List<Host> value)
Add all org.wildfly.swarm.config.undertow.server.Host objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.accessLogSetting(AccessLogSetting value)
The access log configuration for this virtual server.
|
Host |
Host.alias(List<String> value)
Aliases for the host
|
Host |
Host.defaultResponseCode(Integer value)
If set, this will be response code sent back in case requested context does not exist on server.
|
Host |
Host.defaultWebModule(String value)
Default web module
|
Host |
Host.disableConsoleRedirect(Boolean value)
if set to true, /console redirect wont be enabled for this host, default is false
|
Host |
Host.filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
Host |
Host.filterRefs(List<FilterRef> value)
Add all org.wildfly.swarm.config.undertow.server.host.FilterRef objects to this subresource
|
Host |
Host.location(Location value)
Add the org.wildfly.swarm.config.undertow.server.host.Location object to the list of subresources
|
Host |
Host.locations(List<Location> value)
Add all org.wildfly.swarm.config.undertow.server.host.Location objects to this subresource
|
Host |
Host.singleSignOnSetting(SingleSignOnSetting value)
The SSO configuration for this virtual server.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.