Method | Description | |
---|---|---|
ConnectionsManager ( |
||
Download ( Key key ) : void | ||
GetBroadcastMetadatas ( string signature, string type ) : BroadcastMetadata | ||
GetMulticastMetadatas ( Tag tag, string type ) : IEnumerable |
||
GetUnicastMetadatas ( string signature, string type ) : IEnumerable |
||
IsDownloadWaiting ( Key key ) : bool | ||
IsUploadWaiting ( Key key ) : bool | ||
Load ( string directoryPath ) : void | ||
Save ( string directoryPath ) : void | ||
SetBaseNode ( Node baseNode ) : void | ||
SetOtherNodes ( IEnumerable |
||
Start ( ) : void | ||
Stop ( ) : void | ||
Upload ( BroadcastMetadata metadata ) : void | ||
Upload ( Key key ) : void | ||
Upload ( MulticastMetadata metadata ) : void | ||
Upload ( UnicastMetadata metadata ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnLockSignaturesEvent ( ) : IEnumerable |
||
OnLockTagsEvent ( ) : IEnumerable |
Method | Description | |
---|---|---|
AcceptConnectionThread ( ) : void | ||
AddConnectionManager ( ConnectionManager connectionManager, string uri ) : void | ||
Check ( Key key ) : bool | ||
Check ( Node node ) : bool | ||
Check ( Tag tag ) : bool | ||
ConnectionManagerThread ( object state ) : void | ||
ConnectionsManagerThread ( ) : void | ||
CreateConnectionThread ( ) : void | ||
GetPriority ( Node node ) : double | ||
MediateTimer ( ) : void | ||
ReduceTimer ( ) : void | ||
RefreshTimer ( ) : void | ||
RemoveConnectionManager ( ConnectionManager connectionManager ) : void | ||
RemoveNode ( Node node ) : void | ||
UpdateSessionId ( ) : void | ||
connectionManager_CloseEvent ( object sender, |
||
connectionManager_PullBlockEvent ( object sender, PullBlockEventArgs e ) : void | ||
connectionManager_PullBlocksLinkEvent ( object sender, PullBlocksLinkEventArgs e ) : void | ||
connectionManager_PullBlocksRequestEvent ( object sender, PullBlocksRequestEventArgs e ) : void | ||
connectionManager_PullBroadcastMetadatasEvent ( object sender, PullBroadcastMetadatasEventArgs e ) : void | ||
connectionManager_PullBroadcastMetadatasRequestEvent ( object sender, PullBroadcastMetadatasRequestEventArgs e ) : void | ||
connectionManager_PullCancelEvent ( object sender, |
||
connectionManager_PullMulticastMetadatasEvent ( object sender, PullMulticastMetadatasEventArgs e ) : void | ||
connectionManager_PullMulticastMetadatasRequestEvent ( object sender, PullMulticastMetadatasRequestEventArgs e ) : void | ||
connectionManager_PullNodesEvent ( object sender, PullNodesEventArgs e ) : void | ||
connectionManager_PullUnicastMetadatasEvent ( object sender, PullUnicastMetadatasEventArgs e ) : void | ||
connectionManager_PullUnicastMetadatasRequestEvent ( object sender, PullUnicastMetadatasRequestEventArgs e ) : void |
public ConnectionsManager ( |
||
clientManager | ||
serverManager | ||
cacheManager | CacheManager | |
bufferManager | BufferManager | |
return | System |
public GetBroadcastMetadatas ( string signature, string type ) : BroadcastMetadata | ||
signature | string | |
type | string | |
return | BroadcastMetadata |
public GetMulticastMetadatas ( Tag tag, string type ) : IEnumerable |
||
tag | Tag | |
type | string | |
return | IEnumerable |
public GetUnicastMetadatas ( string signature, string type ) : IEnumerable |
||
signature | string | |
type | string | |
return | IEnumerable |
protected OnLockSignaturesEvent ( ) : IEnumerable |
||
return | IEnumerable |
public SetOtherNodes ( IEnumerable |
||
nodes | IEnumerable |
|
return | void |
public Upload ( BroadcastMetadata metadata ) : void | ||
metadata | BroadcastMetadata | |
return | void |
public Upload ( MulticastMetadata metadata ) : void | ||
metadata | MulticastMetadata | |
return | void |
public Upload ( UnicastMetadata metadata ) : void | ||
metadata | UnicastMetadata | |
return | void |