Uses of Class
org.red5.server.net.remoting.RemotingClient
Packages that use RemotingClient
-
Uses of RemotingClient in org.red5.server.net.remoting
Methods in org.red5.server.net.remoting with parameters of type RemotingClientModifier and TypeMethodDescriptionvoidIRemotingCallback.errorReceived(RemotingClient client, String method, Object[] params, Throwable error) An error occured while performing the remoting call.voidIRemotingCallback.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 RemotingClientModifierConstructorDescriptionRemotingWorker(RemotingClient client, String method, Object[] params, IRemotingCallback callback) Execute task.