Packageorg.openzet.rpc.rpcClasses
Interfacepublic interface IRPCHTTPLoader extends IRPCCore
ImplementorsHTTPLoader

Interface that defines methods for HTTP calls.



Public Properties
 PropertyDefined by
 InheritedshowBusyCursor : Boolean
Flag to specify whether to show busy icon.
IRPCCore
Public Methods
 MethodDefined by
 Inherited
close():void
Close method
IRPCCore
  
load(url:URLRequest, encoding:String = "UTF-8"):void
load method to be used for HTTP calls.
IRPCHTTPLoader
Method detail
load()method
public function load(url:URLRequest, encoding:String = "UTF-8"):void

load method to be used for HTTP calls.

Parameters
url:URLRequest — URLRequest object ot be used.
 
encoding:String (default = "UTF-8") — Data encoding type.