google-adk-kotlin
Toggle table of contents
0.9.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.tools.mcp
/
McpConnectionParameters
/
StreamableHttp
/
StreamableHttp
Streamable
Http
jvm
constructor
(
url
:
String
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
timeout
:
Duration
=
Duration.ofSeconds(5)
,
readTimeout
:
Duration
=
Duration.ofMinutes(5)
)