public class Undertow<T extends Undertow> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Undertow.UndertowResources
Child mutators for Undertow
|
| Constructor and Description |
|---|
Undertow() |
| Modifier and Type | Method and Description |
|---|---|
T |
bufferCache(BufferCache value)
Add the org.wildfly.swarm.config.undertow.BufferCache object to the list of subresources
|
T |
bufferCaches(List<BufferCache> value)
Add all org.wildfly.swarm.config.undertow.BufferCache objects to this subresource
|
String |
defaultServer()
The default server to use for deployments
|
T |
defaultServer(String value)
The default server to use for deployments
|
String |
defaultServletContainer()
The default servlet container to use for deployments
|
T |
defaultServletContainer(String value)
The default servlet container to use for deployments
|
String |
defaultVirtualHost()
The default virtual host to use for deployments
|
T |
defaultVirtualHost(String value)
The default virtual host to use for deployments
|
FilterConfiguration |
filterConfiguration()
Undertow filters
|
T |
filterConfiguration(FilterConfiguration value)
Undertow filters
|
String |
getKey() |
HandlerConfiguration |
handlerConfiguration()
Undertow handlers
|
T |
handlerConfiguration(HandlerConfiguration value)
Undertow handlers
|
String |
instanceId()
The cluster instance id
|
T |
instanceId(String value)
The cluster instance id
|
T |
server(Server value)
Add the org.wildfly.swarm.config.undertow.Server object to the list of subresources
|
T |
servers(List<Server> value)
Add all org.wildfly.swarm.config.undertow.Server objects to this subresource
|
T |
servletContainer(ServletContainer value)
Add the org.wildfly.swarm.config.undertow.ServletContainer object to the list of subresources
|
T |
servletContainers(List<ServletContainer> value)
Add all org.wildfly.swarm.config.undertow.ServletContainer objects to this subresource
|
Boolean |
statisticsEnabled()
Configures if are statistics enabled
|
T |
statisticsEnabled(Boolean value)
Configures if are statistics enabled
|
Undertow.UndertowResources |
subresources() |
public String getKey()
public String defaultServer()
public String defaultServletContainer()
public T defaultServletContainer(String value)
public String defaultVirtualHost()
public T defaultVirtualHost(String value)
public String instanceId()
public Boolean statisticsEnabled()
public Undertow.UndertowResources subresources()
public T servers(List<Server> value)
value - List of org.wildfly.swarm.config.undertow.Server objects.public T server(Server value)
value - The org.wildfly.swarm.config.undertow.Server to addpublic T bufferCaches(List<BufferCache> value)
value - List of org.wildfly.swarm.config.undertow.BufferCache objects.public T bufferCache(BufferCache value)
value - The org.wildfly.swarm.config.undertow.BufferCache to addpublic T servletContainers(List<ServletContainer> value)
value - List of org.wildfly.swarm.config.undertow.ServletContainer objects.public T servletContainer(ServletContainer value)
value - The org.wildfly.swarm.config.undertow.ServletContainer to addpublic HandlerConfiguration handlerConfiguration()
public T handlerConfiguration(HandlerConfiguration value)
public FilterConfiguration filterConfiguration()
public T filterConfiguration(FilterConfiguration value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.