Constructor and Description |
---|
UndertowResources() |
Modifier and Type | Method and Description |
---|---|
ApplicationSecurityDomain |
applicationSecurityDomain(String key) |
List<ApplicationSecurityDomain> |
applicationSecurityDomains()
Get the list of ApplicationSecurityDomain resources
|
BufferCache |
bufferCache(String key) |
List<BufferCache> |
bufferCaches()
Get the list of BufferCache resources
|
ByteBufferPool |
byteBufferPool(String key) |
List<ByteBufferPool> |
byteBufferPools()
Get the list of ByteBufferPool resources
|
FilterConfiguration |
filterConfiguration()
Undertow filters
|
HandlerConfiguration |
handlerConfiguration()
Undertow handlers
|
Server |
server(String key) |
List<Server> |
servers()
Get the list of Server resources
|
ServletContainer |
servletContainer(String key) |
List<ServletContainer> |
servletContainers()
Get the list of ServletContainer resources
|
public List<ApplicationSecurityDomain> applicationSecurityDomains()
public ApplicationSecurityDomain applicationSecurityDomain(String key)
public List<Server> servers()
public List<BufferCache> bufferCaches()
public BufferCache bufferCache(String key)
public List<ByteBufferPool> byteBufferPools()
public ByteBufferPool byteBufferPool(String key)
public List<ServletContainer> servletContainers()
public ServletContainer servletContainer(String key)
public HandlerConfiguration handlerConfiguration()
public FilterConfiguration filterConfiguration()
Copyright © 2019 JBoss by Red Hat. All rights reserved.