Property | Type | Description | |
---|---|---|---|
_disconnecting | int | ||
_edge_to_cphstate | |||
_node | Node | ||
_sync | object |
Method | Description | |
---|---|---|
Close ( IDictionary close_message, ISender edge ) : IDictionary | ||
CloseHandler ( object edge, |
||
ConnectionPacketHandler ( Node n ) : System | ||
GetLocalIPAddresses ( ) : IList | ||
GetNeighbors ( ) : IDictionary | ||
GetStatus ( IDictionary status_message, ISender edge ) : IDictionary | ||
HandleRpc ( ISender caller, string method, IList arguments, object request_state ) : void | ||
Ping ( object o, ISender edge ) : object | ||
Start ( IDictionary link_message, ISender edge ) : IDictionary |
Method | Description | |
---|---|---|
CanConnect ( CphState cph, |
||
GetEdge ( ISender s ) : Edge |
protected CanConnect ( CphState cph, |
||
cph | CphState | |
err | ||
return | bool |
public Close ( IDictionary close_message, ISender edge ) : IDictionary | ||
close_message | IDictionary | |
edge | ISender | |
return | IDictionary |
public CloseHandler ( object edge, |
||
edge | object | |
args | ||
return | void |
public ConnectionPacketHandler ( Node n ) : System | ||
n | Node | |
return | System |
public GetStatus ( IDictionary status_message, ISender edge ) : IDictionary | ||
status_message | IDictionary | |
edge | ISender | |
return | IDictionary |
public HandleRpc ( ISender caller, string method, IList arguments, object request_state ) : void | ||
caller | ISender | |
method | string | |
arguments | IList | |
request_state | object | |
return | void |
public Ping ( object o, ISender edge ) : object | ||
o | object | |
edge | ISender | |
return | object |
public Start ( IDictionary link_message, ISender edge ) : IDictionary | ||
link_message | IDictionary | |
edge | ISender | |
return | IDictionary |
protected Hashtable,System.Collections _edge_to_cphstate | ||
return |