Skip to content

Commit 1b6b1a5

Browse files
authored
http library
1 parent 5f58e55 commit 1b6b1a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

samples/nvp/cybs.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ allowRetry=true
2727
numberOfRetries=5
2828
retryInterval=5
2929

30+
#To use your own Http library set ClientHttpFactoryEnabled to true
31+
# set useClientHttpFactory field with the class name which has Http implementation. Provide the full class with package name.
32+
#ClientHttpFactoryEnabled=
33+
#useClientHttpFactory=
34+
3035
# If This property is set to true then the p12 certificate must be stored in JKS format
3136
# program will read it from there. If it is set to false then the certificate will be read from
3237
# the location specified above from the key directory location

0 commit comments

Comments
 (0)