Uses of Class
base.Driver

Packages that use Driver
base.connection   
libcloud   
libcloud.providers.amazon   
libcloud.providers.ibm   
libcloud.providers.rackspace   
simplecloud.storage   
simplecloud.storage.providers.amazon   
simplecloud.storage.providers.nirvanix   
 

Uses of Driver in base.connection
 

Fields in base.connection declared as Driver
protected  Driver ConnectionKey.driver
          References the driver that owns this connection.
 

Constructors in base.connection with parameters of type Driver
ConnectionKey(java.lang.String accessKey, boolean secure, java.lang.String host, Driver driver)
          Constructs this connection with the default port.
ConnectionKey(java.lang.String accessKey, boolean secure, java.lang.String host, int port, Driver driver)
          Constructs this connection.
ConnectionUserAndKey(java.lang.String accessId, java.lang.String accessKey, boolean secure, java.lang.String host, Driver driver)
          Constructs this ConnectionUserAndKey with a default port.
ConnectionUserAndKey(java.lang.String accessId, java.lang.String accessKey, boolean secure, java.lang.String host, int port, Driver driver)
          Constructs this ConnectionUserAndKey.
LoggingConnection(java.lang.String key, boolean secure, java.lang.String host, int port, Driver driver)
           
LoggingConnectionUserAndKey(java.lang.String accessId, java.lang.String accessKey, boolean secure, java.lang.String host, int port, Driver driver)
           
 

Uses of Driver in libcloud
 

Subclasses of Driver in libcloud
 class NodeDriver
           
 

Uses of Driver in libcloud.providers.amazon
 

Subclasses of Driver in libcloud.providers.amazon
 class EC2APSEDriver
           
 class EC2Driver
           
 class EC2EUWestDriver
           
 class EC2USEastDriver
           
 class EC2USWestDriver
           
 

Constructors in libcloud.providers.amazon with parameters of type Driver
EC2Connection(java.lang.String accessId, java.lang.String accessKey, java.lang.String host, Driver driver)
           
 

Uses of Driver in libcloud.providers.ibm
 

Subclasses of Driver in libcloud.providers.ibm
 class IBMDriver
           
 

Uses of Driver in libcloud.providers.rackspace
 

Subclasses of Driver in libcloud.providers.rackspace
 class RackspaceDriver
           
 

Uses of Driver in simplecloud.storage
 

Subclasses of Driver in simplecloud.storage
 class StorageAdapter
           
 

Uses of Driver in simplecloud.storage.providers.amazon
 

Subclasses of Driver in simplecloud.storage.providers.amazon
 class S3Adapter
           
 

Constructors in simplecloud.storage.providers.amazon with parameters of type Driver
S3Connection(java.lang.String accessId, java.lang.String accessKey, java.lang.String host, Driver driver)
           
 

Uses of Driver in simplecloud.storage.providers.nirvanix
 

Subclasses of Driver in simplecloud.storage.providers.nirvanix
 class NirvanixAdapter
           
 

Constructors in simplecloud.storage.providers.nirvanix with parameters of type Driver
NirvanixConnection(java.lang.String appKey, java.lang.String accessId, java.lang.String accessKey, java.lang.String host, Driver driver)