You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/protocol/http-client-engines/http-client-engine-okhttp/api/http-client-engine-okhttp.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,8 @@ public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConf
87
87
}
88
88
89
89
public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineKt {
90
-
public static final fun buildClient (Laws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConfig;Laws/smithy/kotlin/runtime/http/engine/internal/HttpClientMetrics;)Lokhttp3/OkHttpClient;
90
+
public static final fun buildClient (Laws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConfig;Laws/smithy/kotlin/runtime/http/engine/internal/HttpClientMetrics;Lokhttp3/ConnectionPool;)Lokhttp3/OkHttpClient;
91
+
public static synthetic fun buildClient$default (Laws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConfig;Laws/smithy/kotlin/runtime/http/engine/internal/HttpClientMetrics;Lokhttp3/ConnectionPool;ILjava/lang/Object;)Lokhttp3/OkHttpClient;
91
92
}
92
93
93
94
public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpHeadersAdapter : aws/smithy/kotlin/runtime/http/Headers {
Copy file name to clipboardExpand all lines: runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/src/aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngine.kt
0 commit comments