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