Class PreemptiveAuthHttpClientConnectionFactory

java.lang.Object
org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnectionFactory
All Implemented Interfaces:
org.eclipse.jgit.transport.http.HttpConnectionFactory

public class PreemptiveAuthHttpClientConnectionFactory extends Object implements org.eclipse.jgit.transport.http.HttpConnectionFactory
  • Constructor Details

    • PreemptiveAuthHttpClientConnectionFactory

      public PreemptiveAuthHttpClientConnectionFactory(SmartCredentialsProvider provider)
  • Method Details

    • create

      public org.eclipse.jgit.transport.http.HttpConnection create(URL url) throws IOException
      Specified by:
      create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
      Throws:
      IOException
    • create

      public org.eclipse.jgit.transport.http.HttpConnection create(URL url, Proxy proxy) throws IOException
      Specified by:
      create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
      Throws:
      IOException
    • innerCreate

      protected org.eclipse.jgit.transport.http.HttpConnection innerCreate(URL url, Proxy proxy)