All Known Implementing Classes:
ResponseGzipCompress, ResponseGzipUncompress, ResponseContent, ResponseDate, ResponseConnControl, HttpProcessor, BasicHttpProcessor, ResponseServer
Interceptors can also manipulate content entities enclosed with messages. Usually this is accomplished by using the 'Decorator' pattern where a wrapper entity class is used to decorate the original entity.
Protocol interceptors must be implemented as thread-safe. Similarly to servlets, protocol interceptors should not use instance variables unless access to those variables is synchronized.
$
- Revision: 744522 $4.0
- Method from org.apache.http.HttpResponseInterceptor Summary: |
---|
process |
Method from org.apache.http.HttpResponseInterceptor Detail: |
---|
|