C# 클래스 Brunet.Symphony.StructuredNode

상속: Node
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AHHandler AHHandler
sys_link Brunet.Connections.ConnectionPacketHandler

보호된 프로퍼티들

프로퍼티 타입 설명
MAX_NEIGHBORS int
_iphandler Brunet.Messaging.IPHandler
_leafco LeafConnectionOverlord
_netsize int
_snco StructuredNearConnectionOverlord
_ssco StructuredShortcutConnectionOverlord

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
EstimateSize ( object contab, System args ) : void
Leave ( ) : void
UpdateNeighborStatus ( object contab, EventArgs args ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CallGetStatus() 공개 메소드

public CallGetStatus ( string type, Connection c ) : void
type string
c Brunet.Connections.Connection
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

EstimateSize() 보호된 메소드

protected EstimateSize ( object contab, System args ) : void
contab object
args System
리턴 void

GetStatus() 공개 메소드

public GetStatus ( string con_type_string, Address addr ) : StatusMessage
con_type_string string
addr Address
리턴 Brunet.Connections.StatusMessage

Leave() 보호된 메소드

protected Leave ( ) : void
리턴 void

StructuredNode() 공개 메소드

public StructuredNode ( AHAddress addr ) : System
addr AHAddress
리턴 System

StructuredNode() 공개 메소드

public StructuredNode ( AHAddress add, string realm ) : System
add AHAddress
realm string
리턴 System

UpdateNeighborStatus() 보호된 메소드

protected UpdateNeighborStatus ( object contab, EventArgs args ) : void
contab object
args System.EventArgs
리턴 void

UpdateRemoteTAs() 공개 메소드

public UpdateRemoteTAs ( IList tas_to_add ) : void
tas_to_add IList
리턴 void

프로퍼티 상세

AHHandler 공개적으로 프로퍼티

public AHHandler,Brunet.Symphony AHHandler
리턴 AHHandler

MAX_NEIGHBORS 보호되어 있는 정적으로 프로퍼티

protected static int MAX_NEIGHBORS
리턴 int

_iphandler 보호되어 있는 프로퍼티

protected IPHandler,Brunet.Messaging _iphandler
리턴 Brunet.Messaging.IPHandler

_leafco 보호되어 있는 프로퍼티

protected LeafConnectionOverlord,Brunet.Symphony _leafco
리턴 LeafConnectionOverlord

_netsize 보호되어 있는 프로퍼티

protected int _netsize
리턴 int

_snco 보호되어 있는 프로퍼티

protected StructuredNearConnectionOverlord,Brunet.Symphony _snco
리턴 StructuredNearConnectionOverlord

_ssco 보호되어 있는 프로퍼티

protected StructuredShortcutConnectionOverlord,Brunet.Symphony _ssco
리턴 StructuredShortcutConnectionOverlord

sys_link 공개적으로 프로퍼티

public ConnectionPacketHandler,Brunet.Connections sys_link
리턴 Brunet.Connections.ConnectionPacketHandler