FMHttpTransferFactory Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Creates implementations of .

+ createHttpTransfer

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

+ (FMCallback *)createHttpTransfer

Discussion

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

Declared In

FM.h

+ getHttpTransfer

Gets an instance of the HTTP-based transfer class.

+ (FMHttpTransfer *)getHttpTransfer

Discussion

Gets an instance of the HTTP-based transfer class.

Declared In

FM.h

+ setCreateHttpTransfer:

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

+ (void)setCreateHttpTransfer:(FMCallback *)value

Discussion

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

Declared In

FM.h

+ setCreateHttpTransferBlock:

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

+ (void)setCreateHttpTransferBlock:(FMHttpTransfer *( ^ ) ( ))valueBlock

Discussion

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

Declared In

FM.h