Uses of Interface
org.jclouds.io.ContentMetadataCodec

Packages that use ContentMetadataCodec
org.jclouds.azureblob.xml   
org.jclouds.blobstore   
org.jclouds.gae   
org.jclouds.http.apachehc   
org.jclouds.http.internal   
org.jclouds.io   
org.jclouds.rest.internal   
 

Uses of ContentMetadataCodec in org.jclouds.azureblob.xml
 

Constructors in org.jclouds.azureblob.xml with parameters of type ContentMetadataCodec
ContainerNameEnumerationResultsHandler(DateService dateParser, ContentMetadataCodec contentMetadataCodec)
           
 

Uses of ContentMetadataCodec in org.jclouds.blobstore
 

Fields in org.jclouds.blobstore declared as ContentMetadataCodec
protected  ContentMetadataCodec LocalAsyncBlobStore.contentMetadataCodec
           
 

Constructors in org.jclouds.blobstore with parameters of type ContentMetadataCodec
LocalAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, ContentMetadataCodec contentMetadataCodec, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, LocalStorageStrategy storageStrategy)
           
TransientBlobRequestSigner(BasicAuthentication basicAuth, BlobToHttpGetOptions blob2HttpGetOptions, com.google.common.base.Supplier<URI> endpoint, ContentMetadataCodec contentMetadataCodec)
           
 

Uses of ContentMetadataCodec in org.jclouds.gae
 

Fields in org.jclouds.gae declared as ContentMetadataCodec
protected  ContentMetadataCodec ConvertToGaeRequest.contentMetadataCodec
           
 

Constructors in org.jclouds.gae with parameters of type ContentMetadataCodec
ConvertToJcloudsResponse(ContentMetadataCodec contentMetadataCodec)
           
GaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService, HttpUtils utils, ContentMetadataCodec contentMetadataCodec, ExecutorService ioExecutor, IOExceptionRetryHandler ioRetryHandler, DelegatingRetryHandler retryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, ConvertToGaeRequest convertToGaeRequest, ConvertToJcloudsResponse convertToJcloudsResponse)
           
 

Uses of ContentMetadataCodec in org.jclouds.http.apachehc
 

Constructors in org.jclouds.http.apachehc with parameters of type ContentMetadataCodec
ApacheHCUtils(ContentMetadataCodec contentMetadataCodec)
           
 

Uses of ContentMetadataCodec in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as ContentMetadataCodec
protected  ContentMetadataCodec BaseHttpCommandExecutorService.contentMetadataCodec
           
 

Constructors in org.jclouds.http.internal with parameters of type ContentMetadataCodec
BaseHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, ExecutorService ioWorkerExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire)
           
JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, ExecutorService ioWorkerExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, HostnameVerifier verifier, com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider)
           
 

Uses of ContentMetadataCodec in org.jclouds.io
 

Classes in org.jclouds.io that implement ContentMetadataCodec
static class ContentMetadataCodec.DefaultContentMetadataCodec
          Default implementation, in accordance with HTTP 1.1 spec.
 

Uses of ContentMetadataCodec in org.jclouds.rest.internal
 

Constructors in org.jclouds.rest.internal with parameters of type ContentMetadataCodec
RestAnnotationProcessor(com.google.inject.Injector injector, com.google.common.cache.LoadingCache<Class<?>,Boolean> seedAnnotationCache, String apiVersion, String buildVersion, ParseSax.Factory parserFactory, HttpUtils utils, ContentMetadataCodec contentMetadataCodec, com.google.inject.TypeLiteral<T> typeLiteral)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.