Interface | Description |
---|---|
ApplicationSecurityDomainConsumer<T extends ApplicationSecurityDomain<T>> | |
ApplicationSecurityDomainSupplier<T extends ApplicationSecurityDomain> | |
BufferCacheConsumer<T extends BufferCache<T>> | |
BufferCacheSupplier<T extends BufferCache> | |
ByteBufferPoolConsumer<T extends ByteBufferPool<T>> | |
ByteBufferPoolSupplier<T extends ByteBufferPool> | |
FilterConfigurationConsumer<T extends FilterConfiguration<T>> | |
FilterConfigurationSupplier<T extends FilterConfiguration> | |
HandlerConfigurationConsumer<T extends HandlerConfiguration<T>> | |
HandlerConfigurationSupplier<T extends HandlerConfiguration> | |
ServerConsumer<T extends Server<T>> | |
ServerSupplier<T extends Server> | |
ServletContainerConsumer<T extends ServletContainer<T>> | |
ServletContainerSupplier<T extends ServletContainer> |
Class | Description |
---|---|
ApplicationSecurityDomain<T extends ApplicationSecurityDomain<T>> |
A Mapping from a security domain references in a deployed application.
|
ApplicationSecurityDomain.ApplicationSecurityDomainResources |
Child mutators for ApplicationSecurityDomain
|
BufferCache<T extends BufferCache<T>> |
The buffer cache used to cache static content
|
ByteBufferPool<T extends ByteBufferPool<T>> |
A byte buffer pool used for IO operations, this provides the same
capabilities as the buffer pool from the IO subsystem, so they can be used
interchangeably and must have a unique name.
|
FilterConfiguration<T extends FilterConfiguration<T>> |
Undertow filters
|
FilterConfiguration.FilterConfigurationResources |
Child mutators for FilterConfiguration
|
HandlerConfiguration<T extends HandlerConfiguration<T>> |
Undertow handlers
|
HandlerConfiguration.HandlerConfigurationResources |
Child mutators for HandlerConfiguration
|
Server<T extends Server<T>> |
A server
|
Server.ServerResources |
Child mutators for Server
|
ServletContainer<T extends ServletContainer<T>> |
A servlet container
|
ServletContainer.ServletContainerResources |
Child mutators for ServletContainer
|
Enum | Description |
---|---|
ServletContainer.StackTraceOnError |
Copyright © 2019 JBoss by Red Hat. All rights reserved.