ktor-client-okhttp / io.ktor.client.engine.okhttp

Package io.ktor.client.engine.okhttp

Types

OkHttp

object OkHttp : HttpClientEngineFactory<OkHttpConfig>

HttpClientEngineFactory using a OkHttp based backend implementation with the the associated configuration OkHttpConfig.

OkHttpConfig

class OkHttpConfig : HttpClientEngineConfig

Configuration for OkHttp client engine.

OkHttpEngine

class OkHttpEngine : HttpClientEngineBase

OkHttpEngineContainer

class OkHttpEngineContainer : HttpClientEngineContainer

Exceptions

UnsupportedFrameTypeException

class UnsupportedFrameTypeException : IllegalArgumentException, CopyableThrowable<UnsupportedFrameTypeException>