Packagenet.user1.reactor
Classpublic class Tokens
InheritanceTokens Inheritance Object

A collection of constants representing meaningful tokens in communications with Union Server.



Public Constants
 ConstantDefined By
  RS : String = |
[static] The character used by the client as a record separator when serializing attributes or any other form of composite data.
Tokens
  WILDCARD : String = *
[static] The character used to signify a wildcard at the end of a room qualifier.
Tokens
Constant Descriptions
RSConstant
public static const RS:String = |

Since : Reactor 1.0.0

The character used by the client as a record separator when serializing attributes or any other form of composite data. This character defaults to "|" and must not be used in attribute names or values. Methods in the Reactor API that perform serialization or deserialization will add a warning to the client-side log if this character is used inappropriately.

See also

WILDCARDConstant 
public static const WILDCARD:String = *

Since : Reactor 1.0.0

The character used to signify a wildcard at the end of a room qualifier. Defaults to (asterisk). In a fully qualified room ID, this character is legal as the last character only, and only after a period (.). See the Validator class. Methods in the Reactor API that perform serialization or deserialization will add a warning to the client-side log if this character is used inappropriately.

See also