Class HttpClientConnectionFactory

java.lang.Object
org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory
All Implemented Interfaces:
org.eclipse.jgit.transport.http.HttpConnectionFactory, org.eclipse.jgit.transport.http.HttpConnectionFactory2

public class HttpClientConnectionFactory extends Object implements org.eclipse.jgit.transport.http.HttpConnectionFactory2
A factory returning instances of HttpClientConnection.
Since:
3.3
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jgit.transport.http.HttpConnectionFactory2

    org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jgit.transport.http.HttpConnection
    create(URL url)
     
    org.eclipse.jgit.transport.http.HttpConnection
    create(URL url, Proxy proxy)
     
    org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpClientConnectionFactory

      public HttpClientConnectionFactory()
  • Method Details

    • create

      public org.eclipse.jgit.transport.http.HttpConnection create(URL url) throws IOException
      Specified by:
      create in interface org.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 interface org.eclipse.jgit.transport.http.HttpConnectionFactory
      Throws:
      IOException
    • newSession

      public org.eclipse.jgit.transport.http.HttpConnectionFactory2.GitSession newSession()
      Specified by:
      newSession in interface org.eclipse.jgit.transport.http.HttpConnectionFactory2