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
CometException
CometSession getCometSession()
CometState getCometState()
void init(CometSession cometSession) throws CometException
CometException
void receiveData(char[] data) throws CometException
CometException
void receiveData(String data) throws CometException
CometException