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) Deprecated.设备目录查询响应static String
ClientCommandSender.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 TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.updateDeviceResponse
(String userId, DeviceResponse deviceResponse) void
ServerMessageProcessorHandler.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 DeviceResponse
TestClientMessageProcessorHandler.getReceivedCatalog()
static DeviceResponse
TestServerMessageProcessorHandler.getReceivedCatalog()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceResponseModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updateCatalog
(DeviceResponse catalog) void
TestServerMessageProcessorHandler.updateDeviceResponse
(String userId, DeviceResponse deviceResponse)