Class OAuthAsynchronousHttpClientFactory
java.lang.Object
org.apache.camel.component.jira.oauth.OAuthAsynchronousHttpClientFactory
Similar to AsynchronousHttpClientFactory, except we use a custom OAuthHttpClientDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.rest.client.internal.async.DisposableHttpClient
createClient
(URI serverUri, com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
-
Constructor Details
-
OAuthAsynchronousHttpClientFactory
public OAuthAsynchronousHttpClientFactory()
-
-
Method Details
-
createClient
public com.atlassian.jira.rest.client.internal.async.DisposableHttpClient createClient(URI serverUri, com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
-