Class AllTrustingHttpConnectionFactory

java.lang.Object
org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
com.atlassian.bamboo.plugins.git.jgit.transport.http.AllTrustingHttpConnectionFactory
All Implemented Interfaces:
org.eclipse.jgit.transport.http.HttpConnectionFactory, org.eclipse.jgit.transport.http.HttpConnectionFactory2

public class AllTrustingHttpConnectionFactory extends org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jgit.transport.http.HttpConnectionFactory2

    org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jgit.transport.http.HttpConnection
    create(URL url)
     
    org.eclipse.jgit.transport.http.HttpConnection
    create(URL url, Proxy proxy)
     

    Methods inherited from class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory

    newSession

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AllTrustingHttpConnectionFactory

      public AllTrustingHttpConnectionFactory()
  • 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
      Overrides:
      create in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
      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
      Overrides:
      create in class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
      Throws:
      IOException