org.jclouds.azure.storage.util
Class AzureStorageUtils

java.lang.Object
  extended by org.jclouds.azure.storage.util.AzureStorageUtils

public class AzureStorageUtils
extends Object

Encryption, Hashing, and IO Utilities needed to sign and verify Azure Storage requests and responses.


Constructor Summary
AzureStorageUtils()
           
 
Method Summary
 AzureStorageError parseAzureStorageErrorFromContent(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response, InputStream content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzureStorageUtils

public AzureStorageUtils()
Method Detail

parseAzureStorageErrorFromContent

public AzureStorageError parseAzureStorageErrorFromContent(org.jclouds.http.HttpCommand command,
                                                           org.jclouds.http.HttpResponse response,
                                                           InputStream content)
                                                    throws org.jclouds.http.HttpException
Throws:
org.jclouds.http.HttpException


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.