Uses of Class
game.protocol.Request.RequestType

Packages that use Request.RequestType
game.protocol Implementation of the SCORE protocol. 
 

Uses of Request.RequestType in game.protocol
 

Fields in game.protocol declared as Request.RequestType
protected  Request.RequestType Request.mType
          The request type.
 

Methods in game.protocol that return Request.RequestType
 Request.RequestType Request.getType()
          Get the type of this request.
static Request.RequestType Request.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Request.RequestType[] Request.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.