CatapultServer
v0.5.0.1 (Elephant)
|
Manages a collection of connections. More...
Public Member Functions | |
virtual | ~ConnectionContainer ()=default |
virtual size_t | numActiveConnections () const =0 |
Gets the number of active connections (including pending connections). More... | |
virtual utils::KeySet | identities () const =0 |
Gets the identities of active connections. More... | |
virtual bool | closeOne (const Key &identityKey)=0 |
Closes any active connections to the node identified by identityKey. More... | |
Manages a collection of connections.
|
virtualdefault |
|
pure virtual |
Closes any active connections to the node identified by identityKey.
|
pure virtual |
Gets the identities of active connections.
|
pure virtual |
Gets the number of active connections (including pending connections).