Skip to content

Commit 0fff9ae

Browse files
authored
http library
1 parent ec7a920 commit 0fff9ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

zip/README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,12 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
7171
k. "allowRetry" config parameter will only work for HttpClient. Set allowRetry config parameter to "true" to enable retry mechanism and set merchant specific values for the retry.
7272
Set integer values for config parameter numberOfRetries & retryInterval. Retry Interval is time delay for next retry in seconds. number of retry parameter should be set between
7373
1 to 5 any other value will throw an Error Message. Refer to the "Retry Pattern" section below.
74+
75+
l. Set ClientHttpFactoryEnabled to true to make us of Custom Http Library.
76+
- Enter the custom class name in useClientHttpFactory field. Provide the full package name along with the class name.
77+
example useClientHttpFactory= <packagename.customHttpClass>
7478

75-
l. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
79+
m. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
7680

7781
##Testing the Client
7882
1.) Unzip the downloaded zip file into a directory of your choice. It will create a directory called

0 commit comments

Comments
 (0)