C# Class Brunet.Symphony.StructuredNode

Inheritance: Node
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
AHHandler AHHandler
sys_link Brunet.Connections.ConnectionPacketHandler

Protected Properties

Свойство Type Description
MAX_NEIGHBORS int
_iphandler Brunet.Messaging.IPHandler
_leafco LeafConnectionOverlord
_netsize int
_snco StructuredNearConnectionOverlord
_ssco StructuredShortcutConnectionOverlord

Méthodes publiques

Méthode Description
Abort ( ) : void
CallGetStatus ( string type, Connection c ) : void
Connect ( ) : void
GetStatus ( string con_type_string, Address addr ) : StatusMessage
StructuredNode ( AHAddress addr ) : System
StructuredNode ( AHAddress add, string realm ) : System
UpdateRemoteTAs ( IList tas_to_add ) : void

Méthodes protégées

Méthode Description
EstimateSize ( object contab, System args ) : void
Leave ( ) : void
UpdateNeighborStatus ( object contab, EventArgs args ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

CallGetStatus() public méthode

public CallGetStatus ( string type, Connection c ) : void
type string
c Brunet.Connections.Connection
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

EstimateSize() protected méthode

protected EstimateSize ( object contab, System args ) : void
contab object
args System
Résultat void

GetStatus() public méthode

public GetStatus ( string con_type_string, Address addr ) : StatusMessage
con_type_string string
addr Address
Résultat Brunet.Connections.StatusMessage

Leave() protected méthode

protected Leave ( ) : void
Résultat void

StructuredNode() public méthode

public StructuredNode ( AHAddress addr ) : System
addr AHAddress
Résultat System

StructuredNode() public méthode

public StructuredNode ( AHAddress add, string realm ) : System
add AHAddress
realm string
Résultat System

UpdateNeighborStatus() protected méthode

protected UpdateNeighborStatus ( object contab, EventArgs args ) : void
contab object
args System.EventArgs
Résultat void

UpdateRemoteTAs() public méthode

public UpdateRemoteTAs ( IList tas_to_add ) : void
tas_to_add IList
Résultat void

Property Details

AHHandler public_oe property

public AHHandler,Brunet.Symphony AHHandler
Résultat AHHandler

MAX_NEIGHBORS protected_oe static_oe property

protected static int MAX_NEIGHBORS
Résultat int

_iphandler protected_oe property

protected IPHandler,Brunet.Messaging _iphandler
Résultat Brunet.Messaging.IPHandler

_leafco protected_oe property

protected LeafConnectionOverlord,Brunet.Symphony _leafco
Résultat LeafConnectionOverlord

_netsize protected_oe property

protected int _netsize
Résultat int

_snco protected_oe property

protected StructuredNearConnectionOverlord,Brunet.Symphony _snco
Résultat StructuredNearConnectionOverlord

_ssco protected_oe property

protected StructuredShortcutConnectionOverlord,Brunet.Symphony _ssco
Résultat StructuredShortcutConnectionOverlord

sys_link public_oe property

public ConnectionPacketHandler,Brunet.Connections sys_link
Résultat Brunet.Connections.ConnectionPacketHandler