Skip to main content

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

On Thu, May 4, 2017 at 6:01 PM, Oliver Hughes <ohughes@xxxxxxxxxx> wrote:
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?

what do you consider an instance of JGit ?

-Matthias

Back to the top