Uses of Class
fr.enedis.chutney.jira.infra.atlassian.httpclient.api.factory.HttpClientOptions
Packages that use HttpClientOptions
Package
Description
-
Uses of HttpClientOptions in fr.enedis.chutney.jira.infra.atlassian.httpclient.apache.httpcomponents
Methods in fr.enedis.chutney.jira.infra.atlassian.httpclient.apache.httpcomponents with parameters of type HttpClientOptionsModifier and TypeMethodDescriptioncom.atlassian.httpclient.api.HttpClientDefaultHttpClientFactory.create(HttpClientOptions options) <C> com.atlassian.httpclient.api.HttpClientDefaultHttpClientFactory.create(HttpClientOptions options, com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager) Constructors in fr.enedis.chutney.jira.infra.atlassian.httpclient.apache.httpcomponents with parameters of type HttpClientOptionsModifierConstructorDescriptionApacheAsyncHttpClient(com.atlassian.event.api.EventPublisher eventConsumer, com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager, HttpClientOptions options) ApacheAsyncHttpClient(String applicationName, HttpClientOptions options) ApacheAsyncHttpClient(Supplier<String> applicationName, Function<Object, Void> eventConsumer, com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager, HttpClientOptions options) -
Uses of HttpClientOptions in fr.enedis.chutney.jira.infra.atlassian.jira.rest.client.internal.async
Methods in fr.enedis.chutney.jira.infra.atlassian.jira.rest.client.internal.async with parameters of type HttpClientOptionsModifier and TypeMethodDescriptionstatic com.atlassian.jira.rest.client.internal.async.DisposableHttpClientAsynchronousHttpClientFactory.createClient(URI serverUri, com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler, HttpClientOptions options)