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 String
ClientSendCmd.deviceConfigResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) Deprecated.设备配置上报static String
ClientCommandSender.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 TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.updateDeviceConfig
(String userId, DeviceConfigResponse deviceConfigResponse) void
ServerMessageProcessorHandler.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 DeviceConfigResponse
TestClientMessageProcessorHandler.getReceivedDeviceConfig()
static DeviceConfigResponse
TestServerMessageProcessorHandler.getReceivedDeviceConfig()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceConfigResponseModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updateDeviceConfig
(DeviceConfigResponse deviceConfigResponse) void
TestServerMessageProcessorHandler.updateDeviceConfig
(String userId, DeviceConfigResponse deviceConfigResponse)