public class RestClient extends Object
RestClient(String serverUrl, String username, String password)
String
get(String urlStr)
getUrlStr()
post(String urlStr)
post(String urlStr, Map<String,String> para)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RestClient(String serverUrl, String username, String password)
public String get(String urlStr) throws IOException
IOException
public String post(String urlStr) throws Exception
Exception
public String post(String urlStr, Map<String,String> para) throws Exception
public String getUrlStr()
Copyright © 2011-2012. All Rights Reserved.