Uses of Class
io.github.lunasaw.gb28181.common.entity.response.PresetQueryResponse
Packages that use PresetQueryResponse
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of PresetQueryResponse in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type PresetQueryResponseModifier and TypeMethodDescriptionstatic String
ClientCommandSender.sendPresetQueryResponse
(FromDevice fromDevice, ToDevice toDevice, PresetQueryResponse response) 发送设备预置位查询应答 -
Uses of PresetQueryResponse in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return PresetQueryResponseModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDevicePresetQueryResponse
(PresetQuery presetQuery) MessageRequestHandler.getDevicePresetQueryResponse
(PresetQuery presetQuery) 获取设备预置位查询应答CustomMessageRequestHandler.getPresetQueryResponse
(String userId) MessageRequestHandler.getPresetQueryResponse
(String userId) 获取设备预置位信息 -
Uses of PresetQueryResponse in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return PresetQueryResponseModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDevicePresetQueryResponse
(PresetQuery presetQuery) TestClientMessageProcessorHandler.getPresetQueryResponse
(String userId) static PresetQueryResponse
TestClientMessageProcessorHandler.getReceivedPresetQuery()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type PresetQueryResponseModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updatePresetQuery
(PresetQueryResponse response)