Property | Type | Description | |
---|---|---|---|
_cache | bool>.TimeBasedCache | ||
_main_type | ConnectionType | ||
_ta_auth |
Method | Description | |
---|---|---|
ConnectionDesired ( Address addr ) : bool | ||
OnDemandConnectionOverlord ( Node node ) : System | ||
Set ( Address addr ) : void | ||
Stop ( ) : void |
Need to call stop in order to stop the recycling of the cache.
|
|
Unset ( Address addr ) : void |
Method | Description | |
---|---|---|
FailedConnectionAttempt ( Address addr ) : void | ||
HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void |
When we get an eviction, we need to consider disconnecting the connection.
|
|
LostConnection ( |
||
ObtainedConnection ( |
public ConnectionDesired ( Address addr ) : bool | ||
addr | Address | |
return | bool |
protected FailedConnectionAttempt ( Address addr ) : void | ||
addr | Address | |
return | void |
protected HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void | ||
sender | object | |
ea | bool>.TimeBasedCache | |
return | void |
protected LostConnection ( |
||
con | ||
return | void |
protected ObtainedConnection ( |
||
con | ||
return | void |
public OnDemandConnectionOverlord ( Node node ) : System | ||
node | Node | |
return | System |
protected static ConnectionType _main_type | ||
return | ConnectionType |