Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AMFPHPRemoteGateway
| com.ericfeminella.rpc | Provides a generic base class API for creating AMFPHP gateway connections and performing remote method invocation / remote procedure call (RPC) invocation on PHP objects. | |
| IDAO
| com.ericfeminella.rpc.dao | Defines a Generic DAO client-side CRUD implementation which has been adapted from a Java typesafe AOP DAO. | |
| IIResponderProxy
| com.ericfeminella.rpc | Provides the contract for a service which needs to invoke asynchronous calls between tiers of an application, and proxy the result / fault between an flash.net.Responder and mx.rpc.responder | |
| IRemoteService
| com.ericfeminella.rpc | Provides a default contract for a class which needs to invoke asynchronous calls between tiers of an application. | |
| RTMPConnectionException
| com.ericfeminella.rpc.errors | An RTMPConnectionException is thrown if an RPC call is made and Flash Player does not have a persisted RTMP connection to the server of the remote object |