Class PendingCall

java.lang.Object
org.red5.server.service.Call
org.red5.server.service.PendingCall
All Implemented Interfaces:
Externalizable, Serializable, IPendingServiceCall, IServiceCall

public class PendingCall extends Call implements IPendingServiceCall
Pending call is remote call operation that is in pending state. Remote calls to services are asynchronous, that is, after call but before result callback remote calls are in pending state.
See Also: