Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceResponse
Packages that use DeviceResponse
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceResponse in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceResponseModifier and TypeMethodDescriptionstatic StringClientSendCmd.deviceChannelCatalogResponse(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) Deprecated.设备目录查询响应static StringClientCommandSender.sendCatalogCommand(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) 发送目录命令 -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceResponseModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceItem(String userId) MessageRequestHandler.getDeviceItem(String userId) 获取设备通道信息 -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceResponseModifier and TypeMethodDescriptionvoidDefaultServerMessageProcessorHandler.updateDeviceResponse(String userId, DeviceResponse deviceResponse) voidServerMessageProcessorHandler.updateDeviceResponse(String userId, DeviceResponse deviceResponse) 更新设备通道 -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceResponseModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceItem(String userId) static DeviceResponseTestClientMessageProcessorHandler.getReceivedCatalog()static DeviceResponseTestServerMessageProcessorHandler.getReceivedCatalog()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceResponseModifier and TypeMethodDescriptionvoidTestClientMessageProcessorHandler.updateCatalog(DeviceResponse catalog) voidTestServerMessageProcessorHandler.updateDeviceResponse(String userId, DeviceResponse deviceResponse)