Uses of Class
io.github.lunasaw.sip.common.entity.Device
Packages that use Device
Package
Description
-
Uses of Device in io.github.lunasaw.gbproxy.client.service
Methods in io.github.lunasaw.gbproxy.client.service that return Device -
Uses of Device in io.github.lunasaw.gbproxy.server.service
Methods in io.github.lunasaw.gbproxy.server.service that return Device -
Uses of Device in io.github.lunasaw.gbproxy.test.config
Methods in io.github.lunasaw.gbproxy.test.config that return DeviceMethods in io.github.lunasaw.gbproxy.test.config that return types with arguments of type DeviceMethods in io.github.lunasaw.gbproxy.test.config with parameters of type DeviceModifier and TypeMethodDescriptionvoid
TestDeviceSupplier.addOrUpdateDevice
(Device device) TestDeviceSupplier.createFromDevice
(Device device) 根据Device创建FromDeviceTestDeviceSupplier.createToDevice
(Device device) 根据Device创建ToDevice -
Uses of Device in io.github.lunasaw.sip.common.entity
Subclasses of Device in io.github.lunasaw.sip.common.entity -
Uses of Device in io.github.lunasaw.sip.common.service
Methods in io.github.lunasaw.sip.common.service that return DeviceModifier and TypeMethodDescription根据用户ID获取指定设备 这是设备获取的核心方法,业务方通过userId获取设备数据SipUserGenerate.getFromDevice()
发送设备SipUserGenerate.getToDevice
(String userId) 接受设备Methods in io.github.lunasaw.sip.common.service with parameters of type Device