In older versions of JCo (2.xx), the connections were handled directly: the developer needed to create the connection and then close it. It was intuitive.
With the newer versions there's no closing connection method, just getDestination
methods.
I was wondering: how and when is an established connection closed?