com.atlassian.bamboo.plugins.git.jgit.transport.http
Class AllTrustingHttpConnectionFactory

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

public class AllTrustingHttpConnectionFactory
extends org.eclipse.jgit.transport.http.JDKHttpConnectionFactory


Constructor Summary
AllTrustingHttpConnectionFactory()
           
 
Method Summary
 org.eclipse.jgit.transport.http.HttpConnection create(URL url)
           
 org.eclipse.jgit.transport.http.HttpConnection create(URL url, Proxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.