Merge "Expose the getter for idle connection timeout."

This commit is contained in:
Dan Stahr
2023-03-09 11:33:18 +00:00
committed by Gerrit Code Review

View File

@@ -157,6 +157,7 @@ package android.net.http {
public class QuicOptions {
method @Nullable public String getHandshakeUserAgent();
method @Nullable public java.time.Duration getIdleConnectionTimeout();
method @Nullable public Integer getInMemoryServerConfigsCacheSize();
method @NonNull public java.util.Set<java.lang.String> getQuicHostAllowlist();
}