| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.undertow |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
Undertow.UndertowResources.servers()
Get the list of org.wildfly.swarm.config.undertow.Server resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.server(Server value)
Add the org.wildfly.swarm.config.undertow.Server object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.servers(List<Server> value)
Add all org.wildfly.swarm.config.undertow.Server objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Server<T extends Server>
A server
|
interface |
ServerConfigurator<T extends Server> |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.ajpListener(AjpListener value)
Add the org.wildfly.swarm.config.undertow.server.AjpListener object to the list of subresources
|
Server |
Server.ajpListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.AjpListener object to the list of subresources
|
Server |
Server.ajpListener(String childKey,
AjpListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.AjpListener object to the list of subresources
|
Server |
Server.ajpListeners(List<AjpListener> value)
Add all org.wildfly.swarm.config.undertow.server.AjpListener objects to this subresource
|
Server |
Server.defaultHost(String value)
The servers default virtual host
|
Server |
Server.host(Host value)
Add the org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
Server.host(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
Server.host(String childKey,
HostConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
Server.hosts(List<Host> value)
Add all org.wildfly.swarm.config.undertow.server.Host objects to this subresource
|
Server |
Server.httpListener(HttpListener value)
Add the org.wildfly.swarm.config.undertow.server.HttpListener object to the list of subresources
|
Server |
Server.httpListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpListener object to the list of subresources
|
Server |
Server.httpListener(String childKey,
HttpListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpListener object to the list of subresources
|
Server |
Server.httpListeners(List<HttpListener> value)
Add all org.wildfly.swarm.config.undertow.server.HttpListener objects to this subresource
|
Server |
Server.httpsListener(HttpsListener value)
Add the org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
Server.httpsListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
Server.httpsListener(String childKey,
HttpsListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
Server.httpsListeners(List<HttpsListener> value)
Add all org.wildfly.swarm.config.undertow.server.HttpsListener objects to this subresource
|
Server |
Server.servletContainer(String value)
The servers default servlet container
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.