Package org.apache.http.protocol
Interface HttpProcessor
- All Superinterfaces:
HttpRequestInterceptor,HttpResponseInterceptor
- All Known Implementing Classes:
BasicHttpProcessor
public interface HttpProcessor extends 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.- Since:
- 4.0
- Version:
- $Revision: 496070 $
- Author:
- Oleg Kalnichevski, Roland Weber
-
Method Summary
Methods inherited from interface org.apache.http.HttpRequestInterceptor
processMethods inherited from interface org.apache.http.HttpResponseInterceptor
process