Uses of Class
org.jclouds.http.internal.BaseHttpCommandExecutorService
-
Packages that use BaseHttpCommandExecutorService Package Description org.jclouds.http.apachehc org.jclouds.http.internal org.jclouds.http.okhttp org.jclouds.profitbricks.http -
-
Uses of BaseHttpCommandExecutorService in org.jclouds.http.apachehc
Subclasses of BaseHttpCommandExecutorService in org.jclouds.http.apachehc Modifier and Type Class Description class
ApacheHCHttpCommandExecutorService
Simple implementation of aHttpCommandExecutorService
, Apache Components HttpClient 4.x. -
Uses of BaseHttpCommandExecutorService in org.jclouds.http.internal
Subclasses of BaseHttpCommandExecutorService in org.jclouds.http.internal Modifier and Type Class Description class
JavaUrlHttpCommandExecutorService
-
Uses of BaseHttpCommandExecutorService in org.jclouds.http.okhttp
Subclasses of BaseHttpCommandExecutorService in org.jclouds.http.okhttp Modifier and Type Class Description class
OkHttpCommandExecutorService
-
Uses of BaseHttpCommandExecutorService in org.jclouds.profitbricks.http
Subclasses of BaseHttpCommandExecutorService in org.jclouds.profitbricks.http Modifier and Type Class Description class
ResponseStatusFromPayloadHttpCommandExecutorService
Custom implementation of the HTTP driver to read actual http status and message from SOAP Fault.
-