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 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 class SocketTimeoutException(message: String, cause: Throwable? = null) : IOException

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

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

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

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

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

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

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

Functions

Link copied to clipboard