|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionSocketListener
General interface for classes that handle sockets with IDs.
| Method Summary | |
|---|---|
void |
onSocket(String id,
Socket sock)
Notifies the listener of the socket along with the associated ID. |
void |
reconnected()
Called when we've lost the connection to the signaling server and have reconnected. |
| Method Detail |
|---|
void onSocket(String id,
Socket sock)
throws IOException
id - The ID for the socket.sock - The Socket.
IOException - If there's an IO error reading the socket data or
writing a response.void reconnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||