Class CompositeExchangeAttribute

java.lang.Object
io.undertow.attribute.CompositeExchangeAttribute
All Implemented Interfaces:
ExchangeAttribute

public class CompositeExchangeAttribute extends Object implements ExchangeAttribute
Exchange attribute that represents a combination of attributes that should be merged into a single string.
Author:
Stuart Douglas