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.

Author:
Adrian Cole

Constructor Summary
AzureStorageUtils()
           
 
Method Summary
 AzureStorageError parseAzureStorageErrorFromContent(HttpCommand command, 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(HttpCommand command,
                                                           HttpResponse response,
                                                           InputStream content)
                                                    throws HttpException
Throws:
HttpException


Copyright © 2009-2012 jclouds. All Rights Reserved.