Searched refs:NoHttpResponseException (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DNoHttpResponseException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/NoHttpResponseException.java $
45 public class NoHttpResponseException extends IOException { class in inherits:IOException
50 * Creates a new NoHttpResponseException with the specified detail message.
54 public NoHttpResponseException(String message) { method in class:NoHttpResponseException
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultHttpRequestRetryHandler.java40 import org.apache.http.NoHttpResponseException;
92 if (exception instanceof NoHttpResponseException) {
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpResponseParser.java39 import org.apache.http.NoHttpResponseException;
73 throw new NoHttpResponseException("The target server failed to respond");
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultResponseParser.java39 import org.apache.http.NoHttpResponseException;
85 throw new NoHttpResponseException("The target server failed to respond");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 95 milliseconds