Uses of Interface
org.jclouds.rest.HttpClient
-
Packages that use HttpClient Package Description org.jclouds.openstack.glance.functions org.jclouds.rest org.jclouds.rest.internal -
-
Uses of HttpClient in org.jclouds.openstack.glance.functions
Constructors in org.jclouds.openstack.glance.functions with parameters of type HttpClient Constructor Description RegionToEndpointNegotiateVersion(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier, String rawApiVersionString, HttpClient client, Json json)
-
Uses of HttpClient in org.jclouds.rest
Methods in org.jclouds.rest that return HttpClient Modifier and Type Method Description HttpClient
Utils. http()
-
Uses of HttpClient in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return HttpClient Modifier and Type Method Description HttpClient
UtilsImpl. http()
Constructors in org.jclouds.rest.internal with parameters of type HttpClient Constructor Description UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
-