+ (int) calculateLocalPreferenceWithType: | (FMLiveSwitchCandidateType) | type | |
priority: | (long long) | priority | |
component: | (FMLiveSwitchIceComponent) | component | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
+ (long long) calculatePriorityWithType: | (FMLiveSwitchCandidateType) | type | |
localPreference: | (int) | localPreference | |
component: | (FMLiveSwitchIceComponent) | component | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
+ (FMLiveSwitchIceCandidate*) candidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
+ (FMLiveSwitchIceCandidate*) candidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
context: | (FMLiveSwitchLogContext *) | context | |
+ (FMLiveSwitchIceCandidate*) candidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
relatedIPAddress: | (NSString *) | relatedIPAddress | |
relatedPort: | (int) | relatedPort | |
+ (FMLiveSwitchIceCandidate*) candidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
relatedIPAddress: | (NSString *) | relatedIPAddress | |
relatedPort: | (int) | relatedPort | |
context: | (FMLiveSwitchLogContext *) | context | |
- (NSString*) description |
- (FMLiveSwitchError*) error |
- (NSString*) foundation |
+ (FMLiveSwitchIceCandidate*) fromSdpCandidateAttributeWithLockObject: | (id) | lockObject | |
candidateAttribute: | (FMLiveSwitchSdpIceCandidateAttribute *) | candidateAttribute | |
context: | (FMLiveSwitchLogContext *) | context | |
- (FMLiveSwitchSdpIceCandidateAttribute*) generateAttributeWithComponentId: | (int) | componentId |
- (FMLiveSwitchCandidateInfo*) getInfo |
- (FMLiveSwitchCandidateStats*) getStats |
- (int) hash |
Implemented in FMLiveSwitchIceLocalRelayedCandidate.
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
context: | (FMLiveSwitchLogContext *) | context | |
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
relatedIPAddress: | (NSString *) | relatedIPAddress | |
relatedPort: | (int) | relatedPort | |
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
type: | (FMLiveSwitchCandidateType) | type | |
relatedIPAddress: | (NSString *) | relatedIPAddress | |
relatedPort: | (int) | relatedPort | |
context: | (FMLiveSwitchLogContext *) | context | |
- (NSString*) ipAddress |
- (bool) isEqualWithObj: | (id) | obj |
- (id) lock |
- (int) port |
- (long long) priority |
- (FMLiveSwitchProtocolType) protocol |
- (NSString*) relatedIPAddress |
- (int) relatedPort |
- (FMLiveSwitchProtocolType) relayProtocol |
- (void) sendStunAndInsertAttemptMessageWithItem: | (FMLiveSwitchScheduledItem *) | item |
- (void) sendStunMessageWithItem: | (FMLiveSwitchScheduledItem *) | item |
- (FMLiveSwitchError*) sendWithData: | (FMLiveSwitchDataBuffer *) | data | |
remoteCandidate: | (FMLiveSwitchIceCandidate *) | remoteCandidate | |
- (void) setError: | (FMLiveSwitchError *) | value |
- (void) setId: | (NSString *) | value |
- (FMLiveSwitchIceLocalCandidateState) state |
- (FMLiveSwitchCandidate*) toCandidateWithComponentId: | (int) | componentId | |
streamIndex: | (int) | streamIndex | |
- (FMLiveSwitchTransportAddress*) transportAddress |
- (FMLiveSwitchCandidateType) type |
+ (int) unset |