コード例 #1
0
ファイル: UPnPManager.java プロジェクト: dzirtt/i2p.i2p
 /**
  *  Warning - blocking, very slow, queries the active router,
  *  will take many seconds if it has vanished.
  */
 public String renderStatusHTML() {
     if (!_isRunning)
         return "<h3><a name=\"upnp\"></a>" + _("UPnP is not enabled") + "</h3>\n";
     return _upnp.renderStatusHTML();
 }