Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.configuration |
Modifier and Type | Method and Description |
---|---|
Gzip |
FilterConfiguration.FilterConfigurationResources.gzip(String key) |
Modifier and Type | Method and Description |
---|---|
List<Gzip> |
FilterConfiguration.FilterConfigurationResources.gzips()
Get the list of Gzip resources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.gzip(Gzip value)
Add the Gzip object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.gzips(List<Gzip> value)
Add all Gzip objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Gzip<T extends Gzip<T>>
Defines gzip filter
|
interface |
GzipConsumer<T extends Gzip<T>> |
interface |
GzipSupplier<T extends Gzip> |
Modifier and Type | Method and Description |
---|---|
Gzip |
GzipSupplier.get()
Constructed instance of Gzip resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.