Uses of Class
org.jclouds.http.internal.HttpWire

Packages that use HttpWire
org.jclouds.gae   
org.jclouds.http.internal   
 

Uses of HttpWire in org.jclouds.gae
 

Fields in org.jclouds.gae declared as HttpWire
protected  HttpWire AsyncGaeHttpCommandExecutorService.wire
           
 

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

Uses of HttpWire in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as HttpWire
protected  HttpWire BaseHttpCommandExecutorService.wire
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.