RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

Updated TinCanJava API functionality and LRS response handling. #23

Closed jakednoble closed 10 years ago

jakednoble commented 10 years ago

-LRS, RemoteLRS, About, LRSResponses, and Documents brought updated to new architecture. -ContextActivities and TCAPIVersion modified to handle receiving V101 responses -HTTPRequest and HTTPResponse modified. HTTPRequest no longer extends ContentExchange. It instead stores the relevant data for a request, and the ContentExchange is constructed in a private function in RemoteLRS.

brianjmiller commented 10 years ago

@jakednoble please rebase this to the current master so that it goes on the 0.6.0 release snapshot.

brianjmiller commented 10 years ago

Closing see #27 which will bring in what was originally here.