Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for determineHttpsProtocols (0.21 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientConfigurer.java

         *
         * @implNote To support the Gradle embedded test runner, this method's return value should not be cached in a static field.
         */
        private String[] determineHttpsProtocols() {
            /*
             * System property retrieval is executed within the constructor to support the Gradle embedded test runner.
             */
            String httpsProtocols = System.getProperty(HTTPS_PROTOCOLS);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 18.5K bytes
    - Viewed (0)
Back to top