com.threerings.presents.client
Class ClientCommunicator.PrefPortInterval
java.lang.Object
com.samskivert.util.Interval
com.threerings.presents.client.ClientCommunicator.PrefPortInterval
- Enclosing class:
- ClientCommunicator
protected class ClientCommunicator.PrefPortInterval
- extends Interval
Used to save our preferred port once we know our connection is not going to be
unceremoniously closed by Windows Connection Sharing.
| Methods inherited from class com.samskivert.util.Interval |
cancel, create, createTimer, noteRejected, safelyExpire, schedule, schedule, schedule, schedule, schedule, scheduleTask, setRunQueue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_key
protected String _key
_thisPort
protected int _thisPort
_nextPort
protected int _nextPort
ClientCommunicator.PrefPortInterval
public ClientCommunicator.PrefPortInterval(String key,
int thisPort,
int nextPort)
expired
public void expired()
- Specified by:
expired in class Interval
failed
public void failed()