org.apache.ws.commons.tcpmon.core.filter.http
Class GZIPEncoding

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.filter.http.GZIPEncoding
All Implemented Interfaces:
ContentEncoding

public class GZIPEncoding
extends Object
implements ContentEncoding

Implementation of the GZIP content encoding.


Constructor Summary
GZIPEncoding()
           
 
Method Summary
 StreamFilter createDecoder()
          Create a decoder for the content encoding.
 StreamFilter createEncoder()
          Create an encoder for the content encoding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPEncoding

public GZIPEncoding()
Method Detail

createDecoder

public StreamFilter createDecoder()
Description copied from interface: ContentEncoding
Create a decoder for the content encoding.

Specified by:
createDecoder in interface ContentEncoding
Returns:
a stream filter able to decode the content encoding

createEncoder

public StreamFilter createEncoder()
Description copied from interface: ContentEncoding
Create an encoder for the content encoding.

Specified by:
createEncoder in interface ContentEncoding
Returns:
a stream filter able to encode the content encoding


Copyright © The Apache Software Foundation. All Rights Reserved.