FMLiveSwitchIceLocalReflexiveCandidate Class Reference

Instance Methods

(instancetype) - initWithLockObject:foundation:protocol:address:port:type:relatedAddress:relatedPort:
 
- Instance Methods inherited from FMLiveSwitchIceCandidate
(NSString *) - description
 
(FMLiveSwitchError *) - error
 
(NSString *) - foundation
 
(FMLiveSwitchSdpIceCandidateAttribute *) - generateAttributeWithComponentId:
 
(FMLiveSwitchCandidateInfo *) - getInfo
 
(FMLiveSwitchCandidateStats *) - getStats
 
(int) - hash
 
(NSString *) - id
 
(instancetype) - initWithLockObject:foundation:protocol:address:port:type:
 
(instancetype) - initWithLockObject:foundation:protocol:address:port:type:relatedIPAddress:relatedPort:
 
(NSString *) - ipAddress
 
(bool) - isEqualWithObj:
 
(id- lock
 
(int) - port
 
(long long) - priority
 
(FMLiveSwitchProtocolType) - protocol
 
(NSString *) - relatedIPAddress
 
(int) - relatedPort
 
(FMLiveSwitchProtocolType) - relayProtocol
 
(void) - sendStunAndInsertAttemptMessageWithItem:
 
(void) - sendStunMessageWithItem:
 
(FMLiveSwitchError *) - sendWithData:remoteCandidate:
 
(void) - setError:
 
(void) - setId:
 
(FMLiveSwitchIceLocalCandidateState) - state
 
(FMLiveSwitchCandidate *) - toCandidateWithComponentId:streamIndex:
 
(FMLiveSwitchTransportAddress *) - transportAddress
 
(FMLiveSwitchCandidateType) - type
 

Class Methods

(FMLiveSwitchIceLocalReflexiveCandidate *) + localReflexiveCandidateWithLockObject:foundation:protocol:address:port:type:relatedAddress:relatedPort:
 
- Class Methods inherited from FMLiveSwitchIceCandidate
(int) + calculateLocalPreferenceWithType:priority:component:protocol:
 
(long long) + calculatePriorityWithType:localPreference:component:protocol:
 
(FMLiveSwitchIceCandidate *) + candidateWithLockObject:foundation:protocol:address:port:type:
 
(FMLiveSwitchIceCandidate *) + candidateWithLockObject:foundation:protocol:address:port:type:relatedIPAddress:relatedPort:
 
(FMLiveSwitchIceCandidate *) + fromSdpCandidateAttributeWithLockObject:candidateAttribute:
 
(int) + unset
 

Method Documentation

◆ initWithLockObject:foundation:protocol:address:port:type:relatedAddress:relatedPort:

- (instancetype) initWithLockObject: (id lockObject
foundation: (NSString *)  foundation
protocol: (FMLiveSwitchProtocolType)  protocol
address: (NSString *)  address
port: (int)  port
type: (FMLiveSwitchCandidateType)  type
relatedAddress: (NSString *)  relatedAddress
relatedPort: (int)  relatedPort 

◆ localReflexiveCandidateWithLockObject:foundation:protocol:address:port:type:relatedAddress:relatedPort:

+ (FMLiveSwitchIceLocalReflexiveCandidate*) localReflexiveCandidateWithLockObject: (id lockObject
foundation: (NSString *)  foundation
protocol: (FMLiveSwitchProtocolType)  protocol
address: (NSString *)  address
port: (int)  port
type: (FMLiveSwitchCandidateType)  type
relatedAddress: (NSString *)  relatedAddress
relatedPort: (int)  relatedPort