Search Results for

    / fm / liveswitch / HttpTransferFactory

    Class: HttpTransferFactory

    fm.liveswitch.HttpTransferFactory

    Creates implementations of [[fm.liveswitch.httpTransfer]].

    Table of contents

    Constructors

    • constructor

    Methods

    • getTypeString
    • getCreateHttpTransfer
    • getHttpTransfer
    • setCreateHttpTransfer

    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

    ▸ StaticgetCreateHttpTransfer(): 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

    ▸ StaticgetHttpTransfer(): HttpTransfer

    Gets an instance of the HTTP-based transfer class.

    Returns: HttpTransfer

    Defined in: Generated/TypeScript/fm.liveswitch/HttpTransferFactory.ts:51


    setCreateHttpTransfer

    ▸ StaticsetCreateHttpTransfer(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

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0