Class 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.
    • Constructor Detail

      • CompositeExchangeAttribute

        public CompositeExchangeAttribute​(ExchangeAttribute[] attributes)
    • Method Detail

      • readAttribute

        public String readAttribute​(io.vertx.ext.web.RoutingContext exchange)
        Description copied from interface: ExchangeAttribute
        Resolve the attribute from the HTTP server exchange. This may return null if the attribute is not present.
        Specified by:
        readAttribute in interface ExchangeAttribute
        Parameters:
        exchange - The exchange
        Returns:
        The attribute