googleapis / google-http-java-client

Google HTTP Client Library for Java
Apache License 2.0
1.39k stars 448 forks source link

Allow customizations for the socket configurations #1926

Open lqiu96 opened 7 months ago

lqiu96 commented 7 months ago

Allow users to modify the the TCP options/ flags: https://docs.oracle.com/javase/8/docs/api/java/net/SocketOptions.html. Specifically, allow setting the SO_KEEPALIVE value to use OS keep-alive values.

See b/325293479 for more information.