Searched refs:HttpException (Results 1 – 2 of 2) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | HttpHelper.java | 29 public String get(GetRequest request) throws IOException, HttpException; in get() 32 throws IOException, HttpException; in get() 34 public String post(PostRequest request) throws IOException, HttpException; in post() 37 throws IOException, HttpException; in post() 121 public static class HttpException extends IOException { class 125 public HttpException(int statusCode, String reasonPhrase) { in HttpException() method in HttpHelper.HttpException
|
D | JavaNetHttpHelper.java | 67 public String get(GetRequest request) throws IOException, HttpException { in get() 82 throws IOException, HttpException { in get() 97 public String post(PostRequest request) throws IOException, HttpException { in post() 102 throws IOException, HttpException { in post() 128 throws IOException, HttpException { in createConnection() 150 private String getResponseFrom(HttpURLConnection c) throws IOException, HttpException { in getResponseFrom() 152 throw new HttpException(c.getResponseCode(), c.getResponseMessage()); in getResponseFrom()
|