public interface IRemotingCallback
| Modifier and Type | Method and Description |
|---|---|
void |
errorReceived(RemotingClient client,
String method,
Object[] params,
Throwable error)
An error occured while performing the remoting call.
|
void |
resultReceived(RemotingClient client,
String method,
Object[] params,
Object result)
The result of a remoting call has been received.
|
void resultReceived(RemotingClient client, String method, Object[] params, Object result)
client - Remoting clientmethod - Remote method nameparams - Call parametersresult - Call resultvoid errorReceived(RemotingClient client, String method, Object[] params, Throwable error)
client - Remoting clientmethod - Remoting methodparams - Call parameterserror - Call resultCopyright © 2005–2017 Red5. All rights reserved.