438 Stale Nonce. More...
Instance Methods | |
| (NSString *) | - getDescription |
| Gets the description for this FMLiveSwitchStunError. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchStunStaleNonceError class. More... | |
| (instancetype) | - initWithMessage: |
| Initializes a new instance of the FMLiveSwitchStunStaleNonceError class. More... | |
| (instancetype) | - initWithMessage:nonce:realm: |
| Initializes a new instance of the FMLiveSwitchStunStaleNonceError class. More... | |
| (instancetype) | - initWithNonce:realm: |
| Initializes a new instance of the FMLiveSwitchStunStaleNonceError class. More... | |
| (FMLiveSwitchStunNonceAttribute *) | - nonce |
| Gets the nonce attribute. More... | |
| (FMLiveSwitchStunRealmAttribute *) | - realm |
| Gets the realm attribute. More... | |
Instance Methods inherited from FMLiveSwitchStunError | |
| (instancetype) | - initWithCode:message: |
| Initializes a new instance of the FMLiveSwitchStunError class. More... | |
| (int) | - stunCode |
| Gets the STUN code. More... | |
| (int) | - stunErrorCode |
| Gets the STUN code. More... | |
Instance Methods inherited from FMLiveSwitchError | |
| (FMLiveSwitchErrorCode) | - code |
| Gets the code. More... | |
| (int) | - codeValue |
| Gets the code. More... | |
| (NSString *) | - description |
| Returns the string representation of this error. More... | |
| (FMLiveSwitchErrorCode) | - errorCode |
| Gets the code. More... | |
| (NSException *) | - exception |
| Gets the exception. More... | |
| (instancetype) | - initWithCode:exception: |
| Initializes a new instance of the FMLiveSwitchError class. More... | |
| (NSString *) | - message |
| Gets the message. More... | |
| (void) | - setCode: |
| Sets the code. More... | |
| (void) | - setCodeValue: |
| Sets the code. More... | |
| (void) | - setErrorCode: |
| Sets the code. More... | |
| (void) | - setException: |
| Sets the exception. More... | |
| (void) | - setMessage: |
| Sets the message. More... | |
| (NSString *) | - toJson |
| Serializes this instance to JSON. More... | |
438 Stale Nonce.
RFC5389. Indicates that the NONCE used by the client was no longer valid. The client should retry, using the NONCE provided in the response.
| - (NSString*) getDescription |
Gets the description for this FMLiveSwitchStunError.
Implements FMLiveSwitchError.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
Implements FMLiveSwitchError.
| - (instancetype) initWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| message | The message. |
| - (instancetype) initWithMessage: | (NSString *) | message | |
| nonce: | (FMLiveSwitchStunNonceAttribute *) | nonce | |
| realm: | (FMLiveSwitchStunRealmAttribute *) | realm | |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| message | The message. |
| nonce | The nonce attribute. |
| realm | The realm attribute. |
| - (instancetype) initWithNonce: | (FMLiveSwitchStunNonceAttribute *) | nonce | |
| realm: | (FMLiveSwitchStunRealmAttribute *) | realm | |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| nonce | The nonce attribute. |
| realm | The realm attribute. |
| - (FMLiveSwitchStunNonceAttribute*) nonce |
Gets the nonce attribute.
| - (FMLiveSwitchStunRealmAttribute*) realm |
Gets the realm attribute.
| + (FMLiveSwitchStunStaleNonceError*) staleNonceError |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| + (FMLiveSwitchStunStaleNonceError*) staleNonceErrorWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| message | The message. |
| + (FMLiveSwitchStunStaleNonceError*) staleNonceErrorWithMessage: | (NSString *) | message | |
| nonce: | (FMLiveSwitchStunNonceAttribute *) | nonce | |
| realm: | (FMLiveSwitchStunRealmAttribute *) | realm | |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| message | The message. |
| nonce | The nonce attribute. |
| realm | The realm attribute. |
| + (FMLiveSwitchStunStaleNonceError*) staleNonceErrorWithNonce: | (FMLiveSwitchStunNonceAttribute *) | nonce | |
| realm: | (FMLiveSwitchStunRealmAttribute *) | realm | |
Initializes a new instance of the FMLiveSwitchStunStaleNonceError class.
| nonce | The nonce attribute. |
| realm | The realm attribute. |