All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.red5.io.client.IRemotingClient Maven / Gradle / Ivy

package org.red5.io.client;

public interface IRemotingClient {

    Object invokeMethod(String method, Object[] params);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy