Uses of Class
io.github.lunasaw.sip.common.subscribe.SubscribeInfo
Package
Description
-
Uses of SubscribeInfo in io.github.lunasaw.gbproxy.client.transmit.cmd
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
DefaultSubscribeProcessorClient.putSubscribe
(String userId, SubscribeInfo subscribeInfo) -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.subscribe
Modifier and TypeMethodDescriptionSubscribeHolder.getCatalogSubscribe
(String platformId) SubscribeHolder.getMobilePositionSubscribe
(String userId) Modifier 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
Modifier 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
Modifier 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请求