|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| BaseResource | Every time a client who is already registered in the RestGroups sends a request (i.e. he wants to check for messages), appropriate data structures are pulled out. |
| Constants | In this class constant values used in RestGroups server are stored. |
| GroupMembershipResource | This class handles operations executed on the "/groups/{groupName}/members/{privateGroupName}" resource. |
| MailboxBlockingResource | This class handles operations executed on the "/groups/{privateGroupName}/mailbox/blocking" resource. |
| MailboxNonBlockingResource | This class handles operations executed on the "/groups/{privateGroupName}/mailbox/nonblocking" resource (or simply "/groups/{privateGroupName}/mailbox" resource). |
| MailboxPollResource | This class handles operations executed on the "/groups/{privateGroupName}/mailbox/avaliableMessages" resource. |
| MessageMulticastResource | This class handles operations executed on the "/multicast" resource. |
| MessageUnicastResource | This class handles operations executed on the "/groups/{groupName}/mailbox/{guarantee}" resource. |
| ProfileEntity | For each correctly connected client an object of this class is created. |
| ProfileResource | This class handles operations executed on the "/groups/{privateGroupName}" resource. |
| ProfileResourceReturnRepresentation | Instances of this class is returned by the GET (
ProfileResource.createProfile(org.restlet.representation.Representation)
) method. |
| ProfilesPilotEntity | For each client an instance of this class is created during the process of connecting to the RestGroups. |
| ProfilesPilotResource | This class handles operations executed on the "/groups/{privateGroupName}/pilotConnection" resource. |
| ResourcesReturnCodes | Codes and corresponding descriptions server might return to client if an error occurs. |
| ResourcesReturnCodes.StatusDescription | Simple data structure which holds status and corresponding description. |
| RestGroupsApplication | The root class for the RESTlet server. |
| ServerMain | This is the main class of the RestGroups server. |
| Settings | This class allows reading RestGroups server settings from XML file. |
| Enum Summary | |
|---|---|
| Settings.Schema | |
| Exception Summary | |
|---|---|
| RestGroupsException | Custom exception type for RestGroups. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||