Class RemotingClient.RemotingWorker

java.lang.Object
org.red5.server.net.remoting.RemotingClient.RemotingWorker
All Implemented Interfaces:
Runnable
Enclosing class:
RemotingClient

public static final class RemotingClient.RemotingWorker extends Object implements Runnable
Worker class that is used for asynchronous remoting calls.
  • Constructor Details

    • RemotingWorker

      public RemotingWorker(RemotingClient client, String method, Object[] params, IRemotingCallback callback)
      Execute task.
      Parameters:
      client - Remoting client
      method - Method name
      params - Parameters to pass to method on call
      callback - Callback
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable