| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
HandlerConfiguration.HandlerConfigurationResources.files()
Get the list of org.wildfly.swarm.config.undertow.configuration.File resources
|
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
HandlerConfiguration.file(File value)
Add the org.wildfly.swarm.config.undertow.configuration.File object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
HandlerConfiguration.files(List<File> value)
Add all org.wildfly.swarm.config.undertow.configuration.File objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
File |
File.cacheBuffers(Long value)
Number of buffers
|
File |
File.cacheBufferSize(Long value)
Size of the buffers
|
File |
File.caseSensitive(Boolean value)
Use case sensitive file handling
|
File |
File.directoryListing(Boolean value)
Enable directory listing?
|
File |
File.followSymlink(Boolean value)
Enable following symbolic links
|
File |
File.path(String value)
Path on filesystem from where file handler will serve resources
|
File |
File.safeSymlinkPaths(List<String> value)
Paths that are safe to be targets of symbolic links
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.