Class GZIPContentDecoder

java.lang.Object
org.eclipse.jetty.http.GZIPContentDecoder
All Implemented Interfaces:
org.eclipse.jetty.util.component.Destroyable

public class GZIPContentDecoder extends Object implements org.eclipse.jetty.util.component.Destroyable

Decoder for the "gzip" content encoding.

This decoder inflates gzip compressed data, and has been optimized for async usage with minimal data copies.