fm.liveswitch.HttpTransferFactory Class Reference

Creates implementations of fm.liveswitch.HttpTransfer. More...

Public Member Functions

 HttpTransferFactory ()
 

Static Public Member Functions

static fm.liveswitch.IFunction0< fm.liveswitch.HttpTransfergetCreateHttpTransfer ()
 Gets the callback that creates an HTTP-based transfer class. More...
 
static fm.liveswitch.HttpTransfer getHttpTransfer ()
 Gets an instance of the HTTP-based transfer class. More...
 
static void setCreateHttpTransfer (fm.liveswitch.IFunction0< fm.liveswitch.HttpTransfer > value)
 Sets the callback that creates an HTTP-based transfer class. More...
 

Detailed Description

Creates implementations of fm.liveswitch.HttpTransfer.

Constructor & Destructor Documentation

◆ HttpTransferFactory()

fm.liveswitch.HttpTransferFactory.HttpTransferFactory ( )

Member Function Documentation

◆ getCreateHttpTransfer()

static fm.liveswitch.IFunction0<fm.liveswitch.HttpTransfer> fm.liveswitch.HttpTransferFactory.getCreateHttpTransfer ( )
static

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

◆ getHttpTransfer()

static fm.liveswitch.HttpTransfer fm.liveswitch.HttpTransferFactory.getHttpTransfer ( )
static

Gets an instance of the HTTP-based transfer class.

◆ setCreateHttpTransfer()

static void fm.liveswitch.HttpTransferFactory.setCreateHttpTransfer ( fm.liveswitch.IFunction0< fm.liveswitch.HttpTransfer value)
static

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