Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

HttpProcessor

implements HttpRequestInterceptor HttpResponseInterceptor
org.apache.http.protocol.HttpProcessor
Known Indirect Subclasses

Class Overview

Performs interceptor processing of requests and responses. Specific interceptors typically interpret or update message headers, and they may wrap the message entity for example to implement a specific transport or content encoding. A HttpProcessor typically maintains a list of interceptors that will be applied to a request or response.

Summary

[Expand]
Inherited Methods
From interface org.apache.http.HttpRequestInterceptor
From interface org.apache.http.HttpResponseInterceptor