Skip to content

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

Notifications You must be signed in to change notification settings

RealTimeWeb/StickyWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published