Uses of Interface
org.red5.server.net.remoting.IRemotingCallback
Packages that use IRemotingCallback
-
Uses of IRemotingCallback in org.red5.server.net.remoting
Methods in org.red5.server.net.remoting with parameters of type IRemotingCallbackModifier and TypeMethodDescriptionvoidRemotingClient.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 IRemotingCallbackModifierConstructorDescriptionRemotingWorker(RemotingClient client, String method, Object[] params, IRemotingCallback callback) Execute task.