to top
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