HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedIOException (Results 1 - 18 of 18) sorted by null

  /external/apache-http/src/org/apache/http/conn/
ConnectTimeoutException.java 34 import java.io.InterruptedIOException;
49 public class ConnectTimeoutException extends InterruptedIOException {
  /external/okhttp/okio/src/main/java/okio/
Deadline.java 19 import java.io.InterruptedIOException;
56 if (Thread.interrupted()) throw new InterruptedIOException();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ThreadInterruptTest.java 22 import java.io.InterruptedIOException;
55 } catch (InterruptedIOException expected) {
78 } catch (InterruptedIOException expected) {
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 35 import java.io.InterruptedIOException;
101 if (exception instanceof InterruptedIOException) {
DefaultRequestDirector.java 35 import java.io.InterruptedIOException;
333 InterruptedIOException iox = new InterruptedIOException();
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
SocketInputBuffer.java 35 import java.io.InterruptedIOException;
87 } catch (InterruptedIOException e) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 21 import java.io.InterruptedIOException;
160 InterruptedIOException rethrow = new InterruptedIOException();
421 throw new InterruptedIOException();
531 throw new InterruptedIOException();
SpdyConnection.java 23 import java.io.InterruptedIOException;
305 throw new InterruptedIOException();
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 35 import java.io.InterruptedIOException;
151 * @throws InterruptedIOException if the connection has been aborted
153 protected final void assertNotAborted() throws InterruptedIOException {
155 throw new InterruptedIOException("Connection has been shut down.");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java 34 import java.io.InterruptedIOException;
171 throw new InterruptedIOException("Interruption in attaching to " + address);
PacketDispatcher.java 30 import java.io.InterruptedIOException;
608 connectionException = new InterruptedIOException(e.getMessage());
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 23 import java.io.InterruptedIOException;
119 } catch (InterruptedIOException e) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 20 import java.io.InterruptedIOException;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 2300 milliseconds