Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpTransferFactory

Creates implementations of fm.icelink.httpTransfer.

Hierarchy

  • HttpTransferFactory

Index

Constructors

constructor

Properties

Static Private fm_icelink_HttpTransferFactory__createHttpTransfer

fm_icelink_HttpTransferFactory__createHttpTransfer: IFunction0<HttpTransfer>
internal

Methods

getTypeString

  • getTypeString(): string
  • Returns string

Static defaultCreateHttpTransfer

  • defaultCreateHttpTransfer(): HttpTransfer
  • internal

    Returns HttpTransfer

Static getCreateHttpTransfer

  • getCreateHttpTransfer(): IFunction0<HttpTransfer>
  • Gets the callback that creates an HTTP-based transfer class.

    Returns IFunction0<HttpTransfer>

Static getHttpTransfer

  • getHttpTransfer(): HttpTransfer
  • Gets an instance of the HTTP-based transfer class.

    Returns HttpTransfer

Static setCreateHttpTransfer

  • setCreateHttpTransfer(value: IFunction0<HttpTransfer>): void
  • Sets the callback that creates an HTTP-based transfer class.

    Parameters

    • value: IFunction0<HttpTransfer>

    Returns void