Class AggregatorAddOn

  • All Implemented Interfaces:
    AddOn

    public class AggregatorAddOn
    extends java.lang.Object
    implements AddOn
    AggregatorAddOn installs AggregatorAddOn.AggregatorFilter into HttpServer FilterChain. AggregatorAddOn.AggregatorFilter is responsible for aggregating input HTTP message payload (either request or response) and pass it to the next filter in chain only when entire HTTP message (including payload) is read.
    Author:
    Alexey Stashok