Method |
Description |
|
CachedServer ( IPEndPoint endpoint, ConnectionManager manager ) : System |
|
|
Cleanup ( ) : void |
|
|
GetActiveConnection ( ) : CachedConnection |
If available will return an unused connection that already is connected. Return null otherwise. |
|
GetNewConnection ( ) : CachedConnection |
Creates and return a new connection. If the maximum number of connections to that server is reached, it will return null. |
|
GetUnlimitedNewConnection ( ) : CachedConnection |
|
|
Remove ( CachedConnection connection ) : void |
Remove a connection from the ServerCache This will trigger an event allowing pending connections to start. |
|
ToString ( ) : string |
|
|