|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientIL
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 dest)
One TemporaryDestination has been deleted |
void |
pong(long serverTime)
Response to a ping sent by a client. |
void |
receive(ReceiveRequest[] messages)
A message has arrived for the Connection. |
Method Detail |
---|
void deleteTemporaryDestination(SpyDestination dest) throws Exception
dest
- Description of Parameter
Exception
- Description of Exceptionvoid close() throws Exception
Exception
- Description of Exceptionvoid receive(ReceiveRequest[] messages) throws Exception
messages
- Description of Parameter
Exception
- Description of Exceptionvoid pong(long serverTime) throws Exception
serverTime
- Description of Parameter
Exception
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |