We need to start our connect() process on the conmgr thread and we also need to

properly handle a connecting connection becoming idle.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5511 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-07 01:21:02 +00:00
parent 89f02fc728
commit c4909a5a5c
3 changed files with 98 additions and 57 deletions
@@ -51,4 +51,10 @@ public interface NetEventHandler
* closed shortly), false if it is not.
*/
boolean checkIdle (long now);
/**
* Called if the handler is deemed to be idle. Should shutdown any associated connection and
* remove any registrations with the connection manager.
*/
void becameIdle ();
}