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 -
-
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()
Methods 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
-