We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed1aef commit 9aef573Copy full SHA for 9aef573
wayback-core/src/main/java/org/archive/wayback/liveweb/RemoteLiveWebCache.java renamed to wayback-core/src/main/java/org/archive/wayback/liveweb/ArcRemoteLiveWebCache.java
@@ -46,7 +46,12 @@
46
import org.archive.wayback.resourcestore.resourcefile.ResourceFactory;
47
48
/**
49
+ * This class fetches resource from live web.
50
+ * It works with ArcRecordingProxy not standard proxy server
51
+ *
52
* @author brad
53
+ * @see LiveWebCache
54
+ * @see StdRemoteLiveWebCache
55
*
56
*/
57
public class RemoteLiveWebCache implements LiveWebCache {
0 commit comments