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
-
-
Constructor Summary
Constructors Constructor Description AllTrustingHttpConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.transport.http.HttpConnectioncreate(URL url)org.eclipse.jgit.transport.http.HttpConnectioncreate(URL url, Proxy proxy)
-
-
-
Method Detail
-
create
public org.eclipse.jgit.transport.http.HttpConnection create(URL url) throws IOException
- Specified by:
createin interfaceorg.eclipse.jgit.transport.http.HttpConnectionFactory- Overrides:
createin classorg.eclipse.jgit.transport.http.JDKHttpConnectionFactory- Throws:
IOException
-
create
public org.eclipse.jgit.transport.http.HttpConnection create(URL url, Proxy proxy) throws IOException
- Specified by:
createin interfaceorg.eclipse.jgit.transport.http.HttpConnectionFactory- Overrides:
createin classorg.eclipse.jgit.transport.http.JDKHttpConnectionFactory- Throws:
IOException
-
-