Uses of Interface
org.eclipse.jgit.transport.FetchConnection
Packages that use FetchConnection
-
Uses of FetchConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FetchConnectionModifier and TypeClassDescription(package private) class
Base helper class for fetch connection implementations.class
Fetch implementation using the native Git pack transfer service.(package private) class
Fetch connection for bundle based classes.(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Generic fetch support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as FetchConnectionMethods in org.eclipse.jgit.transport that return FetchConnectionModifier and TypeMethodDescriptionprivate FetchConnection
TransportHttp.getConnection
(HttpConnection c, InputStream in, String service, Collection<RefSpec> refSpecs, String... additionalPatterns) TestProtocol.TransportInternal.openFetch()
abstract FetchConnection
Transport.openFetch()
Begins a new connection for fetching from the remote repository.Transport.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) Begins a new connection for fetching from the remote repository.TransportAmazonS3.openFetch()
Begins a new connection for fetching from the remote repository.TransportBundleFile.openFetch()
Begins a new connection for fetching from the remote repository.TransportBundleStream.openFetch()
Begins a new connection for fetching from the remote repository.TransportGitAnon.openFetch()
Begins a new connection for fetching from the remote repository.TransportGitAnon.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportGitSsh.openFetch()
Begins a new connection for fetching from the remote repository.TransportGitSsh.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportHttp.openFetch()
Begins a new connection for fetching from the remote repository.TransportHttp.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportLocal.openFetch()
Begins a new connection for fetching from the remote repository.TransportLocal.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportSftp.openFetch()
Begins a new connection for fetching from the remote repository.