Uses of Class
io.github.lunasaw.sip.common.subscribe.SubscribeInfo
Packages that use SubscribeInfo
Package
Description
-
Uses of SubscribeInfo in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type SubscribeInfoModifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceChannelUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems, SubscribeInfo subscribeInfo) 设备通道更新通知static String
ClientSendCmd.deviceOtherUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems, SubscribeInfo subscribeInfo) 事件更新推送static String
ClientSendCmd.MobilePositionNotify
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) 设备位置推送 -
Uses of SubscribeInfo in io.github.lunasaw.gbproxy.client.transmit.request.subscribe
Methods in io.github.lunasaw.gbproxy.client.transmit.request.subscribe with parameters of type SubscribeInfoModifier and TypeMethodDescriptionvoid
CustomSubscribeProcessorClient.putSubscribe
(String userId, SubscribeInfo subscribeInfo) void
SubscribeProcessorClient.putSubscribe
(String userId, SubscribeInfo subscribeInfo) -
Uses of SubscribeInfo in io.github.lunasaw.gbproxy.test.user.client
Methods in io.github.lunasaw.gbproxy.test.user.client with parameters of type SubscribeInfoModifier and TypeMethodDescriptionvoid
DefaultSubscribeProcessorClient.putSubscribe
(String userId, SubscribeInfo subscribeInfo) -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.subscribe
Methods in io.github.lunasaw.sip.common.subscribe that return SubscribeInfoModifier and TypeMethodDescriptionSubscribeHolder.getCatalogSubscribe
(String platformId) SubscribeHolder.getMobilePositionSubscribe
(String userId) Methods in io.github.lunasaw.sip.common.subscribe with parameters of type SubscribeInfoModifier and TypeMethodDescriptionvoid
SubscribeHolder.putCatalogSubscribe
(String userId, SubscribeInfo subscribeInfo) void
SubscribeHolder.putMobilePositionSubscribe
(String userId, String prefixKey, SubscribeTask task, SubscribeInfo subscribeInfo) -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.transmit
Methods in io.github.lunasaw.sip.common.transmit with parameters of type SubscribeInfoModifier and TypeMethodDescriptionstatic String
SipSender.doNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo) static String
SipSender.doNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, SubscribeInfo subscribeInfo, Event errorEvent, Event okEvent) static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo) static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, SubscribeInfo subscribeInfo, Event errorEvent, Event okEvent) -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.transmit.request
Methods in io.github.lunasaw.sip.common.transmit.request with parameters of type SubscribeInfoModifier and TypeMethodDescriptionstatic javax.sip.message.Request
SipRequestProvider.createNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建Notify请求static javax.sip.message.Request
SipRequestProvider.createSipRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 带订阅创建SIP请求static javax.sip.message.Request
SipRequestProvider.createSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建Subscribe请求