net.user1.union.api
Interface Request


public interface Request

Request represents a client request made to the server such as create room, send message or set attribute.


Method Summary
 Client getClient()
          Get the client who made the request.
 UPCMessage getUPCMessage()
          Get the UPCMessage that was made for the request
 

Method Detail

getClient

Client getClient()
Get the client who made the request.

Returns:
the client who made the request

getUPCMessage

UPCMessage getUPCMessage()
Get the UPCMessage that was made for the request

Returns:
the UPCMessage that was made for the request


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500