mirror of
https://github.com/apache/jclouds.git
synced 2025-02-10 03:56:27 +00:00
We plan to transition Payload to ByteSource in the next major release. Unfortunately Payload.getInput masks its checked exception and ByteSource.getInput is final so we cannot continue to mask the exceptions. Deprecation of getInput and addition openStream allows us to transition callers from the former to the latter.
# # A driver to use the Apache HTTP Components Client (http://hc.apache.org/) # as an encryption library in jclouds. # # TODO: Usage example.