Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceConfigResponse
Packages that use DeviceConfigResponse
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceConfigResponse in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceConfigResponseModifier and TypeMethodDescriptionstatic StringClientSendCmd.deviceConfigResponse(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) Deprecated.设备配置上报static StringClientCommandSender.sendDeviceConfigCommand(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) 发送设备配置响应命令 -
Uses of DeviceConfigResponse in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceConfigResponseModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceConfigResponse(DeviceConfigDownload deviceConfigDownload) MessageRequestHandler.getDeviceConfigResponse(DeviceConfigDownload deviceConfigDownload) 获取设备配置响应 -
Uses of DeviceConfigResponse in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceConfigResponseModifier and TypeMethodDescriptionvoidDefaultServerMessageProcessorHandler.updateDeviceConfig(String userId, DeviceConfigResponse deviceConfigResponse) voidServerMessageProcessorHandler.updateDeviceConfig(String userId, DeviceConfigResponse deviceConfigResponse) -
Uses of DeviceConfigResponse in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceConfigResponseModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceConfigResponse(DeviceConfigDownload deviceConfigDownload) static DeviceConfigResponseTestClientMessageProcessorHandler.getReceivedDeviceConfig()static DeviceConfigResponseTestServerMessageProcessorHandler.getReceivedDeviceConfig()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceConfigResponseModifier and TypeMethodDescriptionvoidTestClientMessageProcessorHandler.updateDeviceConfig(DeviceConfigResponse deviceConfigResponse) voidTestServerMessageProcessorHandler.updateDeviceConfig(String userId, DeviceConfigResponse deviceConfigResponse)