Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceInfo
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceInfo in io.github.lunasaw.gbproxy.client.transmit.cmd
Modifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceInfoResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 向上级回复DeviceInfo查询信息 -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.client.transmit.request.message
Modifier and TypeMethodDescriptionCustomMessageProcessorClient.getDeviceInfo
(String userId) MessageProcessorClient.getDeviceInfo
(String userId) 获取设备信息 DeviceInfoDeviceInfoQueryMessageClientHandler
-
Uses of DeviceInfo in io.github.lunasaw.gbproxy.server.transimit.request.message
Modifier and TypeMethodDescriptionvoid
CustomMessageProcessorServer.updateDeviceInfo
(String userId, DeviceInfo deviceInfo) void
MessageProcessorServer.updateDeviceInfo
(String userId, DeviceInfo deviceInfo) 更新设备信息 -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.test.user.client
-
Uses of DeviceInfo in io.github.lunasaw.gbproxy.test.user.server
Modifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceInfo
(String userId, DeviceInfo deviceInfo)