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 String
ClientSendCmd.deviceInfoResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) Deprecated.向上级回复DeviceInfo查询信息static String
ClientCommandSender.sendDeviceInfoCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 发送设备信息响应命令static String
ClientCommandSender.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 TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.updateDeviceInfo
(String userId, DeviceInfo deviceInfo) void
ServerMessageProcessorHandler.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 DeviceInfo
TestClientMessageProcessorHandler.getReceivedDeviceInfo()
static DeviceInfo
TestServerMessageProcessorHandler.getReceivedDeviceInfo()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceInfoModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updateDeviceInfo
(DeviceInfo deviceInfo) void
TestServerMessageProcessorHandler.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