org.red5.server.net.remoting
Class RemotingClient.RemotingWorker
java.lang.Object
org.red5.server.net.remoting.RemotingClient.RemotingWorker
- Enclosing class:
- RemotingClient
public static class RemotingClient.RemotingWorker
- extends Object
Worker class that is used for asynchronous remoting calls.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotingClient.RemotingWorker
public RemotingClient.RemotingWorker()
executeTask
public void executeTask(RemotingClient client,
String method,
Object[] params,
IRemotingCallback callback)
- Execute task.
- Parameters:
client
- Remoting clientmethod
- Method nameparams
- Parameters to pass to method on callcallback
- Callback
Copyright © 2006-2009 The Red5 Project