Property | Type | Description | |
---|---|---|---|
_registered | bool>.Dictionary | ||
_so |
Method | Description | |
---|---|---|
HandleData ( |
||
SecureConnectionHandler ( |
Method | Description | |
---|---|---|
ConStateChange ( |
||
GetSecureSender ( |
||
SAStateChange ( SecurityAssociation sa, SecurityAssociation state ) : void | ||
SenderToAddress ( ISender sender ) : Address | ||
TryGetSender ( Address dst, ISender &sender ) : bool | ||
ValidConnection ( |
||
ValidDisconnection ( |
protected ConStateChange ( |
||
con | ||
cs | Connections.ConnectionState>.Pair | |
return | void |
protected GetSecureSender ( |
||
con | ||
sa | SecurityAssociation | |
return | bool |
public HandleData ( |
||
data | ||
return_path | ISender | |
state | object | |
return | void |
protected SAStateChange ( SecurityAssociation sa, SecurityAssociation state ) : void | ||
sa | SecurityAssociation | |
state | SecurityAssociation | |
return | void |
public SecureConnectionHandler ( |
||
ptype | ||
node | ||
so | ||
return | Brunet.Collections |
protected SenderToAddress ( ISender sender ) : Address | ||
sender | ISender | |
return | Address |
protected TryGetSender ( Address dst, ISender &sender ) : bool | ||
dst | Address | |
sender | ISender | |
return | bool |
protected ValidConnection ( |
||
con | ||
return | void |
protected ValidDisconnection ( |
||
con | ||
return | void |