Creates implementations of FMLiveSwitchHttpTransfer. More...
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(FMLiveSwitchFunction0< FMLiveSwitchHttpTransfer * > *) | + createHttpTransfer |
Gets the callback that creates an HTTP-based transfer class. More... | |
(FMLiveSwitchHttpTransfer *) | + getHttpTransfer |
Gets an instance of the HTTP-based transfer class. More... | |
(FMLiveSwitchHttpTransferFactory *) | + httpTransferFactory |
(void) | + setCreateHttpTransfer: |
Sets the callback that creates an HTTP-based transfer class. More... | |
(void) | + setCreateHttpTransferBlock |
Sets the callback that creates an HTTP-based transfer class. More... | |
(void) | + setCreateHttpTransferBlock: |
Sets the callback that creates an HTTP-based transfer class. More... | |
Creates implementations of FMLiveSwitchHttpTransfer.
+ (FMLiveSwitchFunction0<FMLiveSwitchHttpTransfer*>*) createHttpTransfer |
Gets the callback that creates an HTTP-based transfer class.
+ (FMLiveSwitchHttpTransfer*) getHttpTransfer |
Gets an instance of the HTTP-based transfer class.
+ (FMLiveSwitchHttpTransferFactory*) httpTransferFactory |
- (instancetype) init |
+ (void) setCreateHttpTransfer: | (FMLiveSwitchFunction0< FMLiveSwitchHttpTransfer * > *) | value |
Sets the callback that creates an HTTP-based transfer class.
+ (void) setCreateHttpTransferBlock |
Sets the callback that creates an HTTP-based transfer class.
+ (void) setCreateHttpTransferBlock: | (FMLiveSwitchHttpTransfer *(^)(void)) | valueBlock |
Sets the callback that creates an HTTP-based transfer class.