Skip to content

Commit abb8946

Browse files
committed
apiDump
1 parent 7dc390a commit abb8946

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/protocol/http-client-engines/http-client-engine-okhttp/api/http-client-engine-okhttp.api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConf
6969
public final fun getCertificatePinner ()Lokhttp3/CertificatePinner;
7070
public final fun getCipherSuites ()Ljava/util/List;
7171
public final fun getConnectionIdlePollingInterval-FghU774 ()Lkotlin/time/Duration;
72+
public final fun getExecutorService ()Ljava/util/concurrent/ExecutorService;
7273
public final fun getHostnameVerifier ()Ljavax/net/ssl/HostnameVerifier;
7374
public final fun getKeyManager ()Ljavax/net/ssl/KeyManager;
7475
public final fun getMaxConcurrencyPerHost-pVg5ArA ()I
@@ -83,6 +84,7 @@ public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConf
8384
public final fun getCertificatePinner ()Lokhttp3/CertificatePinner;
8485
public final fun getCipherSuites ()Ljava/util/List;
8586
public final fun getConnectionIdlePollingInterval-FghU774 ()Lkotlin/time/Duration;
87+
public final fun getExecutorService ()Ljava/util/concurrent/ExecutorService;
8688
public final fun getHostnameVerifier ()Ljavax/net/ssl/HostnameVerifier;
8789
public final fun getKeyManager ()Ljavax/net/ssl/KeyManager;
8890
public final fun getMaxConcurrencyPerHost-0hXNFcg ()Lkotlin/UInt;
@@ -91,6 +93,7 @@ public final class aws/smithy/kotlin/runtime/http/engine/okhttp/OkHttpEngineConf
9193
public final fun setCertificatePinner (Lokhttp3/CertificatePinner;)V
9294
public final fun setCipherSuites (Ljava/util/List;)V
9395
public final fun setConnectionIdlePollingInterval-BwNAW2A (Lkotlin/time/Duration;)V
96+
public final fun setExecutorService (Ljava/util/concurrent/ExecutorService;)V
9497
public final fun setHostnameVerifier (Ljavax/net/ssl/HostnameVerifier;)V
9598
public final fun setKeyManager (Ljavax/net/ssl/KeyManager;)V
9699
public final fun setMaxConcurrencyPerHost-ExVfyTY (Lkotlin/UInt;)V

0 commit comments

Comments
 (0)