public final class ConnectionWatcher extends Object
| Constructor and Description |
|---|
ConnectionWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyClosing() |
void |
notifyOpen() |
void |
setWaitForClose()
Call when it's necessary to keep the connection open until the client closes it.
|
boolean |
shouldWaitForClose() |
void |
waitForClose() |
public boolean shouldWaitForClose()
public void waitForClose()
public void setWaitForClose()
public void notifyOpen()
public void notifyClosing()