Свойство | Type | Description | |
---|---|---|---|
_address_to_sender | ISender>.Dictionary | ||
_con_to_csw | ConSenderWrapper>.Dictionary | ||
_node | |||
_ondemand | |||
_ptype | |||
_ptype_mb | |||
_sender_to_address | Address>.Dictionary |
Méthode | Description | |
---|---|---|
ConnectTo ( Address dst ) : void | ||
ConnectionHandler ( |
||
ContainsAddress ( Address addr ) : bool | ||
GetAddress ( ISender sender ) : Address | ||
GetSender ( Address addr ) : ISender | ||
HandleData ( |
||
Send ( Address dst, |
Méthode | Description | |
---|---|---|
AddConnection ( Address addr, ISender sender ) : void |
Add to the dictionaries!
|
|
GetConnection ( Address addr ) : |
||
HandleConnection ( object ct, |
New edge...
|
|
HandleDisconnection ( object ct, |
Lost an edge...
|
|
RemoveConnection ( Address addr ) : void |
Lost an edge, remove it from our connections
|
|
SenderToAddress ( ISender sender ) : Address | ||
TryGetSender ( Address dst, ISender &sender ) : bool |
Try to find a sender, if it exists, add to the dictionaries
|
|
ValidConnection ( |
||
ValidDisconnection ( |
protected AddConnection ( Address addr, ISender sender ) : void | ||
addr | Address | |
sender | ISender | |
Résultat | void |
public ConnectionHandler ( |
||
ptype | ||
node | ||
Résultat | Brunet.Connections |
public ContainsAddress ( Address addr ) : bool | ||
addr | Address | |
Résultat | bool |
public GetAddress ( ISender sender ) : Address | ||
sender | ISender | |
Résultat | Address |
protected GetConnection ( Address addr ) : |
||
addr | Address | |
Résultat |
public GetSender ( Address addr ) : ISender | ||
addr | Address | |
Résultat | ISender |
protected HandleConnection ( object ct, |
||
ct | object | |
ea | ||
Résultat | void |
public HandleData ( |
||
data | ||
return_path | ISender | |
state | object | |
Résultat | void |
protected HandleDisconnection ( object ct, |
||
ct | object | |
ea | ||
Résultat | void |
protected RemoveConnection ( Address addr ) : void | ||
addr | Address | |
Résultat | void |
public Send ( Address dst, |
||
dst | Address | |
packet | ||
Résultat | bool |
protected SenderToAddress ( ISender sender ) : Address | ||
sender | ISender | |
Résultat | Address |
protected TryGetSender ( Address dst, ISender &sender ) : bool | ||
dst | Address | |
sender | ISender | |
Résultat | bool |
protected ValidConnection ( |
||
con | ||
Résultat | void |
protected ValidDisconnection ( |
||
con | ||
Résultat | void |
protected Dictionary _address_to_sender | ||
Résultat | ISender>.Dictionary |
protected Dictionary |
||
Résultat | ConSenderWrapper>.Dictionary |
protected StructuredNode,Brunet.Symphony _node | ||
Résultat |
protected OnDemandConnectionOverlord,Brunet.Connections _ondemand | ||
Résultat |
protected MemBlock,Brunet.Util _ptype_mb | ||
Résultat |