FMIceLinkHttpTransferFactory Class Reference

Inherits from NSObject
Declared in FMIceLinkHttpTransferFactory.h
FMIceLinkHttpTransferFactory.m

Overview

Creates implementations of [FMIceLinkHttpTransfer](../Classes/FMIceLinkHttpTransfer.html).

+ createHttpTransfer

Gets the callback that creates an HTTP-based transfer class.
+ (FMIceLinkFunction0 *)createHttpTransfer

Discussion

Gets the callback that creates an HTTP-based transfer class.

Declared In

FMIceLinkHttpTransferFactory.h

+ getHttpTransfer

Gets an instance of the HTTP-based transfer class.
+ (FMIceLinkHttpTransfer *)getHttpTransfer

Discussion

Gets an instance of the HTTP-based transfer class.

Declared In

FMIceLinkHttpTransferFactory.h

+ setCreateHttpTransfer:

Sets the callback that creates an HTTP-based transfer class.
+ (void)setCreateHttpTransfer:(FMIceLinkFunction0 *)value

Discussion

Sets the callback that creates an HTTP-based transfer class.

Declared In

FMIceLinkHttpTransferFactory.h

+ setCreateHttpTransferBlock

Sets the callback that creates an HTTP-based transfer class.
+ (void ( ^ ) ( FMIceLinkHttpTransfer *( ^ ) ( ) ))setCreateHttpTransferBlock

Discussion

Sets the callback that creates an HTTP-based transfer class.

Declared In

FMIceLinkHttpTransferFactory.h

+ setCreateHttpTransferBlock:

Sets the callback that creates an HTTP-based transfer class.
+ (void)setCreateHttpTransferBlock:(FMIceLinkHttpTransfer *( ^ ) ( ))valueBlock

Discussion

Sets the callback that creates an HTTP-based transfer class.

Declared In

FMIceLinkHttpTransferFactory.h