/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A 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
|
H A 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()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
H A D | HttpException.java | 24 public class HttpException extends Exception { class 34 public HttpException(int statusCode) { in HttpException() method in HttpException
|
H A D | BlockingHttpClient.java | 65 throws IOException, AuthException, HttpException { in execute() 87 throw new HttpException(responseCode); in execute()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/ |
H A D | BlockingHttpClientTests.java | 71 } catch (HttpException e) { in testError_badGateway() 87 } catch (HttpException e) { in testError_clientTimeout() 104 } catch (HttpException e) { in testError_forbiddenWithRequest()
|
/aosp12/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestHttpClient.java | 38 import org.apache.http.HttpException; 98 final HttpClientConnection conn) throws HttpException, IOException { in execute()
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 54313 public deprecated class HttpException extends java.lang.Exception { 54314 ctor public HttpException(); 54315 ctor public HttpException(java.lang.String); 54316 ctor public HttpException(java.lang.String, java.lang.Throwable); 54471 public deprecated class MethodNotSupportedException extends org.apache.http.HttpException { 54490 public deprecated class ProtocolException extends org.apache.http.HttpException { 56127 public deprecated class TunnelRefusedException extends org.apache.http.HttpException { 56722 …thod public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpException; 56727 …thod public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpException; 56736 …method public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException, java.io.IO… [all …]
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |