org.red5.server.net.remoting
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 © 2006-2012 The Red5 Project