Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceInfo
Packages that use DeviceInfo
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceInfo in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceInfoModifier and TypeMethodDescriptionstatic StringClientSendCmd.deviceInfoResponse(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) Deprecated.向上级回复DeviceInfo查询信息static StringClientCommandSender.sendDeviceInfoCommand(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 发送设备信息响应命令static StringClientCommandSender.sendDeviceInfoCommand(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo, javax.sip.RequestEvent requestEvent) 发送设备信息响应命令(支持事务上下文) 通过RequestEvent复用原请求的Call-ID,确保事务一致性 -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceInfoModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceInfo(String userId) MessageRequestHandler.getDeviceInfo(String userId) 获取设备信息 DeviceInfo -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceInfoModifier and TypeMethodDescriptionvoidDefaultServerMessageProcessorHandler.updateDeviceInfo(String userId, DeviceInfo deviceInfo) voidServerMessageProcessorHandler.updateDeviceInfo(String userId, DeviceInfo deviceInfo) 更新设备信息 -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceInfoModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceInfo(String userId) static DeviceInfoTestClientMessageProcessorHandler.getReceivedDeviceInfo()static DeviceInfoTestServerMessageProcessorHandler.getReceivedDeviceInfo()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceInfoModifier and TypeMethodDescriptionvoidTestClientMessageProcessorHandler.updateDeviceInfo(DeviceInfo deviceInfo) voidTestServerMessageProcessorHandler.updateDeviceInfo(String userId, DeviceInfo deviceInfo) -
Uses of DeviceInfo in io.github.lunasaw.gbproxy.test.util
Methods in io.github.lunasaw.gbproxy.test.util that return DeviceInfo