Modifier and Type | Method and Description |
---|---|
void |
IPendingServiceCallback.resultReceived(IPendingServiceCall call)
Triggered when results are recieved
|
Modifier and Type | Class and Description |
---|---|
class |
RemotingCall
Remoting method call, specific pending call.
|
Modifier and Type | Method and Description |
---|---|
IPendingServiceCall |
RTMPConnection.getPendingCall(int invokeId)
Get pending call service by id.
|
IPendingServiceCall |
RTMPConnection.retrievePendingCall(int invokeId)
Retrieves and removes the pending call service by id.
|
Modifier and Type | Method and Description |
---|---|
void |
RTMPConnection.registerPendingCall(int invokeId,
IPendingServiceCall call)
Register pending call (remote function call that is yet to finish).
|
void |
DeferredResult.setServiceCall(IPendingServiceCall call)
Setter for service call.
|
Modifier and Type | Method and Description |
---|---|
IPendingServiceCall |
Invoke.getCall()
Getter for service call
|
Constructor and Description |
---|
Invoke(IPendingServiceCall call)
Create new invocation event with given pending service call
|
Modifier and Type | Class and Description |
---|---|
class |
PendingCall
Pending call is remote call operation that is in pending state.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientServerDetection.resultReceived(IPendingServiceCall call)
Handle callback from service call.
|
void |
ServerClientDetection.resultReceived(IPendingServiceCall call)
Handle callback from service call.
|
Copyright © 2006-2012 The Red5 Project