Package io.ktor.client.engine.cio

Types

Link copied to clipboard
object CIO : HttpClientEngineFactory<CIOEngineConfig>

An asynchronous coroutine-based engine that can be used on JVM, Android, and Kotlin/Native.

Link copied to clipboard
class CIOEngineConfig : HttpClientEngineConfig

A configuration for the CIO client engine.

Link copied to clipboard
class CIOEngineContainer : HttpClientEngineContainer
Link copied to clipboard
class ClientClosedException(cause: Throwable?) : IllegalStateException
Link copied to clipboard
class EndpointConfig

Contains Endpoint settings.

Link copied to clipboard
class FailToConnectException : Exception

Functions

Link copied to clipboard
fun CIOEngineConfig.endpoint(block: EndpointConfig.() -> Unit): EndpointConfig

Provides access to Endpoint settings.