OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoHttpResponseException
(Results
1 - 5
of
5
) sorted by null
/external/apache-http/src/org/apache/http/
NoHttpResponseException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
NoHttpResponseException
.java $
50
public class
NoHttpResponseException
extends IOException {
55
* Creates a new
NoHttpResponseException
with the specified detail message.
59
public
NoHttpResponseException
(String message) {
/external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java
40
import org.apache.http.
NoHttpResponseException
;
97
if (exception instanceof
NoHttpResponseException
) {
/external/apache-http/src/org/apache/http/impl/io/
HttpResponseParser.java
39
import org.apache.http.
NoHttpResponseException
;
79
throw new
NoHttpResponseException
("The target server failed to respond");
/external/apache-http/src/org/apache/http/impl/conn/
DefaultResponseParser.java
39
import org.apache.http.
NoHttpResponseException
;
91
throw new
NoHttpResponseException
("The target server failed to respond");
/external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java
28
import org.apache.http.
NoHttpResponseException
;
303
throw new
NoHttpResponseException
("The target server failed to respond");
Completed in 148 milliseconds