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 String
ClientSendCmd.deviceChannelCatalogResponse
(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 TypeMethodDescriptionCustomMessageProcessorClient.getDeviceItem
(String userId) MessageProcessorClient.getDeviceItem
(String userId) 获取设备通道信息CatalogQueryMessageClientHandler
-
Uses of DeviceResponse in io.github.lunasaw.gbproxy.server.transimit.request.message
Methods in io.github.lunasaw.gbproxy.server.transimit.request.message with parameters of type DeviceResponseModifier and TypeMethodDescriptionvoid
CustomMessageProcessorServer.updateDeviceResponse
(String userId, DeviceResponse deviceResponse) void
MessageProcessorServer.updateDeviceResponse
(String userId, DeviceResponse deviceResponse) 更新设备通道 -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.test.user.client
Methods in io.github.lunasaw.gbproxy.test.user.client that return DeviceResponse -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.test.user.server
Methods in io.github.lunasaw.gbproxy.test.user.server with parameters of type DeviceResponseModifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceResponse
(String userId, DeviceResponse deviceResponse)