Uses of Class
lilypad.client.connect.api.result.StatusCode

Packages that use StatusCode
lilypad.client.connect.api.result   
lilypad.client.connect.api.result.impl   
 

Uses of StatusCode in lilypad.client.connect.api.result
 

Methods in lilypad.client.connect.api.result that return StatusCode
 StatusCode Result.getStatusCode()
          Showing how the request was handled by the network, namely if it succeeded or failed.
static StatusCode StatusCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in lilypad.client.connect.api.result with parameters of type StatusCode
Result(StatusCode statusCode)
           
 

Uses of StatusCode in lilypad.client.connect.api.result.impl
 

Constructors in lilypad.client.connect.api.result.impl with parameters of type StatusCode
AsProxyResult(StatusCode statusCode)
           
AsServerResult(StatusCode statusCode)
          Called only when the result is unsuccessful.
AuthenticateResult(StatusCode statusCode)
           
GetDetailsResult(StatusCode statusCode)
          Called only when the result is unsuccessful.
GetKeyResult(StatusCode statusCode)
          Called only when the result is unsuccessful.
GetPlayersResult(StatusCode statusCode)
          Called only when the result is unsuccessful.
GetWhoamiResult(StatusCode statusCode)
          Called only when the result is unsuccessful.
MessageResult(StatusCode statusCode)
           
NotifyPlayerResult(StatusCode statusCode)
           
RedirectResult(StatusCode statusCode)