Packagenet.user1.reactor
Classpublic final class ConnectionRefusalReason
InheritanceConnectionRefusalReason Inheritance Object

Since : Reactor 1.1.1

The ConnectionRefusalReason class is an enumeration of constant values representing the known reasons Union Server will refuse a client connection.

See also

ConnectionRefusal


Public Constants
 ConstantDefined By
  BANNED : String = BANNED
[static] Indicates that a client connection was refused because the client's address is banned.
ConnectionRefusalReason
Constant Descriptions
BANNEDConstant
public static const BANNED:String = BANNED

Since : Reactor 1.1.1

Indicates that a client connection was refused because the client's address is banned. Union Server's ban-refusal-notification policy is set via union.xml. For details, see Union Server Configuration.