Свойство | Type | Description | |
---|---|---|---|
_is_started | int | ||
_listener_id | int | ||
_listener_map | |||
_ploss_prob | double | ||
_queue | Brunet.Concurrent.LFBlockingQueue |
||
_queue_thread | Thread | ||
_tas |
Méthode | Description | |
---|---|---|
CreateEdgeTo ( TransportAddress ta, EdgeCreationCallback ecb ) : void | ||
FunctionEdgeListener ( int id ) : Brunet | ||
FunctionEdgeListener ( int id, double loss_prob, TAAuthorizer ta_auth ) : Brunet | ||
HandleEdgeSend ( Edge from, Brunet.Util p ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Méthode | Description | |
---|---|---|
StartQueueProcessing ( ) : void |
public CreateEdgeTo ( TransportAddress ta, EdgeCreationCallback ecb ) : void | ||
ta | TransportAddress | |
ecb | EdgeCreationCallback | |
Résultat | void |
public FunctionEdgeListener ( int id ) : Brunet | ||
id | int | |
Résultat | Brunet |
public FunctionEdgeListener ( int id, double loss_prob, TAAuthorizer ta_auth ) : Brunet | ||
id | int | |
loss_prob | double | |
ta_auth | TAAuthorizer | |
Résultat | Brunet |
public HandleEdgeSend ( Edge from, Brunet.Util p ) : void | ||
from | Edge | |
p | Brunet.Util | |
Résultat | void |
static protected Hashtable,System.Collections _listener_map | ||
Résultat |
protected LFBlockingQueue |
||
Résultat | Brunet.Concurrent.LFBlockingQueue |