Uses of Interface
org.jclouds.io.ContentMetadataCodec

Packages that use ContentMetadataCodec
org.jclouds.http.internal   
org.jclouds.io   
 

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, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire)
           
JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, HostnameVerifier verifier, com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider, com.google.common.base.Function<URI,Proxy> proxyForURI)
           
 

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.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.