Class XlrGitHttpConnectionFactory

  • All Implemented Interfaces:
    org.eclipse.jgit.transport.http.HttpConnectionFactory

    public class XlrGitHttpConnectionFactory
    extends java.lang.Object
    implements org.eclipse.jgit.transport.http.HttpConnectionFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jgit.transport.http.HttpConnection create​(java.net.URL url)  
      org.eclipse.jgit.transport.http.HttpConnection create​(java.net.URL url, java.net.Proxy proxy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public org.eclipse.jgit.transport.http.HttpConnection create​(java.net.URL url)
                                                              throws java.io.IOException
        Specified by:
        create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
        Throws:
        java.io.IOException
      • create

        public org.eclipse.jgit.transport.http.HttpConnection create​(java.net.URL url,
                                                                     java.net.Proxy proxy)
                                                              throws java.io.IOException
        Specified by:
        create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
        Throws:
        java.io.IOException