Package | Description |
---|---|
org.red5.io.object | |
org.red5.server.net.remoting |
Modifier and Type | Method and Description |
---|---|
void |
RecordSet.setRemotingClient(RemotingClient client)
Set the remoting client to use for retrieving of paged results.
|
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 |
---|
RemotingClient.RemotingWorker(RemotingClient client,
String method,
Object[] params,
IRemotingCallback callback)
Execute task.
|
Copyright © 2006-2012 The Red5 Project