Uses of Class
org.jclouds.http.HttpUtils
-
Packages that use HttpUtils Package Description org.jclouds.http.internal -
-
Uses of HttpUtils in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as HttpUtils Modifier and Type Field Description protected HttpUtilsBaseHttpCommandExecutorService. utilsConstructors in org.jclouds.http.internal with parameters of type HttpUtils 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)
-