public class

ResponseContentEncoding

extends Object
implements HttpResponseInterceptor
java.lang.Object
   ↳ org.apache.http.client.protocol.ResponseContentEncoding

Class Overview

HttpResponseInterceptor responsible for processing Content-Encoding responses.

Instances of this class are stateless and immutable, therefore threadsafe.

Summary

Public Constructors
ResponseContentEncoding()
Public Methods
void process(HttpResponse response, HttpContext context)
Handles the following Content-Encodings by using the appropriate decompressor to wrap the response Entity:
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.HttpResponseInterceptor

Public Constructors

public ResponseContentEncoding ()

Also: HttpClient

Public Methods

public void process (HttpResponse response, HttpContext context)

Also: HttpClient

Handles the following Content-Encodings by using the appropriate decompressor to wrap the response Entity:

Parameters
response the response which contains the entity
context not currently used
Throws
HttpException if the Content-Encoding is none of the above
IOException