All Known Implementing Classes:
RequestExpectContinue, RequestAcceptEncoding, RequestDate, RequestContent, RequestTargetHost, RequestConnControl, RequestUserAgent, HttpProcessor, BasicHttpProcessor
Protocol 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.HttpRequestInterceptor Summary: |
---|
process |
Method from org.apache.http.HttpRequestInterceptor Detail: |
---|
|