| Package | Description |
|---|---|
| org.red5.server.net.remoting |
| Modifier and Type | Method and Description |
|---|---|
void |
IRemotingCallback.errorReceived(RemotingClient client,
String method,
Object[] params,
Throwable error)
An error occured while performing the remoting call.
|
void |
IRemotingCallback.resultReceived(RemotingClient client,
String method,
Object[] params,
Object result)
The result of a remoting call has been received.
|
| Constructor and Description |
|---|
RemotingWorker(RemotingClient client,
String method,
Object[] params,
IRemotingCallback callback)
Execute task.
|
Copyright © 2005–2017 Red5. All rights reserved.