public interface CometResponse
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
void |
writeData(byte[] data) |
void |
writeData(String data) |
void close()
throws CometException
CometExceptionboolean isOpen()
void writeData(byte[] data)
throws CometException
CometExceptionvoid writeData(String data)
throws CometException
CometException