Package de.FBEditor.struct

Examples of de.FBEditor.struct.HttpPost.Post()


  public String getFirmwareStatus() {
    HttpPost http = new HttpPost();
    String url = (new StringBuilder("http://"))
        .append(FBEdit.getInstance().getbox_address())
        .append("/cgi-bin/system_status").toString();
    String sFBFW_Status = http.Post(url, "");
    return sFBFW_Status;
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.