The JavaScript EventHandler Stack

Class HttpAsynchRpc

Object
   |
   +--HttpAsynchRpc

class HttpAsynchRpc

Defined in eh.js


Field Summary
 Object $rpcIdle
          
 
Constructor Summary
HttpAsynchRpc(server, user, pwd)
            This class encapsulates the XMLHttpRequestWrapper class and provides an easier way of sending data to a server.
 
Method Summary
 void asynchSend( responseIntf, method, path, data, headers)
          

This function encapsulates the creation of XMLHttpRequestWrapper objects and makes it easier to send asynchronous data to a server.

 void close(abort)
          
 void reset()
           Call this.close(true) and reset connection.

Field Detail

$rpcIdle

Object $rpcIdle

Constructor Detail

HttpAsynchRpc

HttpAsynchRpc(server, user, pwd)

Method Detail

asynchSend

void asynchSend( responseIntf, method, path, data, headers)

close

void close(abort)

reset

void reset()

The JavaScript EventHandler Stack

Documentation generated by JSDoc on Tue Feb 14 15:31:34 2012