Interface HttpConnectionFactory2.GitSession

    • Method Detail

      • configure

        @NonNull
        HttpConnection configure​(@NonNull
                                 HttpConnection connection,
                                 boolean sslVerify)
                          throws java.io.IOException,
                                 java.security.GeneralSecurityException
        Configure a just created HttpConnection.
        Parameters:
        connection - to configure; created by the same HttpConnectionFactory instance
        sslVerify - whether SSL is to be verified
        Returns:
        the configured
        Throws:
        java.io.IOException - if the connection cannot be configured
        java.security.GeneralSecurityException - if the connection cannot be configured