C# Class GitSharp.Core.Transport.BundleFetchConnection

Inheritance: GitSharp.Core.Transport.BaseFetchConnection
Show file Open project: jagregory/GitSharp

Public Methods

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

Protected Methods

Method Description
doFetch ( ProgressMonitor monitor, List want, List have ) : void

Private Methods

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

Method Details

BundleFetchConnection() public method

public BundleFetchConnection ( Transport transportBundle, Stream src ) : System
transportBundle Transport
src System.IO.Stream
return System

Close() public method

public Close ( ) : void
return void

SetPackLockMessage() public method

public SetPackLockMessage ( string message ) : void
message string
return void

doFetch() protected method

protected doFetch ( ProgressMonitor monitor, List want, List have ) : void
monitor ProgressMonitor
want List
have List
return void