commit | f63b5df622b5166b6bf6fceffd55247c410ceb7b | [log] [tgz] |
---|---|---|
author | Dan Stahr <danstahr@google.com> | Thu Mar 02 17:05:59 2023 +0000 |
committer | Dan Stahr <danstahr@google.com> | Thu Mar 09 11:32:11 2023 +0000 |
tree | 15db49ee41bb8bce95ee1ae91112cb9e28051607 | |
parent | 4e8a7d237cb6020d48bb495d1377b27acb3275a1 [diff] |
Expose the getter for idle connection timeout. Test: m Bug: 271423645 API-Coverage-Bug: 251012627 Change-Id: I10862786e83e79ced1c4afd9328d6a158bae7232
diff --git a/Tethering/common/TetheringLib/cronet_enabled/api/current.txt b/Tethering/common/TetheringLib/cronet_enabled/api/current.txt index 777138d..db33c96 100644 --- a/Tethering/common/TetheringLib/cronet_enabled/api/current.txt +++ b/Tethering/common/TetheringLib/cronet_enabled/api/current.txt
@@ -156,6 +156,7 @@ public class QuicOptions { method @Nullable public String getHandshakeUserAgent(); + method @Nullable public java.time.Duration getIdleConnectionTimeout(); method @Nullable public Integer getInMemoryServerConfigsCacheSize(); method public java.util.Set<java.lang.String> getQuicHostAllowlist(); }