On Fri, 2011-01-28 at 14:43 +0100, khiem nguyen wrote: > what about Interceptors (request & response) ? > from my understanding, these are "properties" of HttpClient. >
No, they are not. Protocol interceptors are strategies that implement a particular aspect of the HTTP protocol. They are meant to be stateless and user independent. They, however, can obtain user specific data from the execution context. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
