Uses of Interface
org.eclipse.jgit.transport.http.HttpConnectionFactory
-
Packages that use HttpConnectionFactory Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.http org.eclipse.jgit.transport.http.apache -
-
Uses of HttpConnectionFactory in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpConnectionFactory Modifier and Type Field Description protected static HttpConnectionFactoryHttpTransport. connectionFactoryfactory for creating HTTP connectionsMethods in org.eclipse.jgit.transport that return HttpConnectionFactory Modifier and Type Method Description static HttpConnectionFactoryHttpTransport. getConnectionFactory()Get theHttpConnectionFactoryused to create new connectionsMethods in org.eclipse.jgit.transport with parameters of type HttpConnectionFactory Modifier and Type Method Description static voidHttpTransport. setConnectionFactory(HttpConnectionFactory cf)Set theHttpConnectionFactoryto be used to create new connections -
Uses of HttpConnectionFactory in org.eclipse.jgit.transport.http
Classes in org.eclipse.jgit.transport.http that implement HttpConnectionFactory Modifier and Type Class Description classJDKHttpConnectionFactoryA factory returning instances ofJDKHttpConnection -
Uses of HttpConnectionFactory in org.eclipse.jgit.transport.http.apache
Classes in org.eclipse.jgit.transport.http.apache that implement HttpConnectionFactory Modifier and Type Class Description classHttpClientConnectionFactoryA factory returning instances ofHttpClientConnection
-