Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
http-client-engine-okhttp
/
aws.smithy.kotlin.runtime.http.engine.okhttp
/
OkHttpEngine
Ok
Http
Engine
class
OkHttpEngine
(
val
config
:
OkHttpEngineConfig
)
:
HttpClientEngineBase
aws.smithy.kotlin.runtime.http.engine.HttpClientEngine
based on OkHttp.
Members
Constructors
Ok
Http
Engine
Link copied to clipboard
constructor
(
)
constructor
(
config
:
OkHttpEngineConfig
)
Types
Companion
Link copied to clipboard
object
Companion
:
EngineFactory
<
OkHttpEngineConfig.Builder
,
OkHttpEngine
>
Properties
config
Link copied to clipboard
open
override
val
config
:
OkHttpEngineConfig
Inherited properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
Functions
round
Trip
Link copied to clipboard
open
suspend override
fun
roundTrip
(
context
:
ExecutionContext
,
request
:
HttpRequest
)
:
HttpCall
Inherited functions
close
Link copied to clipboard
override
fun
close
(
)