FMIceLinkStunStaleNonceError Class Reference

Inherits from FMIceLinkStunError : FMIceLinkError : NSObject
Declared in FMIceLinkStunStaleNonceError.h
FMIceLinkStunStaleNonceError.m

Overview

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.

– getDescription

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescription

Discussion

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).

Declared In

FMIceLinkStunStaleNonceError.h

– init

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

– initWithMessage:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
- (instancetype)initWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

– initWithMessage:nonce:realm:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
- (instancetype)initWithMessage:(NSString *)message nonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm

Parameters

message

The message.

nonce

The nonce attribute.

realm

The realm attribute.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

– initWithNonce:realm:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
- (instancetype)initWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm

Parameters

nonce

The nonce attribute.

realm

The realm attribute.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

– nonce

Gets the nonce attribute.
- (FMIceLinkStunNonceAttribute *)nonce

Discussion

Gets the nonce attribute.

Declared In

FMIceLinkStunStaleNonceError.h

– realm

Gets the realm attribute.
- (FMIceLinkStunRealmAttribute *)realm

Discussion

Gets the realm attribute.

Declared In

FMIceLinkStunStaleNonceError.h

+ staleNonceError

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
+ (FMIceLinkStunStaleNonceError *)staleNonceError

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

+ staleNonceErrorWithMessage:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

+ staleNonceErrorWithMessage:nonce:realm:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithMessage:(NSString *)message nonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm

Parameters

message

The message.

nonce

The nonce attribute.

realm

The realm attribute.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h

+ staleNonceErrorWithNonce:realm:

Initializes a new instance of the FMIceLinkStunStaleNonceError class.
+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm

Parameters

nonce

The nonce attribute.

realm

The realm attribute.

Discussion

Initializes a new instance of the FMIceLinkStunStaleNonceError class.

Declared In

FMIceLinkStunStaleNonceError.h