Skip to content

Commit 4efb820

Browse files
committed
readme correction
1 parent a0f33b1 commit 4efb820

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ You do not need to download and build the source to use the SDK but if you want
7878

7979
Note: This number cannot be greater than Maximum Total Connections and every connection created here also counts into Maximum Total Connections.
8080
- `connectionRequestTimeoutMs` Time taken in milliseconds to get connection request from the pool. If it times out, it will throw error as Timeout waiting for connection from pool
81-
- `connectionTimeoutMs` Specifies the number of milliseconds to wait while a connection is being established.
82-
- `socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
81+
- `connectionTimeoutMs` Specifies the number of milliseconds to wait while a connection is being established. With 6.2.11 release onwards, this property can be used for basic
82+
apache http client and JDK provided HttpUrlConnection implementation as well while keeping the backward compatibility with 'timeout' property.
83+
- `socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
84+
With 6.2.11 release onwards, this property can be used for basic apache http client and JDK provided HttpUrlConnection implementation as well while keeping the
85+
backward compatibility with 'timeout' property.
8386
- `evictThreadSleepTimeMs` Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
8487
This thread will check if any idle/expired/stale connections are available in pool and evict it.
8588
- `maxKeepAliveTimeMs` Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
@@ -247,7 +250,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
247250

248251
## Changes
249252
_______________________________
250-
Version Cybersource-sdk-java 6.2.11 (JUNE,2020)
253+
Version Cybersource-sdk-java 6.2.11 (MAY,2020)
251254
_______________________________
252255
1)Exception handling improvement.
253256
2)Upgrading Apache's basic http client functionality.

zip/README

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
8989
In SDK, all above config does same functionality and the same value can be given to these configs as we have only one route.
9090
Note: This number cannot be greater than Maximum Total Connections and every connection created here also counts into Maximum Total Connections.
9191
- 'connectionRequestTimeoutMs' Time taken in milliseconds to get connection request from the pool. If it times out, it will throw error as Timeout waiting for connection from pool
92-
- 'connectionTimeoutMs' Specifies the number of milliseconds to wait while a connection is being established.
93-
- 'socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
92+
- 'connectionTimeoutMs' Specifies the number of milliseconds to wait while a connection is being established. With 6.2.11 release onwards, this property can be used for basic
93+
apache http client and JDK provided HttpUrlConnection implementation as well while keeping the backward compatibility with 'timeout' property.
94+
- 'socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets. With 6.2.11 release onward,
95+
this property can be used for basic apache http client and JDK provided HttpUrlConnection implementation as well while keeping the backward compatibility with 'timeout' property.
9496
- 'evictThreadSleepTimeMs' Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
9597
This thread will check if any idle/expired/stale connections are available in pool and evict it.
9698
- 'maxKeepAliveTimeMs' Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
@@ -275,7 +277,7 @@ Provides low level HTTP transport components that can be used to build custom cl
275277

276278
##Changes
277279

278-
Version Cybersource-sdk-java 6.2.11 (JUNE,2020)
280+
Version Cybersource-sdk-java 6.2.11 (MAY,2020)
279281
_______________________________
280282

281283
1)Exception handling improvement.

0 commit comments

Comments
 (0)