public class Server<T extends Server> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Server.ServerResources
Child mutators for Server
|
| Modifier and Type | Method and Description |
|---|---|
Server |
ajpListener(AJPListener value)
Add the org.wildfly.swarm.config.undertow.server.AJPListener object to the list of subresources
|
Server |
ajpListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.AJPListener object to the list of subresources
|
Server |
ajpListener(String childKey,
AJPListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.AJPListener object to the list of subresources
|
Server |
ajpListeners(List<AJPListener> value)
Add all org.wildfly.swarm.config.undertow.server.AJPListener objects to this subresource
|
String |
defaultHost()
The servers default virtual host
|
Server |
defaultHost(String value)
The servers default virtual host
|
String |
getKey() |
Server |
host(Host value)
Add the org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
host(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
host(String childKey,
HostConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.Host object to the list of subresources
|
Server |
hosts(List<Host> value)
Add all org.wildfly.swarm.config.undertow.server.Host objects to this subresource
|
Server |
httpListener(HTTPListener value)
Add the org.wildfly.swarm.config.undertow.server.HTTPListener object to the list of subresources
|
Server |
httpListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.HTTPListener object to the list of subresources
|
Server |
httpListener(String childKey,
HTTPListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.HTTPListener object to the list of subresources
|
Server |
httpListeners(List<HTTPListener> value)
Add all org.wildfly.swarm.config.undertow.server.HTTPListener objects to this subresource
|
Server |
httpsListener(HttpsListener value)
Add the org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
httpsListener(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
httpsListener(String childKey,
HttpsListenerConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
Server |
httpsListeners(List<HttpsListener> value)
Add all org.wildfly.swarm.config.undertow.server.HttpsListener objects to this subresource
|
String |
servletContainer()
The servers default servlet container
|
Server |
servletContainer(String value)
The servers default servlet container
|
Server.ServerResources |
subresources() |
public Server(String key)
public String getKey()
public String defaultHost()
public String servletContainer()
public Server.ServerResources subresources()
public Server hosts(List<Host> value)
value - List of org.wildfly.swarm.config.undertow.server.Host objects.public Server host(Host value)
value - The org.wildfly.swarm.config.undertow.server.Host to addpublic Server host(String childKey, HostConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.server.Host resourceconfig - The org.wildfly.swarm.config.undertow.server.HostConfigurator to usepublic Server host(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.server.Host resourcepublic Server httpListeners(List<HTTPListener> value)
value - List of org.wildfly.swarm.config.undertow.server.HTTPListener objects.public Server httpListener(HTTPListener value)
value - The org.wildfly.swarm.config.undertow.server.HTTPListener to addpublic Server httpListener(String childKey, HTTPListenerConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.server.HTTPListener resourceconfig - The org.wildfly.swarm.config.undertow.server.HTTPListenerConfigurator to usepublic Server httpListener(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.server.HTTPListener resourcepublic Server ajpListeners(List<AJPListener> value)
value - List of org.wildfly.swarm.config.undertow.server.AJPListener objects.public Server ajpListener(AJPListener value)
value - The org.wildfly.swarm.config.undertow.server.AJPListener to addpublic Server ajpListener(String childKey, AJPListenerConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.server.AJPListener resourceconfig - The org.wildfly.swarm.config.undertow.server.AJPListenerConfigurator to usepublic Server ajpListener(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.server.AJPListener resourcepublic Server httpsListeners(List<HttpsListener> value)
value - List of org.wildfly.swarm.config.undertow.server.HttpsListener objects.public Server httpsListener(HttpsListener value)
value - The org.wildfly.swarm.config.undertow.server.HttpsListener to addpublic Server httpsListener(String childKey, HttpsListenerConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.server.HttpsListener resourceconfig - The org.wildfly.swarm.config.undertow.server.HttpsListenerConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.