C# Class GitSharp.Core.Transport.BasePackConnection

Inheritance: BaseConnection
Afficher le fichier Open project: jagregory/GitSharp

Protected Properties

Свойство Type Description
additionalHaves List
inStream Stream
local Repository
outNeedsEnd bool
outStream Stream
pckIn PacketLineIn
pckOut PacketLineOut
transport Transport
uri URIish

Méthodes publiques

Méthode Description
Close ( ) : void

Méthodes protégées

Méthode Description
BasePackConnection ( IPackTransport packTransport ) : System
init ( Stream myStream ) : void
init ( Stream instream, Stream outstream ) : void
isCapableOf ( string option ) : bool
noRepository ( ) : TransportException
readAdvertisedRefs ( ) : void
wantCapability ( StringBuilder b, string option ) : bool

Private Methods

Méthode Description
duplicateAdvertisement ( string name ) : PackProtocolException
readAdvertisedRefsImpl ( ) : void

Method Details

BasePackConnection() protected méthode

protected BasePackConnection ( IPackTransport packTransport ) : System
packTransport IPackTransport
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

init() protected méthode

protected init ( Stream myStream ) : void
myStream Stream
Résultat void

init() protected méthode

protected init ( Stream instream, Stream outstream ) : void
instream Stream
outstream Stream
Résultat void

isCapableOf() protected méthode

protected isCapableOf ( string option ) : bool
option string
Résultat bool

noRepository() protected méthode

protected noRepository ( ) : TransportException
Résultat GitSharp.Core.Exceptions.TransportException

readAdvertisedRefs() protected méthode

protected readAdvertisedRefs ( ) : void
Résultat void

wantCapability() protected méthode

protected wantCapability ( StringBuilder b, string option ) : bool
b StringBuilder
option string
Résultat bool

Property Details

additionalHaves protected_oe property

protected List additionalHaves
Résultat List

inStream protected_oe property

protected Stream inStream
Résultat Stream

local protected_oe property

protected Repository local
Résultat Repository

outNeedsEnd protected_oe property

protected bool outNeedsEnd
Résultat bool

outStream protected_oe property

protected Stream outStream
Résultat Stream

pckIn protected_oe property

protected PacketLineIn,GitSharp.Core.Transport pckIn
Résultat PacketLineIn

pckOut protected_oe property

protected PacketLineOut,GitSharp.Core.Transport pckOut
Résultat PacketLineOut

transport protected_oe property

protected Transport,GitSharp.Core.Transport transport
Résultat Transport

uri protected_oe property

protected URIish,GitSharp.Core.Transport uri
Résultat URIish