Class OAuthAsynchronousHttpClientFactory

java.lang.Object
org.apache.camel.component.jira.oauth.OAuthAsynchronousHttpClientFactory

public class OAuthAsynchronousHttpClientFactory extends Object
Similar to AsynchronousHttpClientFactory, except we use a custom OAuthHttpClientDecorator
  • 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)