koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-features-common
/
ai.koog.agents.local.features.common.remote.client.config
/
ClientConnectionConfig
/
ClientConnectionConfig
Client
Connection
Config
constructor
(
host
:
String
,
port
:
Int
?
=
null
,
protocol
:
URLProtocol
=
URLProtocol.HTTPS
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
reconnectionDelay
:
Duration
?
=
null
,
requestTimeout
:
Duration
?
=
5.seconds
,
connectTimeout
:
Duration
?
=
15.seconds
)
(
source
)