Class CustomMessageProcessorServer
java.lang.Object
io.github.lunasaw.gbproxy.server.transimit.request.message.CustomMessageProcessorServer
- All Implemented Interfaces:
MessageProcessorServer
- Author:
- luna
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
keepLiveDevice
(DeviceKeepLiveNotify deviceKeepLiveNotify) 更新设备心跳信息void
updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) 更新报警信息void
updateDeviceInfo
(String userId, DeviceInfo deviceInfo) 更新设备信息void
updateDeviceRecord
(String userId, DeviceRecord deviceRecord) 更新设备录像void
updateDeviceResponse
(String userId, DeviceResponse deviceResponse) 更新设备通道void
updateMediaStatus
(MediaStatusNotify mediaStatusNotify) 更新媒体状态void
updateMobilePosition
(MobilePositionNotify mobilePositionNotify) 更新位置信息void
updateRemoteAddress
(String userId, RemoteAddressInfo remoteAddressInfo) 更新设备地址信息
-
Constructor Details
-
CustomMessageProcessorServer
public CustomMessageProcessorServer()
-
-
Method Details
-
keepLiveDevice
Description copied from interface:MessageProcessorServer
更新设备心跳信息- Specified by:
keepLiveDevice
in interfaceMessageProcessorServer
-
updateRemoteAddress
Description copied from interface:MessageProcessorServer
更新设备地址信息- Specified by:
updateRemoteAddress
in interfaceMessageProcessorServer
-
updateDeviceAlarm
Description copied from interface:MessageProcessorServer
更新报警信息- Specified by:
updateDeviceAlarm
in interfaceMessageProcessorServer
-
updateMobilePosition
Description copied from interface:MessageProcessorServer
更新位置信息- Specified by:
updateMobilePosition
in interfaceMessageProcessorServer
-
updateMediaStatus
Description copied from interface:MessageProcessorServer
更新媒体状态- Specified by:
updateMediaStatus
in interfaceMessageProcessorServer
-
updateDeviceRecord
Description copied from interface:MessageProcessorServer
更新设备录像- Specified by:
updateDeviceRecord
in interfaceMessageProcessorServer
-
updateDeviceResponse
Description copied from interface:MessageProcessorServer
更新设备通道- Specified by:
updateDeviceResponse
in interfaceMessageProcessorServer
-
updateDeviceInfo
Description copied from interface:MessageProcessorServer
更新设备信息- Specified by:
updateDeviceInfo
in interfaceMessageProcessorServer
-