Uses of Interface
org.red5.server.net.remoting.IRemotingCallback

Packages that use IRemotingCallback
org.red5.server.net.remoting   
 

Uses of IRemotingCallback in org.red5.server.net.remoting
 

Methods in org.red5.server.net.remoting with parameters of type IRemotingCallback
 void RemotingClient.invokeMethod(String method, Object[] methodParams, IRemotingCallback callback)
          Invoke a method asynchronously on the remoting server.
 

Constructors in org.red5.server.net.remoting with parameters of type IRemotingCallback
RemotingClient.RemotingWorker(RemotingClient client, String method, Object[] params, IRemotingCallback callback)
          Execute task.
 



Copyright © 2006-2010 The Red5 Project