Class OAuthAsynchronousHttpClientFactory


  • public class OAuthAsynchronousHttpClientFactory
    extends Object
    Similar to AsynchronousHttpClientFactory, except we use a custom OAuthHttpClientDecorator
    • Constructor Detail

      • OAuthAsynchronousHttpClientFactory

        public OAuthAsynchronousHttpClientFactory()
    • Method Detail

      • createClient

        public com.atlassian.jira.rest.client.internal.async.DisposableHttpClient createClient​(URI serverUri,
                                                                                               com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)