Searched refs:HttpResponseException (Results 1 – 6 of 6) sorted by relevance
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpResponseException.java | 13 public class HttpResponseException extends IOException { class 18 public HttpResponseException(int statusCode) { in HttpResponseException() method in HttpResponseException 23 public HttpResponseException(String detailMessage, int statusCode) { in HttpResponseException() method in HttpResponseException 28 public HttpResponseException(String detailMessage, int statusCode, List responseHeaders) { in HttpResponseException() method in HttpResponseException 34 public HttpResponseException(String message, Throwable cause, int statusCode) { in HttpResponseException() method in HttpResponseException 39 public HttpResponseException(Throwable cause, int statusCode) { in HttpResponseException() method in HttpResponseException
|
D | HttpTransportSE.java | 112 throws HttpResponseException, IOException, XmlPullParserException { in call() 118 throws HttpResponseException, IOException, XmlPullParserException { in call() 145 throws HttpResponseException, IOException, XmlPullParserException { in call() 237 throw new HttpResponseException("HTTP request failed, HTTP status: " + status, in call() 259 if (e instanceof HttpResponseException) { in call()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | BasicResponseHandler.java | 40 import org.apache.http.client.HttpResponseException; 73 throws HttpResponseException, IOException { in handleResponse() 76 throw new HttpResponseException(statusLine.getStatusCode(), in handleResponse()
|
/external/apache-http/src/org/apache/http/client/ |
D | HttpResponseException.java | 41 public class HttpResponseException extends ClientProtocolException { class 47 public HttpResponseException(int statusCode, final String s) { in HttpResponseException() method in HttpResponseException
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 27 .../transport/HttpResponseException.java | 60 +++ 37 create mode 100644 ksoap2-j2se/src/main/java/org/ksoap2/transport/HttpResponseException.java 2121 …n/java/org/ksoap2/transport/HttpResponseException.java b/ksoap2-j2se/src/main/java/org/ksoap2/tran… 2125 +++ b/ksoap2-j2se/src/main/java/org/ksoap2/transport/HttpResponseException.java 2133 + * HttpResponseException is an IOException that is to be thrown when a Http response code is diffe… 2138 +public class HttpResponseException extends IOException { 2143 + public HttpResponseException(int statusCode) { 2148 + public HttpResponseException(String detailMessage, int statusCode) { 2153 + public HttpResponseException(String detailMessage, int statusCode,List responseHeaders) { 2159 + public HttpResponseException(String message, Throwable cause, int statusCode) { [all …]
|
/external/apache-http/api/ |
D | current.txt | 1340 …@Deprecated public class HttpResponseException extends org.apache.http.client.ClientProtocolExcept… 1341 ctor @Deprecated public HttpResponseException(int, String); 2507 …ponse(org.apache.http.HttpResponse) throws org.apache.http.client.HttpResponseException, java.io.I…
|