Uses of Class
io.github.lunasaw.gb28181.common.entity.notify.DeviceKeepLiveNotify
Packages that use DeviceKeepLiveNotify
Package
Description
-
Uses of DeviceKeepLiveNotify in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceKeepLiveNotifyModifier and TypeMethodDescriptionstatic String
ClientCommandSender.sendKeepaliveCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceKeepLiveNotify deviceKeepLiveNotify) -
Uses of DeviceKeepLiveNotify in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceKeepLiveNotifyModifier and TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.keepLiveDevice
(DeviceKeepLiveNotify deviceKeepLiveNotify) void
ServerMessageProcessorHandler.keepLiveDevice
(DeviceKeepLiveNotify deviceKeepLiveNotify) 更新设备心跳信息 -
Uses of DeviceKeepLiveNotify in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceKeepLiveNotifyModifier and TypeMethodDescriptionstatic DeviceKeepLiveNotify
TestClientMessageProcessorHandler.getReceivedKeepalive()
static DeviceKeepLiveNotify
TestServerMessageProcessorHandler.getReceivedKeepalive()
获取接收到的心跳Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceKeepLiveNotifyModifier and TypeMethodDescriptionvoid
TestServerMessageProcessorHandler.keepLiveDevice
(DeviceKeepLiveNotify deviceKeepLiveNotify)