Uses of Interface
org.mule.oauth.client.api.http.HttpClientFactory
-
Packages that use HttpClientFactory Package Description org.mule.oauth.client.api.http org.mule.oauth.client.internal.builder -
-
Uses of HttpClientFactory in org.mule.oauth.client.api.http
Methods in org.mule.oauth.client.api.http that return HttpClientFactory Modifier and Type Method Description static HttpClientFactoryHttpClientFactory. getDefault(org.mule.runtime.http.api.HttpService httpService)Provides a default implementation of theHttpClientFactory -
Uses of HttpClientFactory in org.mule.oauth.client.internal.builder
Constructors in org.mule.oauth.client.internal.builder with parameters of type HttpClientFactory Constructor Description AbstractOAuthDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService, org.mule.runtime.api.lock.LockFactory lockProvider, Map<String,org.mule.oauth.client.api.state.ResourceOwnerOAuthContext> tokensStore, HttpClientFactory baseHttpClientFactory, org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator)DefaultOAuthAuthorizationCodeDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService, org.mule.runtime.api.lock.LockFactory lockProvider, Map<String,org.mule.oauth.client.api.state.ResourceOwnerOAuthContext> tokensStore, org.mule.runtime.http.api.HttpService httpService, HttpClientFactory httpClientFactory, org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator)DefaultOAuthClientCredentialsDancerBuilder(org.mule.runtime.api.scheduler.SchedulerService schedulerService, org.mule.runtime.api.lock.LockFactory lockProvider, Map<String,org.mule.oauth.client.api.state.ResourceOwnerOAuthContext> tokensStore, HttpClientFactory httpClientFactory, org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator)
-