Compression wrapper, helper class code

This helper class is a Decorator on the ServletOutputStream abstract class which delegates the real work of compressing the generated content using a standard GZIP output stream.

There is only one abstract method in the ServletOutputStream that this Decorator must implement: write(int). This is where all of the delegation magic occurs!

image with no caption

Request path

Filter Sequence

/Recipes/HopsReport.do

Filters: 1, 5

/Recipes/HopsList.do

Filters: 1, 5, 2

/Recipes/Modify/ModRecipes.do

Filters: 1, 5, 4

/HopsList.do

Filters:5

/Recipes/Add/AddRecipes.do

Filters:1, 3, 5

Get Head First Servlets and JSP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.