Adding javadoc

This commit is contained in:
Joakim Erdfelt 2014-05-07 10:49:47 -07:00
parent 711c0a5335
commit fa5a5f3507
1 changed files with 3 additions and 0 deletions

View File

@ -504,6 +504,9 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
this.ioState.onOpened();
}
/**
* Event for no activity on connection (read or write)
*/
@Override
protected boolean onReadTimeout()
{