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