Class UpdateHandler

java.lang.Object
net.i2p.router.web.UpdateHandler

public class UpdateHandler
extends Object

Handles the request to update the router by firing one or more EepGet calls to download the latest signed update file and displaying the status to anyone who asks.

After the download completes the signed update file is verified with TrustedUpdate, and if it's authentic the payload of the signed update file is unpacked and the router is restarted to complete the update process.

This is like a FormHandler but we don't extend it, as we don't have the message area, etc.