Rewrote JSONInterface to reflect new features provided by the I2PControl API.

Added new API test to Main, maybe time to extract them to testclass.
Refactored JSONInterface to (more) gracefully handle connection issues.
This commit is contained in:
dev
2011-07-08 09:52:09 +00:00
parent dd5481f216
commit 3fa6f3ddad
6 changed files with 286 additions and 113 deletions

View File

@ -12,7 +12,6 @@ import javax.swing.SwingWorker;
import net.i2p.itoopie.i18n.Transl;
import net.i2p.itoopie.i2pcontrol.JSONInterface;
import net.i2p.itoopie.util.BrowseException;
public class Main {