Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.configuration |
Modifier and Type | Method and Description |
---|---|
ResponseHeader |
FilterConfiguration.FilterConfigurationResources.responseHeader(String key) |
Modifier and Type | Method and Description |
---|---|
List<ResponseHeader> |
FilterConfiguration.FilterConfigurationResources.responseHeaders()
Get the list of ResponseHeader resources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.responseHeader(ResponseHeader value)
Add the ResponseHeader object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.responseHeaders(List<ResponseHeader> value)
Add all ResponseHeader objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseHeader<T extends ResponseHeader<T>>
Response header filter allows you to add custom headers.
|
interface |
ResponseHeaderConsumer<T extends ResponseHeader<T>> |
interface |
ResponseHeaderSupplier<T extends ResponseHeader> |
Modifier and Type | Method and Description |
---|---|
ResponseHeader |
ResponseHeaderSupplier.get()
Constructed instance of ResponseHeader resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.