--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
I've implemented a proxy application (using HttpClient 3.1) with some
manipulation logic.
Now I want to implement a cache for some requests/responses.
I've had a look in the API (and the mailing list) but could not find out how to
use HttpCore to create a Response-object, write it to the file system and
recreate the response for a later (cached) request from the file system.
What are the key classes to construct a Response without a socket from scratch
respectivly from file and how can I write the response (as serialized on a
socket stream) to a file parsing it again?
Thanks in advance,
Martin
- persisting Response with HttpCore - implementing cache pluenl
- Re: persisting Response with HttpCore - implementin... Oleg Kalnichevski
- Re: persisting Response with HttpCore - impleme... pluenl
- Re: persisting Response with HttpCore - imp... Oleg Kalnichevski
