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 Summary
ConstructorDescription -
Method Summary
-
Constructor Details
-
PreemptiveAuthHttpClientConnectionFactory
-
-
Method Details
-
create
- Specified by:
create
in interfaceorg.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 interfaceorg.eclipse.jgit.transport.http.HttpConnectionFactory
- Throws:
IOException
-
innerCreate
-