Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Can setConnectionFactory() be made non-static()

Hi

We have a requirement to manage multiple instances of JGit that each have different HttpClients. We currently use  HttpTransport.setConnectionFactory() to set the HttpClient but this method is static. Is there another way each JGit instance can be associated with its own HTTP client?

Many thanks

--
Ollie Hughes
Senior Software Engineer - Spring Cloud Services
Pivotal

Back to the top