Uses of Class
java.io.InterruptedIOException
| Package | Description |
|---|---|
| java.net | |
| libcore.io | |
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl.conn |
-
Uses of InterruptedIOException in java.net
Subclasses of InterruptedIOException in java.net Modifier and Type Class Description classSocketTimeoutExceptionThis exception is thrown when a timeout expired on a socketreadoracceptoperation. -
Uses of InterruptedIOException in libcore.io
Methods in libcore.io that throw InterruptedIOException Modifier and Type Method Description static voidIoUtils. throwInterruptedIoException() -
Uses of InterruptedIOException in org.apache.http.conn
Subclasses of InterruptedIOException in org.apache.http.conn Modifier and Type Class Description classConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.classConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. -
Uses of InterruptedIOException in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn that throw InterruptedIOException Modifier and Type Method Description protected voidAbstractClientConnAdapter. assertNotAborted()Asserts that the connection has not been aborted.