Class RequestQualifiers
- java.lang.Object
-
- de.extio.spacecraft.shared.model.metaserver.RequestQualifiers
-
public final class RequestQualifiers extends Object
These qualifiers identify RPC requests
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static String
ACKNOWLEDGE_REPORT
static String
ANNOUNCE
static String
ANNOUNCE_DEDICATED
static String
ANNOUNCE_MANY
static String
DISCONTINUE
static String
DISCONTINUE_DEDICATED
static String
GET_HIGHSCORES
static String
GET_OPS
static String
GET_REPORTS
static String
GET_REPORTS_NO_ACK_COUNT
static String
GET_STATISTICS
static String
HIGHSCORE
static String
POST_OPS
static String
REPORT
static String
REPORT_STATISTICS
static String
SEARCH_SESSIONS
static String
SHARE_QUERY
static String
SHARE_UPLOAD
-
Constructor Summary
Constructors Constructor Description RequestQualifiers()
-
-
-
Field Detail
-
ANNOUNCE
public static final String ANNOUNCE
- See Also:
- Constant Field Values
-
ANNOUNCE_MANY
public static final String ANNOUNCE_MANY
- See Also:
- Constant Field Values
-
DISCONTINUE
public static final String DISCONTINUE
- See Also:
- Constant Field Values
-
REPORT
public static final String REPORT
- See Also:
- Constant Field Values
-
GET_REPORTS
public static final String GET_REPORTS
- See Also:
- Constant Field Values
-
ACKNOWLEDGE_REPORT
public static final String ACKNOWLEDGE_REPORT
- See Also:
- Constant Field Values
-
GET_REPORTS_NO_ACK_COUNT
public static final String GET_REPORTS_NO_ACK_COUNT
- See Also:
- Constant Field Values
-
ANNOUNCE_DEDICATED
public static final String ANNOUNCE_DEDICATED
- See Also:
- Constant Field Values
-
DISCONTINUE_DEDICATED
public static final String DISCONTINUE_DEDICATED
- See Also:
- Constant Field Values
-
SEARCH_SESSIONS
public static final String SEARCH_SESSIONS
- See Also:
- Constant Field Values
-
GET_STATISTICS
public static final String GET_STATISTICS
- See Also:
- Constant Field Values
-
REPORT_STATISTICS
public static final String REPORT_STATISTICS
- See Also:
- Constant Field Values
-
POST_OPS
public static final String POST_OPS
- See Also:
- Constant Field Values
-
GET_OPS
public static final String GET_OPS
- See Also:
- Constant Field Values
-
HIGHSCORE
public static final String HIGHSCORE
- See Also:
- Constant Field Values
-
GET_HIGHSCORES
public static final String GET_HIGHSCORES
- See Also:
- Constant Field Values
-
SHARE_QUERY
public static final String SHARE_QUERY
- See Also:
- Constant Field Values
-
SHARE_UPLOAD
public static final String SHARE_UPLOAD
- See Also:
- Constant Field Values
-
-