Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 319 Bytes

StickyWeb

A module for uniformly accessing distributed resources and, more powerfully, pre-cached distributed resources.

Java

StickyWeb connection = new StickyWeb();
StickyWebResponse response= connection.get("url", ...).setOnline(false).execute();
System.out.println(response.asText());