Skip to end of metadata
Go to start of metadata

The response resolver interface looks like this.

This interface is used to determine if a cached response is stale or not.

It can also be used without the cache, if you just want a HTTP client with a good request / response API.
There is at the time of writing one implementation of this interface, using Commons-httpclient 3.1

Labels
  • None