Home
last modified time | relevance | path

Searched refs:HttpException (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DHttpHelper.java29 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 DJavaNetHttpHelper.java67 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 Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DHttpException.java24 public class HttpException extends Exception { class
34 public HttpException(int statusCode) { in HttpException() method in HttpException
H A DBlockingHttpClient.java65 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 DBlockingHttpClientTests.java71 } 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 DTestHttpClient.java38 import org.apache.http.HttpException;
98 final HttpClientConnection conn) throws HttpException, IOException { in execute()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54313 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 Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...