org.apache.ws.commons.tcpmon.core.filter.http
Interface ContentEncoding

All Known Implementing Classes:
GZIPEncoding

public interface ContentEncoding

Represents a particular content encoding as specified by the Content-Encoding header.


Method Summary
 StreamFilter createDecoder()
          Create a decoder for the content encoding.
 StreamFilter createEncoder()
          Create an encoder for the content encoding.
 

Method Detail

createDecoder

StreamFilter createDecoder()
Create a decoder for the content encoding.

Returns:
a stream filter able to decode the content encoding

createEncoder

StreamFilter createEncoder()
Create an encoder for the content encoding.

Returns:
a stream filter able to encode the content encoding


Copyright © The Apache Software Foundation. All Rights Reserved.