648540858
2020-11-13 33b51c40ddd9750a19b2c6a6618fb22386f87cd7
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/ISIPRequestProcessor.java
@@ -1,16 +1,12 @@
package com.genersoft.iot.vmp.gb28181.transmit.request;
import javax.sip.RequestEvent;
import com.genersoft.iot.vmp.gb28181.SipLayer;
/**    
 * @Description:处理接收IPCamera发来的SIP协议请求消息
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月3日 下午4:42:22     
 */
public interface ISIPRequestProcessor {
   public void process(RequestEvent evt, SipLayer layer);
   public void process();
}