Class 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
    • Constructor Detail

      • AllTrustingHttpConnectionFactory

        public AllTrustingHttpConnectionFactory()
    • Method Detail

      • 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