http://i2p-javadocs.i2p/net/i2p/router/update/DevSU3UpdateHandler.html
Specified by: check in interface Checker Parameters: currentVersion - ignored, we use current router version id - plugin name or ignored maxTime - how long you have Returns: active task or null if unable to check update public UpdateTask update ( UpdateType type, UpdateMethod method, List < URI > updateSources, String id, String newVersion,
long maxTime) Start a download and return a handle to the download task.
Should not block. Specified by: update in...