Esempio n. 1
0
 public ReentrantCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }
Esempio n. 2
0
 public MultipleCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }