mirror of
https://github.com/apache/jclouds.git
synced 2025-02-10 03:56:27 +00:00
Prefer ByteSourcePayload which offers a superset of its functionality. Note that ByteArrayPayload implicitly set the contentLength while users of ByteSourcePayload must do so explicitly.
# # A driver to use the Apache HTTP Components Client (http://hc.apache.org/) # as an encryption library in jclouds. # # TODO: Usage example.