Additional Inherited Members | |
Class Methods inherited from FMLiveSwitchHttpWebRequestSender | |
(FMLiveSwitchHttpWebRequestSender *) | + httpWebRequestSender |
Class Methods inherited from FMLiveSwitchDynamic | |
(FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
(FMLiveSwitchSerializable *) | + serializable |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
- (void) addOnCreateHeaders: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageRequestArgs * > *) | value |
- (FMLiveSwitchSignallingMessageRequestArgs*) addOnCreateHeadersWithBlock |
- (void) addOnCreateHeadersWithBlock: | (void(^)(FMLiveSwitchSignallingMessageRequestArgs *)) | valueBlock |
- (void) addOnHttpRequestCreated: | (FMLiveSwitchAction1< FMLiveSwitchHttpRequestCreatedArgs * > *) | value |
- (FMLiveSwitchHttpRequestCreatedArgs*) addOnHttpRequestCreatedWithBlock |
- (void) addOnHttpRequestCreatedWithBlock: | (void(^)(FMLiveSwitchHttpRequestCreatedArgs *)) | valueBlock |
- (void) addOnHttpResponseReceived: | (FMLiveSwitchAction1< FMLiveSwitchHttpResponseReceivedArgs * > *) | value |
- (FMLiveSwitchHttpResponseReceivedArgs*) addOnHttpResponseReceivedWithBlock |
- (void) addOnHttpResponseReceivedWithBlock: | (void(^)(FMLiveSwitchHttpResponseReceivedArgs *)) | valueBlock |
- (void) addOnRequestCreated: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageRequestCreatedArgs * > *) | value |
- (FMLiveSwitchSignallingMessageRequestCreatedArgs*) addOnRequestCreatedWithBlock |
- (void) addOnRequestCreatedWithBlock: | (void(^)(FMLiveSwitchSignallingMessageRequestCreatedArgs *)) | valueBlock |
- (void) addOnResponseReceived: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageResponseReceivedArgs * > *) | value |
- (FMLiveSwitchSignallingMessageResponseReceivedArgs*) addOnResponseReceivedWithBlock |
- (void) addOnResponseReceivedWithBlock: | (void(^)(FMLiveSwitchSignallingMessageResponseReceivedArgs *)) | valueBlock |
- (void) addOnUnhandledException: | (FMLiveSwitchAction1< FMLiveSwitchUnhandledExceptionArgs * > *) | value |
- (FMLiveSwitchUnhandledExceptionArgs*) addOnUnhandledExceptionWithBlock |
- (void) addOnUnhandledExceptionWithBlock: | (void(^)(FMLiveSwitchUnhandledExceptionArgs *)) | valueBlock |
- (FMLiveSwitchSignallingConcurrencyMode) concurrencyMode |
- (FMLiveSwitchNameValueCollection*) createHeaders |
- (bool) disableBinary |
- (NSString*) domainKey |
- (NSString*) domainName |
- (NSString*) getEmptyResponseMessageWithResponseArgs: | (FMLiveSwitchSignallingMessageResponseArgs *) | responseArgs |
- (NSString*) getInvalidResponseMessageWithResponseArgs: | (FMLiveSwitchSignallingMessageResponseArgs *) | responseArgs |
- (bool) raiseUnhandledException: | (NSException *) | exception |
- (void) removeOnCreateHeaders: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageRequestArgs * > *) | value |
- (void) removeOnHttpRequestCreated: | (FMLiveSwitchAction1< FMLiveSwitchHttpRequestCreatedArgs * > *) | value |
- (void) removeOnHttpResponseReceived: | (FMLiveSwitchAction1< FMLiveSwitchHttpResponseReceivedArgs * > *) | value |
- (void) removeOnRequestCreated: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageRequestCreatedArgs * > *) | value |
- (void) removeOnResponseReceived: | (FMLiveSwitchAction1< FMLiveSwitchSignallingMessageResponseReceivedArgs * > *) | value |
- (void) removeOnUnhandledException: | (FMLiveSwitchAction1< FMLiveSwitchUnhandledExceptionArgs * > *) | value |
- (int) requestMaxRetries |
- (int) requestTimeout |
- (NSString*) requestUrl |
- (void) setConcurrencyMode: | (FMLiveSwitchSignallingConcurrencyMode) | value |
- (void) setDisableBinary: | (bool) | value |
- (void) setDomainKey: | (NSString *) | value |
- (void) setDomainName: | (NSString *) | value |
- (void) setRequestMaxRetries: | (int) | value |
- (void) setRequestTimeout: | (int) | value |
- (void) setRequestUrl: | (NSString *) | value |