dashboard
repositories
filestore
activity
search
login
heating
/
ardHeating
springcloud后端项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化
liusuyi
2026-05-30
f4f4fc53260eb67483dce406a963628273786a61
[heating/ardHeating.git]
/
ard-modules
/
ard-modules-gb28181
/
src
/
main
/
java
/
com
/
ard
/
gb28181
/
transmit
/
event
/
response
/
SIPResponseProcessorAbstract.java
1
2
3
4
5
6
7
8
package com.ard.gb28181.transmit.event.response;
import org.springframework.beans.factory.InitializingBean;
public abstract class SIPResponseProcessorAbstract implements InitializingBean, ISIPResponseProcessor {
}