79670793

Date: 2025-06-18 14:20:29
Score: 2.5
Natty:
Report link

Here is an example - https://github.com/oracle/oci-java-sdk/blob/master/bmc-examples/src/main/java/HttpProxyExample.java

I think you can just add below to get the default null proxy.

final ProxyConfiguration proxyConfig =
        ProxyConfiguration.builder().build();
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rakesh Kumar Parappa