|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface allows any class to use the RSE communications daemon to accept socket requests from a remote function. When a the RSE communications daemon accepts a socket request it reads the first 4 bytes, converts this to an integer and compares the integer against all registered ISystemCommunicationDaemonListeners, handing the socket off to the first match.
| Method Summary | |
|---|---|
void |
handleRequest(Socket socket,
int requestKey)
The handleRequest method is invoked by the RSE communications daemon when a new socket connection is established and the requestKey matches for this handler. |
| Method Detail |
public void handleRequest(Socket socket,
int requestKey)
socket - The communications socket connected to the remote peer. The only
thing read of the socket will have been the request key.
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||