Class AtmosUtils


  • public class AtmosUtils
    extends Object
    Encryption, Hashing, and IO Utilities needed to sign and verify Atmos Storage requests and responses.
    • Constructor Detail

      • AtmosUtils

        public AtmosUtils()
    • Method Detail

      • parseAtmosErrorFromContent

        public AtmosError parseAtmosErrorFromContent​(org.jclouds.http.HttpCommand command,
                                                     org.jclouds.http.HttpResponse response,
                                                     InputStream content)
                                              throws org.jclouds.http.HttpException
        Throws:
        org.jclouds.http.HttpException
      • deletePathAndEnsureGone

        public static void deletePathAndEnsureGone​(AtmosClient sync,
                                                   String path)
      • parseAtmosErrorFromContent

        public AtmosError parseAtmosErrorFromContent​(org.jclouds.http.HttpCommand command,
                                                     org.jclouds.http.HttpResponse response,
                                                     String content)
                                              throws org.jclouds.http.HttpException
        Throws:
        org.jclouds.http.HttpException