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>
118118extends 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 > ​(java.lang.String 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 > ​(java.lang.String environment,
177177 java.lang.String privateKey,
178178 < a href ="Env.Tokens.html " title ="class in com.bitpay.sdk "> Env.Tokens</ a > tokens,
179- org.apache.http.HttpHost proxy)</ code > </ th >
179+ org.apache.http.HttpHost proxy,
180+ org.apache.http.client.CredentialsProvider 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 > ​(java.lang.String configFilePath,
186- org.apache.http.HttpHost 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 > ​(java.lang.String configFilePath,
187+ org.apache.http.HttpHost proxy,
188+ org.apache.http.client.CredentialsProvider 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 ="<init>(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost) ">
661+ < a id ="<init>(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 Client​(java.lang.String environment,
666668 java.lang.String privateKey,
667669 < a href ="Env.Tokens.html " title ="class in com.bitpay.sdk "> Env.Tokens</ a > tokens,
668- org.apache.http.HttpHost proxy)
670+ org.apache.http.HttpHost proxy,
671+ org.apache.http.client.CredentialsProvider 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 ="<init>(java.lang.String,org.apache.http.HttpHost) ">
686+ < a id ="<init>(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 Client​(java.lang.String configFilePath,
689- org.apache.http.HttpHost proxy)
693+ org.apache.http.HttpHost proxy,
694+ org.apache.http.client.CredentialsProvider 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 >
0 commit comments