FileDocCategorySizeDatePackage
HttpProcessor.javaAPI DocAndroid 1.5 API2237Wed May 06 22:41:10 BST 2009org.apache.http.protocol

HttpProcessor

public interface HttpProcessor implements HttpRequestInterceptor, HttpResponseInterceptor
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.
author
Oleg Kalnichevski
author
Roland Weber
version
$Revision: 496070 $
since
4.0

Fields Summary
Constructors Summary
Methods Summary