Class AggregatorAddOn

java.lang.Object
org.glassfish.grizzly.http.server.util.AggregatorAddOn
All Implemented Interfaces:
AddOn

public class AggregatorAddOn extends 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