| 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.