Skip to content

Commit 69bc106

Browse files
author
Antonio Buedo
authored
#v7.1.2111.0-rc - Ready proxy update (#79)
* - Proxy credentials provider supported
1 parent 1a47b29 commit 69bc106

File tree

147 files changed

+340
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+340
-309
lines changed

apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/com/bitpay/sdk/Client.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>Client</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -118,9 +118,9 @@ <h2 title="Class Client" class="title">Class Client</h2>
118118
extends java.lang.Object</pre>
119119
<dl>
120120
<dt><span class="simpleTagLabel">Version:</span></dt>
121-
<dd>7.0.2110
121+
<dd>7.1.2111
122122
See bitpay.com/api for more information.
123-
date 11.10.2021</dd>
123+
date 04.11.2021</dd>
124124
<dt><span class="simpleTagLabel">Author:</span></dt>
125125
<dd>Antonio Buedo</dd>
126126
</dl>
@@ -173,17 +173,19 @@ <h3>Constructor Summary</h3>
173173
</tr>
174174
<tbody>
175175
<tr class="altColor">
176-
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost)">Client</a></span>&#8203;(java.lang.String&nbsp;environment,
176+
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)">Client</a></span>&#8203;(java.lang.String&nbsp;environment,
177177
java.lang.String&nbsp;privateKey,
178178
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens,
179-
org.apache.http.HttpHost&nbsp;proxy)</code></th>
179+
org.apache.http.HttpHost&nbsp;proxy,
180+
org.apache.http.client.CredentialsProvider&nbsp;proxyCredentials)</code></th>
180181
<td class="colLast">
181182
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
182183
</td>
183184
</tr>
184185
<tr class="rowColor">
185-
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,org.apache.http.HttpHost)">Client</a></span>&#8203;(java.lang.String&nbsp;configFilePath,
186-
org.apache.http.HttpHost&nbsp;proxy)</code></th>
186+
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)">Client</a></span>&#8203;(java.lang.String&nbsp;configFilePath,
187+
org.apache.http.HttpHost&nbsp;proxy,
188+
org.apache.http.client.CredentialsProvider&nbsp;proxyCredentials)</code></th>
187189
<td class="colLast">
188190
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
189191
</td>
@@ -656,7 +658,7 @@ <h4>_currenciesInfo</h4>
656658
<!-- -->
657659
</a>
658660
<h3>Constructor Detail</h3>
659-
<a id="&lt;init&gt;(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost)">
661+
<a id="&lt;init&gt;(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)">
660662
<!-- -->
661663
</a>
662664
<ul class="blockList">
@@ -665,7 +667,8 @@ <h4>Client</h4>
665667
<pre>public&nbsp;Client&#8203;(java.lang.String&nbsp;environment,
666668
java.lang.String&nbsp;privateKey,
667669
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens,
668-
org.apache.http.HttpHost&nbsp;proxy)
670+
org.apache.http.HttpHost&nbsp;proxy,
671+
org.apache.http.client.CredentialsProvider&nbsp;proxyCredentials)
669672
throws <a href="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a></pre>
670673
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
671674
<dl>
@@ -674,25 +677,28 @@ <h4>Client</h4>
674677
<dd><code>privateKey</code> - The full path to the securely located private key or the HEX key value.</dd>
675678
<dd><code>tokens</code> - Env.Tokens containing the available tokens.</dd>
676679
<dd><code>proxy</code> - HttpHost Optional Proxy setting (set to NULL to ignore)</dd>
680+
<dd><code>proxyCredentials</code> - CredentialsProvider Optional Proxy Basic Auth Credentials (set to NULL to ignore)</dd>
677681
<dt><span class="throwsLabel">Throws:</span></dt>
678682
<dd><code><a href="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a></code> - BitPayException class</dd>
679683
</dl>
680684
</li>
681685
</ul>
682-
<a id="&lt;init&gt;(java.lang.String,org.apache.http.HttpHost)">
686+
<a id="&lt;init&gt;(java.lang.String,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)">
683687
<!-- -->
684688
</a>
685689
<ul class="blockListLast">
686690
<li class="blockList">
687691
<h4>Client</h4>
688692
<pre>public&nbsp;Client&#8203;(java.lang.String&nbsp;configFilePath,
689-
org.apache.http.HttpHost&nbsp;proxy)
693+
org.apache.http.HttpHost&nbsp;proxy,
694+
org.apache.http.client.CredentialsProvider&nbsp;proxyCredentials)
690695
throws <a href="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a></pre>
691696
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
692697
<dl>
693698
<dt><span class="paramLabel">Parameters:</span></dt>
694699
<dd><code>configFilePath</code> - The path to the configuration file.</dd>
695700
<dd><code>proxy</code> - HttpHost Optional Proxy setting (set to NULL to ignore)</dd>
701+
<dd><code>proxyCredentials</code> - CredentialsProvider Optional Proxy Basic Auth Credentials (set to NULL to ignore)</dd>
696702
<dt><span class="throwsLabel">Throws:</span></dt>
697703
<dd><code><a href="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a></code> - BitPayException class</dd>
698704
</dl>

apidocs/com/bitpay/sdk/Config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>Config</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.Tokens.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>Env.Tokens</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>Env</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillCreationException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>BillCreationException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>BillDeliveryException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>BillException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillQueryException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Mon Oct 11 18:04:20 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Nov 04 14:52:47 CET 2021 -->
66
<title>BillQueryException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-10-11">
8+
<meta name="dc.created" content="2021-11-04">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

0 commit comments

Comments
 (0)