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:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user