Class RedirectionInformation.RedirectingReason

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    RedirectionInformation

    public static final class RedirectionInformation.RedirectingReason
    extends NamedInteger
    Redirecting reason constants.

    The API offered by this class is as if the type were specified in ASN.1 as follows.

     RedirectingReason ::= ENUMERATED {
         UNKNOWN              (0),
         USER_BUSY            (1),
         NO_REPLY             (2),
         UNCONDITIONAL        (3),
         ALERTING_DEFLECTION  (4),
         IMMEDIATE_DEFLECTION (5),
         MOBILE_UNREACHABLE   (6),
         ...
     }
    See Also:
    Serialized Form