All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.undertow.attribute.ExchangeAttributeWrapper Maven / Gradle / Ivy

There is a newer version: 62
Show newest version
package io.undertow.attribute;

/**
 * Interface that can be used to wrap an exchange attribute.
 *
 * @author Stuart Douglas
 */
public interface ExchangeAttributeWrapper {

    ExchangeAttribute wrap(ExchangeAttribute attribute);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy