Merge "Expose the getter for idle connection timeout."
This commit is contained in:
@@ -157,6 +157,7 @@ package android.net.http {
|
|||||||
|
|
||||||
public class QuicOptions {
|
public class QuicOptions {
|
||||||
method @Nullable public String getHandshakeUserAgent();
|
method @Nullable public String getHandshakeUserAgent();
|
||||||
|
method @Nullable public java.time.Duration getIdleConnectionTimeout();
|
||||||
method @Nullable public Integer getInMemoryServerConfigsCacheSize();
|
method @Nullable public Integer getInMemoryServerConfigsCacheSize();
|
||||||
method @NonNull public java.util.Set<java.lang.String> getQuicHostAllowlist();
|
method @NonNull public java.util.Set<java.lang.String> getQuicHostAllowlist();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user