Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceResponse
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceResponse in io.github.lunasaw.gbproxy.client.transmit.cmd
Modifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) 设备目录查询 -
Uses of DeviceResponse in io.github.lunasaw.gbproxy.client.transmit.request.message
Modifier and TypeMethodDescriptionCustomMessageProcessorClient.getDeviceItem
(String userId) MessageProcessorClient.getDeviceItem
(String userId) 获取设备通道信息CatalogQueryMessageClientHandler
-
Uses of DeviceResponse in io.github.lunasaw.gbproxy.server.transimit.request.message
Modifier 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
-
Uses of DeviceResponse in io.github.lunasaw.gbproxy.test.user.server
Modifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceResponse
(String userId, DeviceResponse deviceResponse)