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) classBase helper class for fetch connection implementations.classFetch implementation using the native Git pack transfer service.(package private) classFetch connection for bundle based classes.(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classGeneric 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 FetchConnectionTransportHttp.getConnection(HttpConnection c, InputStream in, String service, Collection<RefSpec> refSpecs, String... additionalPatterns) TestProtocol.TransportInternal.openFetch()abstract FetchConnectionTransport.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.