Uses of Interface
org.eclipse.jgit.transport.FetchConnection

Packages that use FetchConnection
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
 

Uses of FetchConnection in org.eclipse.jgit.transport
 

Classes in org.eclipse.jgit.transport that implement FetchConnection
 class BasePackFetchConnection
          Fetch implementation using the native Git pack transfer service.
 

Methods in org.eclipse.jgit.transport that return FetchConnection
 FetchConnection TransportAmazonS3.openFetch()
           
abstract  FetchConnection Transport.openFetch()
          Begins a new connection for fetching from the remote repository.
 FetchConnection TransportSftp.openFetch()
           
 FetchConnection TransportHttp.openFetch()
           
 FetchConnection TransportBundleStream.openFetch()
           
 FetchConnection TransportGitSsh.openFetch()
           
 



Copyright © 2013. All Rights Reserved.