Uses of Interface
org.jclouds.io.ContentMetadataCodec
-
Packages that use ContentMetadataCodec Package Description org.jclouds.azureblob.xml org.jclouds.blobstore org.jclouds.http.apachehc org.jclouds.http.internal org.jclouds.io -
-
Uses of ContentMetadataCodec in org.jclouds.azureblob.xml
Constructors in org.jclouds.azureblob.xml with parameters of type ContentMetadataCodec Constructor Description ContainerNameEnumerationResultsHandler(DateService dateParser, ContentMetadataCodec contentMetadataCodec) -
Uses of ContentMetadataCodec in org.jclouds.blobstore
Constructors in org.jclouds.blobstore with parameters of type ContentMetadataCodec Constructor Description LocalBlobRequestSigner(BasicAuthentication basicAuth, BlobToHttpGetOptions blob2HttpGetOptions, com.google.common.base.Supplier<URI> endpoint, ContentMetadataCodec contentMetadataCodec) -
Uses of ContentMetadataCodec in org.jclouds.http.apachehc
Constructors in org.jclouds.http.apachehc with parameters of type ContentMetadataCodec Constructor Description ApacheHCUtils(ContentMetadataCodec contentMetadataCodec) -
Uses of ContentMetadataCodec in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as ContentMetadataCodec Modifier and Type Field Description protected ContentMetadataCodecBaseHttpCommandExecutorService. contentMetadataCodecConstructors in org.jclouds.http.internal with parameters of type ContentMetadataCodec Constructor Description BaseHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, String idempotentMethods)JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, 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, String idempotentMethods, int outputSocketBufferSize, String userAgent) -
Uses of ContentMetadataCodec in org.jclouds.io
Classes in org.jclouds.io that implement ContentMetadataCodec Modifier and Type Class Description static classContentMetadataCodec.DefaultContentMetadataCodecDefault implementation, in accordance with HTTP 1.1 spec.
-