org.jclouds.ec2.options.internal
Class BaseEC2RequestOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.ec2.options.internal.BaseEC2RequestOptions
All Implemented Interfaces:
HttpRequestOptions
Direct Known Subclasses:
BundleInstanceS3StorageOptions, CreateImageOptions, CreateSecurityGroupOptions, CreateSnapshotOptions, DescribeAvailabilityZonesOptions, DescribeImagesOptions, DescribeRegionsOptions, DescribeSnapshotsOptions, DescribeSpotPriceHistoryOptions, DetachVolumeOptions, RegisterImageOptions, RequestSpotInstancesOptions, RunInstancesOptions

public class BaseEC2RequestOptions
extends BaseHttpRequestOptions

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
BaseEC2RequestOptions()
           
 
Method Summary
protected  Set<String> getFormValuesWithKeysPrefixedBy(String prefix)
           
protected  void indexFormValuesWithPrefix(String prefix, Iterable<String> values)
           
protected  void indexFormValuesWithPrefix(String prefix, String... values)
           
 String toString()
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseEC2RequestOptions

public BaseEC2RequestOptions()
Method Detail

toString

public String toString()
Overrides:
toString in class BaseHttpRequestOptions

indexFormValuesWithPrefix

protected void indexFormValuesWithPrefix(String prefix,
                                         String... values)

indexFormValuesWithPrefix

protected void indexFormValuesWithPrefix(String prefix,
                                         Iterable<String> values)

getFormValuesWithKeysPrefixedBy

protected Set<String> getFormValuesWithKeysPrefixedBy(String prefix)


Copyright © 2009-2011 jclouds. All Rights Reserved.