src/main/java/com/genersoft/iot/vmp/gb28181/transmit/response/ISIPResponseProcessor.java
@@ -1,5 +1,7 @@ package com.genersoft.iot.vmp.gb28181.transmit.response; import java.text.ParseException; import javax.sip.ResponseEvent; import com.genersoft.iot.vmp.conf.SipConfig; @@ -7,11 +9,11 @@ /** * @Description:处理接收IPCamera发来的SIP协议响应消息 * @author: songww * @author: swwheihei * @date: 2020年5月3日 下午4:42:22 */ public interface ISIPResponseProcessor { public void process(ResponseEvent evt, SipLayer layer, SipConfig config); public void process(ResponseEvent evt, SipLayer layer, SipConfig config) throws ParseException; }