|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the methods that the server can make asynchronouly to a client. (ie. to deliver messages)
| Method Summary | |
void |
close()
The connection is closed |
void |
deleteTemporaryDestination(SpyDestination (src) dest)
One TemporaryDestination has been deleted |
void |
pong(long serverTime)
Response to a ping sent by a client. |
void |
receive(ReceiveRequest (src) [] messages)
A message has arrived for the Connection. |
| Method Detail |
public void deleteTemporaryDestination(SpyDestination (src) dest)
throws java.lang.Exception
dest - Description of Parameter
java.lang.Exception - Description of Exception
public void close()
throws java.lang.Exception
java.lang.Exception - Description of Exception
public void receive(ReceiveRequest (src) [] messages)
throws java.lang.Exception
messages - Description of Parameter
java.lang.Exception - Description of Exception
public void pong(long serverTime)
throws java.lang.Exception
serverTime - Description of Parameter
java.lang.Exception - Description of Exception
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||