Свойство | Тип | Описание | |
---|---|---|---|
Root | string | ||
Rpc | RpcManager |
Свойство | Тип | Описание | |
---|---|---|---|
_fe | FuzzyEvent | ||
_next_check | long | ||
_period | int | ||
_running | bool | ||
_timer_thread | Thread |
Метод | Описание | |
---|---|---|
CreatePath ( ) : PathEdgeListener | ||
CreatePath ( string path ) : PathEdgeListener | ||
CreateRootPath ( ) : PathEdgeListener | ||
HandleData ( MemBlock data, ISender retpath, object state ) : void | ||
HandleRpc ( ISender caller, string meth, IList args, object state ) : void | ||
JoinPath ( TransportAddress ta, string path ) : TransportAddress | ||
PathELManager ( EdgeListener el ) : Brunet.Concurrent | ||
PathELManager ( EdgeListener el, IActionQueue queue ) : Brunet.Concurrent | ||
RemovePath ( string path ) : void | ||
SplitPath ( TransportAddress ta, string &path ) : TransportAddress | ||
Start ( ) : void | ||
Stop ( ) : void |
Метод | Описание | |
---|---|---|
HandleEdge ( object newedge, System args ) : void | ||
HandleEdgeClose ( object closing_edge, System args ) : void | ||
PathELManager ( EdgeListener el, bool thread ) : Brunet.Concurrent | ||
TimeoutCheck ( ) : void |
public CreatePath ( string path ) : PathEdgeListener | ||
path | string | |
Результат | PathEdgeListener |
public CreateRootPath ( ) : PathEdgeListener | ||
Результат | PathEdgeListener |
public HandleData ( MemBlock data, ISender retpath, object state ) : void | ||
data | MemBlock | |
retpath | ISender | |
state | object | |
Результат | void |
protected HandleEdge ( object newedge, System args ) : void | ||
newedge | object | |
args | System | |
Результат | void |
protected HandleEdgeClose ( object closing_edge, System args ) : void | ||
closing_edge | object | |
args | System | |
Результат | void |
public HandleRpc ( ISender caller, string meth, IList args, object state ) : void | ||
caller | ISender | |
meth | string | |
args | IList | |
state | object | |
Результат | void |
public static JoinPath ( TransportAddress ta, string path ) : TransportAddress | ||
ta | TransportAddress | |
path | string | |
Результат | TransportAddress |
public PathELManager ( EdgeListener el ) : Brunet.Concurrent | ||
el | EdgeListener | |
Результат | Brunet.Concurrent |
public PathELManager ( EdgeListener el, IActionQueue queue ) : Brunet.Concurrent | ||
el | EdgeListener | |
queue | IActionQueue | |
Результат | Brunet.Concurrent |
protected PathELManager ( EdgeListener el, bool thread ) : Brunet.Concurrent | ||
el | EdgeListener | |
thread | bool | |
Результат | Brunet.Concurrent |
public static SplitPath ( TransportAddress ta, string &path ) : TransportAddress | ||
ta | TransportAddress | |
path | string | |
Результат | TransportAddress |