Uses of Interface
org.jclouds.io.ContentMetadataCodec
-
Packages that use ContentMetadataCodec Package Description org.jclouds.http.internal org.jclouds.io -
-
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.
-