Uses of Class
io.github.lunasaw.gb28181.common.entity.response.ConfigDownloadResponse
Packages that use ConfigDownloadResponse
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of ConfigDownloadResponse in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type ConfigDownloadResponseModifier and TypeMethodDescriptionstatic String
ClientCommandSender.sendConfigDownloadResponse
(FromDevice fromDevice, ToDevice toDevice, ConfigDownloadResponse response) 发送设备配置查询应答 -
Uses of ConfigDownloadResponse in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return ConfigDownloadResponseModifier and TypeMethodDescriptionCustomMessageRequestHandler.getConfigDownloadResponse
(String userId, String configType) MessageRequestHandler.getConfigDownloadResponse
(String userId, String configType) 获取设备配置查询应答 -
Uses of ConfigDownloadResponse in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return ConfigDownloadResponseModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getConfigDownloadResponse
(String userId, String configType)