|
Class Summary |
| Frame |
The Frame class is an abstract class implementing a message which is sent
between the library and the proxy server. |
| FrameQueue |
The FrameQueue class implements a queue of Frame objects. |
| FrameQueueTest |
A test case, testing mobile.protocol.FrameQueue. |
| MobileRequestManager |
This class implements a thread which manages requests sent from the mobile
to the proxy and replies comming from the proxy. |
| Reply |
This class provides implementation of a reply message sent by the proxy
server in reply to a request from a mobile device. |
| Request |
This class provides implementation of message sent to the proxy server. |
| rmsTest |
A test case, testing request serializing for the needs of storing them
in the record store |