You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
joehobson edited this page Feb 20, 2012
·
4 revisions
0.1.1 - 2012-02-20
moved utility classes into "util", refactored methods
LRExporter
publishOverSSL becomes publishProtocol
backwards compatible constructor should allow existing implementations to work untouched.
only use SelfSignSSLSocketFactory on https protocol
in the future, url should just be a real URL object, or at least have a constructor that has one so we can avoid passing username/pass/host/port/protocol as distinct things
LRImporter
use_ssl becomes importProtocol
backwards compatible constructor should allow existing implementations to work untouched.
now uses LRClient rather than duplicating code for getting data from a node