- (void) deallocate |
- (int) hash |
Implements FMLiveSwitchIceCandidate.
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
lifetime: | (long long) | lifetime | |
turnUserName: | (NSString *) | turnUserName | |
turnPassword: | (NSString *) | turnPassword | |
nonce: | (NSString *) | nonce | |
turnRealm: | (NSString *) | turnRealm | |
server: | (FMLiveSwitchTransportAddress *) | server | |
manager: | (FMLiveSwitchIceTransactionManager *) | manager | |
stunRequestTimeout: | (int) | stunRequestTimeout | |
- (instancetype) initWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
lifetime: | (long long) | lifetime | |
turnUserName: | (NSString *) | turnUserName | |
turnPassword: | (NSString *) | turnPassword | |
nonce: | (NSString *) | nonce | |
turnRealm: | (NSString *) | turnRealm | |
server: | (FMLiveSwitchTransportAddress *) | server | |
manager: | (FMLiveSwitchIceTransactionManager *) | manager | |
stunRequestTimeout: | (int) | stunRequestTimeout | |
context: | (FMLiveSwitchLogContext *) | context | |
- (int) lastRelayServerRoundTripTime |
+ (FMLiveSwitchIceLocalRelayedCandidate*) localRelayedCandidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
lifetime: | (long long) | lifetime | |
turnUserName: | (NSString *) | turnUserName | |
turnPassword: | (NSString *) | turnPassword | |
nonce: | (NSString *) | nonce | |
turnRealm: | (NSString *) | turnRealm | |
server: | (FMLiveSwitchTransportAddress *) | server | |
manager: | (FMLiveSwitchIceTransactionManager *) | manager | |
stunRequestTimeout: | (int) | stunRequestTimeout | |
+ (FMLiveSwitchIceLocalRelayedCandidate*) localRelayedCandidateWithLockObject: | (id) | lockObject | |
foundation: | (NSString *) | foundation | |
protocol: | (FMLiveSwitchProtocolType) | protocol | |
address: | (NSString *) | address | |
port: | (int) | port | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
lifetime: | (long long) | lifetime | |
turnUserName: | (NSString *) | turnUserName | |
turnPassword: | (NSString *) | turnPassword | |
nonce: | (NSString *) | nonce | |
turnRealm: | (NSString *) | turnRealm | |
server: | (FMLiveSwitchTransportAddress *) | server | |
manager: | (FMLiveSwitchIceTransactionManager *) | manager | |
stunRequestTimeout: | (int) | stunRequestTimeout | |
context: | (FMLiveSwitchLogContext *) | context | |
- (FMLiveSwitchAction1<id>*) onRelayStateChanged |
- (bool) open |
- (FMLiveSwitchIceLocalRelayedCandidateState) relayState |
- (void) setOnRelayStateChanged: | (FMLiveSwitchAction1< id > *) | value |
- (FMLiveSwitchIceLocalRelayedCandidateState) setOnRelayStateChangedBlock |
- (void) setOnRelayStateChangedBlock: | (void(^)(FMLiveSwitchIceLocalRelayedCandidateState)) | valueBlock |
- (void) setSmoothedRelayServerRoundTripTime: | (int) | value |
- (int) smoothedRelayServerRoundTripTime |
- (void) startScheduleRefreshTransactions |
- (void) stopRelayTransactionsWithDeallocate: | (bool) | deallocate |
- (FMLiveSwitchTransportAddress*) turnServer |