C# Class GitSharp.Core.Transport.BundleFetchConnection

Inheritance: GitSharp.Core.Transport.BaseFetchConnection
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
BundleFetchConnection ( Transport transportBundle, Stream src ) : System
Close ( ) : void
SetPackLockMessage ( string message ) : void

Méthodes protégées

Méthode Description
doFetch ( ProgressMonitor monitor, List want, List have ) : void

Private Methods

Méthode Description
duplicateAdvertisement ( string name ) : PackProtocolException
newIndexPack ( ) : IndexPack
readBundleV2 ( ) : void
readLine ( byte hdrbuf ) : string
readSignature ( ) : int
verifyPrerequisites ( ) : void

Method Details

BundleFetchConnection() public méthode

public BundleFetchConnection ( Transport transportBundle, Stream src ) : System
transportBundle Transport
src System.IO.Stream
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

SetPackLockMessage() public méthode

public SetPackLockMessage ( string message ) : void
message string
Résultat void

doFetch() protected méthode

protected doFetch ( ProgressMonitor monitor, List want, List have ) : void
monitor ProgressMonitor
want List
have List
Résultat void