FMLiveSwitchIceSendRequestBeforeSendArgs Class Reference

Instance Methods

(FMLiveSwitchTransportAddress *) - address
 
(int) - attempt
 
(bool) - cancel
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(FMLiveSwitchIceSocketManager *) - messageBroker
 
(FMLiveSwitchStunMessage *) - request
 
(void) - setCancel:
 
(FMLiveSwitchTransportAddress *) - turnRelay
 
- Instance Methods inherited from FMLiveSwitchDynamic
(NSMutableDictionary< NSString *, id > *) - dynamicProperties
 Gets all dynamic properties on this instance. More...
 
(id- getDynamicValueWithKey:
 Gets a property value from the local cache. More...
 
(void) - setDynamicValueWithKey:value:
 Sets a property value in the local cache. More...
 
(bool) - unsetDynamicValueWithKey:
 Removes a property value from the local cache. More...
 

Class Methods

(FMLiveSwitchIceSendRequestBeforeSendArgs *) + sendRequestBeforeSendArgs
 
- Class Methods inherited from FMLiveSwitchDynamic
(FMLiveSwitchDynamic *) + dynamic
 
- Class Methods inherited from FMLiveSwitchSerializable
(FMLiveSwitchSerializable *) + serializable
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 

Method Documentation

◆ address

◆ attempt

- (int) attempt

◆ cancel

- (bool) cancel

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSerializable class.

Implements FMLiveSwitchDynamic.

◆ messageBroker

- (FMLiveSwitchIceSocketManager*) messageBroker

◆ request

◆ sendRequestBeforeSendArgs

+ (FMLiveSwitchIceSendRequestBeforeSendArgs*) sendRequestBeforeSendArgs

◆ setCancel:

- (void) setCancel: (bool)  value

◆ turnRelay