|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| CallableClient | Defines callbacks which the hub can make on a callable client. |
| ClientProfile | Defines Profile-specific aspects of the SAMP client implementation. |
| HubConnection | Represents a registered client's connection to a running hub. |
| MessageHandler | Interface for a client which wishes to receive messages. |
| ResponseHandler | Interface for a client which wishes to receive responses to message it
has sent asynchrnonously using call or callAll. |
| Class Summary | |
| AbstractMessageHandler | Partial implementation of MessageHandler interface which helps to ensure correct client behaviour. |
| HubConnector | Manages a client's connection to SAMP hubs. |
| Exception Summary | |
| SampException | Exception thrown when some error occurs in SAMP processing. |
Classes required only for SAMP clients.
Clients will normally use a HubConnector
to keep track of connections with a SAMP hub.
However clients requiring a lower-level interface may simply use a
HubConnection object.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||