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 HttpConnectionFactory
HttpTransport. connectionFactory
factory for creating HTTP connectionsMethods in org.eclipse.jgit.transport that return HttpConnectionFactory Modifier and Type Method Description static HttpConnectionFactory
HttpTransport. getConnectionFactory()
Get theHttpConnectionFactory
used to create new connectionsMethods in org.eclipse.jgit.transport with parameters of type HttpConnectionFactory Modifier and Type Method Description static void
HttpTransport. setConnectionFactory(HttpConnectionFactory cf)
Set theHttpConnectionFactory
to 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 class
JDKHttpConnectionFactory
A 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 class
HttpClientConnectionFactory
A factory returning instances ofHttpClientConnection
-