/ fm / liveswitch / HttpTransferFactory
Class: HttpTransferFactory
fm.liveswitch.HttpTransferFactory
Creates implementations of [[fm.liveswitch.httpTransfer]].
Table of contents
Constructors
Methods
Constructors
constructor
+ new HttpTransferFactory(): HttpTransferFactory
Returns: HttpTransferFactory
Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:13
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:9
getCreateHttpTransfer
▸ Static
getCreateHttpTransfer(): IFunction0<HttpTransfer>
Gets the callback that creates an HTTP-based transfer class.
Returns: IFunction0<HttpTransfer>
Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:39
getHttpTransfer
▸ Static
getHttpTransfer(): HttpTransfer
Gets an instance of the HTTP-based transfer class.
Returns: HttpTransfer
Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:51
setCreateHttpTransfer
▸ Static
setCreateHttpTransfer(value
: IFunction0<HttpTransfer>): void
Sets the callback that creates an HTTP-based transfer class.
Parameters:
Name | Type |
---|---|
value |
IFunction0<HttpTransfer> |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:70