StremProxyService1078.java 323 Bytes
package com.genersoft.iot.vmp.service;

import java.util.Map;

public interface StremProxyService1078 {
    Map<String, Object> sendIORequestStop(String sim, String channel, String stream, Integer port, Integer httpPort);

    Map<String, Object> sendIORequestStop( String stream);

    Integer stopCount(String stream);
}