com.bstek.dorado.view.longpolling
public class LongPollingGroup extends java.lang.Object implements SocketSendListener, SocketConnectionListener
| Constructor and Description |
|---|
LongPollingGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSocket(Socket socket) |
void |
onDisconnect(Socket socket) |
void |
onSend(Socket socket,
Message message) |
java.util.List<com.bstek.dorado.view.longpolling.LongPollingGroup.MessageWrapper> |
polling(long pollDuration,
long responseDelay) |
void |
terminate() |
public void addSocket(Socket socket)
public void onSend(Socket socket, Message message)
onSend in interface SocketSendListenerpublic void terminate()
public void onDisconnect(Socket socket)
onDisconnect in interface SocketConnectionListenerpublic java.util.List<com.bstek.dorado.view.longpolling.LongPollingGroup.MessageWrapper> polling(long pollDuration,
long responseDelay)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.