Package io.ktor.client.engine.okhttp

Types

Link copied to clipboard
object OkHttp : HttpClientEngineFactory<OkHttpConfig>

A JVM/Android client engine that uses the OkHttp HTTP client. This engine supports Android 5.0 and newer.

Link copied to clipboard
class OkHttpConfig : HttpClientEngineConfig

A configuration for the OkHttp client engine.

Link copied to clipboard
class OkHttpEngine(config: OkHttpConfig) : HttpClientEngineBase
Link copied to clipboard
class OkHttpEngineContainer : HttpClientEngineContainer
Link copied to clipboard
class UnsupportedFrameTypeException(frame: Frame) : IllegalArgumentException, CopyableThrowable<UnsupportedFrameTypeException>