Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceRecord
Packages that use DeviceRecord
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceRecordModifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) Deprecated.设备录像上报static String
ClientCommandSender.sendDeviceRecordCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 发送录像响应命令 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceRecordModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) MessageRequestHandler.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) 获取设备录像信息 DeviceRecord -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.updateDeviceRecord
(String userId, DeviceRecord deviceRecord) void
ServerMessageProcessorHandler.updateDeviceRecord
(String userId, DeviceRecord deviceRecord) 更新设备录像 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceRecordModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) static DeviceRecord
TestClientMessageProcessorHandler.getReceivedDeviceRecord()
static DeviceRecord
TestServerMessageProcessorHandler.getReceivedDeviceRecord()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updateDeviceRecord
(DeviceRecord deviceRecord) void
TestServerMessageProcessorHandler.updateDeviceRecord
(String userId, DeviceRecord deviceRecord)