Skip to content

Commit 2176935

Browse files
authored
Http Library
1 parent 24f67c4 commit 2176935

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

java/src/main/resources/cybs.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ allowRetry=true
3232
numberOfRetries=5
3333
retryInterval=5
3434

35+
#To use your own Http library set ClientHttpFactoryEnabled to true
36+
# set useClientHttpFactory field with the class name which has Http implementation. Provide the full class with package name.
37+
#ClientHttpFactoryEnabled=
38+
#useClientHttpFactory=
39+
3540
# If This property is set to true then the p12 certificate must be stored in JKS format
3641
# program will read it from there. If it is set to false then the certificate will be read from
3742
# the location specified above from the key directory location

0 commit comments

Comments
 (0)