Index

A B C D E F G H I J L N O P R S T U V 
All Classes All Packages

G

gameAction - io.sockit.gameclient.ServerMessageType
Message received when there is a non player action in the game.
gameEntered - io.sockit.gameclient.ServerMessageType
Message received when the Client enters a game
gameExited - io.sockit.gameclient.ServerMessageType
Message received when the Client exists a game
gameName - Variable in class io.sockit.gameclient.Room
The name of the game that this room belongs to
gamePlayEnded - io.sockit.gameclient.ServerMessageType
Message received when Game Play ends
GamePlayNotInProgressException - Exception in io.sockit.gameclient
Exception thrown when GamePlay has not started and Client invokes playAction() method
GamePlayNotInProgressException() - Constructor for exception io.sockit.gameclient.GamePlayNotInProgressException
Creates a GamePlayNotInProgressException
gamePlayStarted - io.sockit.gameclient.ServerMessageType
Message received when new game play starts
getAsBoolean(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a boolean or false if the property does not exist.
getAsBoolean(JsonObject, String, boolean) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a boolean or defaultValue if the property does not exist.
getAsDouble(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a double or 0 if the property does not exist.
getAsDouble(JsonObject, String, double) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a double or defaultValue if the property does not exist.
getAsFloat(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a float or 0 if the property does not exist.
getAsFloat(JsonObject, String, float) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a float or defaultValue if the property does not exist.
getAsInt(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as an int or 0 if the property does not exist.
getAsInt(JsonObject, String, int) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as an int or defaultValue if the property does not exist.
getAsJsonArray(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a jsonArray or null if the property does not exist.
getAsJsonObject(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a jsonObject or null if the property does not exist.
getAsLong(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a long or 0 if the property does not exist.
getAsLong(JsonObject, String, long) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a long or defaultValue if the property does not exist.
getAsShort(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a short or 0 if the property does not exist.
getAsShort(JsonObject, String, short) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a short or defaultValue if the property does not exist.
getAsString(JsonObject, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a String or null if the property does not exist.
getAsString(JsonObject, String, String) - Static method in class io.sockit.gameclient.JsonUtil
Returns the value of the specified property in the jsonObject as a String or defaultValue if the property does not exist.
getAvtarId() - Method in class io.sockit.gameclient.Client
Returns the avtarId of the User loggedIn to the client session
getAvtarId() - Method in class io.sockit.gameclient.Player
The avatar Id of the player
getCurTurnPlayer() - Method in class io.sockit.gameclient.Room
Returns the player whose turn is the current turn
getCurTurnSeatNo() - Method in class io.sockit.gameclient.Room
Returns the seat number of the player whose turn is the current turn
getData() - Method in class io.sockit.gameclient.Player
Returns the player's data as json
getData() - Method in class io.sockit.gameclient.Room
Returns the room data as json
getEmailId() - Method in class io.sockit.gameclient.Client
Returns the emailId of the User loggedIn to the client session
getFreeSeatNo() - Method in class io.sockit.gameclient.Room
Returns the first free seat number
getGameName() - Method in class io.sockit.gameclient.Client
returns the Name of the game that this client session is linked to
getGamePlayNo() - Method in class io.sockit.gameclient.Room
Returns the number of the currently active game play in this room.
getGameUserData() - Method in class io.sockit.gameclient.Client
Returns the Game Specific User Data of the User loggedIn to the client session
getJoinedRoom() - Method in class io.sockit.gameclient.Client
Returns the room joined by this client or null if no room has been joined
getLocations() - Method in class io.sockit.gameclient.Client
Fetches the list of game locations from the server
getLoginType() - Method in class io.sockit.gameclient.Client
Returns the LoginType of the Client session - i.e.
getName() - Method in class io.sockit.gameclient.Client
Returns the name of the User loggedIn to the client session
getName() - Method in class io.sockit.gameclient.Player
The name of the player
getNextPlayer(int) - Method in class io.sockit.gameclient.Room
Returns the next player seated after the specified seat number
getNextPlayer(Player) - Method in class io.sockit.gameclient.Room
Returns the next player seated after the specified player
getOtherId() - Method in class io.sockit.gameclient.Client
Returns the otherId of the User loggedIn to the client session
getPlayer() - Method in class io.sockit.gameclient.Client
Returns the player object associated with this Client or null if the Client is not seated
getPlayerBySeatNo(int) - Method in class io.sockit.gameclient.Room
Returns the player seated at the specified seat number
getPlayerByUserId(String) - Method in class io.sockit.gameclient.Room
Returns the player whose userId matches the specified userId
getPlayerCount() - Method in class io.sockit.gameclient.Room
Returns the number of players seated in the room
getProfilePic() - Method in class io.sockit.gameclient.Client
Returns the URL of the profile picture of the User loggedIn to the client session
getProfilePic() - Method in class io.sockit.gameclient.Player
Returns the url of player's profile picture
getRooms(String, RoomType) - Method in class io.sockit.gameclient.Client
Fetches the list of rooms from the server
getSessionId() - Method in class io.sockit.gameclient.Client
Returns the Client sessionId
getTurnTimeLeftMillis() - Method in class io.sockit.gameclient.Player
Returns the turn time left in milliseconds
getUserId() - Method in class io.sockit.gameclient.Client
Returns the user ID of the user loggedIn to the client session.
getValueAsString(JsonValue) - Static method in class io.sockit.gameclient.JsonUtil
Returns the json value as a String
google - io.sockit.gameclient.LoginType
Indicates a login using google authentication
A B C D E F G H I J L N O P R S T U V 
All Classes All Packages