Org.Apache.Http.Protocol.IHttpProcessor
Performs interceptor processing of requests and responses.

See Also: IHttpProcessor Members

Syntax

[Android.Runtime.Register("org/apache/http/protocol/HttpProcessor", "", "Org.Apache.Http.Protocol.IHttpProcessorInvoker")]
public interface IHttpProcessor : Org.Apache.Http.IHttpRequestInterceptor, Org.Apache.Http.IHttpResponseInterceptor, IDisposable

Remarks

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.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Protocol
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1