Package-level declarations

Types

Link copied to clipboard
expect class ConnectTimeoutException(message: String, cause: Throwable? = null) : IOException

This exception is thrown in case connect timeout exceeded.

actual class ConnectTimeoutException(message: String, cause: Throwable?) : IOException

This exception is thrown in case connect timeout exceeded.

actual class ConnectTimeoutException(message: String, val cause: Throwable?) : ConnectException

This exception is thrown in case of connect timeout exceeded.

actual class ConnectTimeoutException(message: String, cause: Throwable?) : IOException

This exception is thrown in case connect timeout exceeded.

Link copied to clipboard
expect open class InterruptedIOException : IOException
actual open class InterruptedIOException : IOException
actual open class InterruptedIOException : IOException
Link copied to clipboard

This exception is thrown in case socket timeout (read or write) exceeded.

This exception is thrown in case socket timeout (read or write) exceeded.

This exception is thrown in case socket timeout (read or write) exceeded.

This exception is thrown in case socket timeout (read or write) exceeded.

Functions

Link copied to clipboard
expect fun SocketTimeoutException(message: String, cause: Throwable? = null): SocketTimeoutException