|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemotingClient | |
---|---|
org.red5.io.object | |
org.red5.server.net.remoting |
Uses of RemotingClient in org.red5.io.object |
---|
Methods in org.red5.io.object with parameters of type RemotingClient | |
---|---|
void |
RecordSet.setRemotingClient(RemotingClient client)
Set the remoting client to use for retrieving of paged results. |
Uses of RemotingClient in org.red5.server.net.remoting |
---|
Methods in org.red5.server.net.remoting with parameters of type RemotingClient | |
---|---|
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. |
Constructors in org.red5.server.net.remoting with parameters of type RemotingClient | |
---|---|
RemotingClient.RemotingWorker(RemotingClient client,
String method,
Object[] params,
IRemotingCallback callback)
Execute task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |