public interface CometHandler
| Modifier and Type | Method and Description |
|---|---|
CometHandler |
clone() |
void |
destroy() |
CometSession |
getCometSession() |
CometState |
getCometState() |
void |
init(CometSession cometSession) |
void |
receiveData(char[] data) |
void |
receiveData(String data) |
CometHandler clone()
void destroy()
throws CometException
CometExceptionCometSession getCometSession()
CometState getCometState()
void init(CometSession cometSession) throws CometException
CometExceptionvoid receiveData(char[] data)
throws CometException
CometExceptionvoid receiveData(String data) throws CometException
CometException