Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
http-client-engine-okhttp4
/
aws.smithy.kotlin.runtime.http.engine.okhttp4
/
OkHttp4Engine
Ok
Http4Engine
class
OkHttp4Engine
(
val
config
:
OkHttpEngineConfig
)
:
HttpClientEngineBase
aws.smithy.kotlin.runtime.http.engine.HttpClientEngine
based on OkHttp3-4.x.
Members
Constructors
Ok
Http4Engine
Link copied to clipboard
constructor
(
)
constructor
(
config
:
OkHttpEngineConfig
)
Types
Companion
Link copied to clipboard
object
Companion
:
EngineFactory
<
OkHttpEngineConfig.Builder
,
OkHttp4Engine
>
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
(
)