RHTTPClient represent a client of the gateway server.
A Client has a server side counterpart with which communicates using a comet protocol.
The Client, its server-side counterpart and the comet protocol form the Half-Object plus Protocol pattern.
A Client must first connect to the gateway server, to let the gateway server know its targetId, an identifier that uniquely distinguish this Client from other Clients.
Once connected, the gateway server will use a comet procotol to notify the Client of server-side events, and the Client can send information to the gateway server to notify it of client-side events.
Server-side event are notified to {@link RHTTPListener}s, while relevant network events are communicated to {@link ClientListener}s.
@version $Revision$ $Date$
|
|
|
|
|
|
|
|