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) Deprecated.设备通道更新通知static String
ClientSendCmd.deviceOtherUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems, SubscribeInfo subscribeInfo) Deprecated.事件更新推送static String
ClientSendCmd.MobilePositionNotify
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) Deprecated.设备位置推送static String
ClientCommandSender.sendMobilePositionCommand
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) 发送位置通知命令ClientCommandSender.CommandBuilder.subscribeInfo
(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
DefaultSubscribeProcessor.putSubscribe
(String userId, SubscribeInfo subscribeInfo) void
SubscribeRequestHandler.putSubscribe
(String userId, SubscribeInfo subscribeInfo) 添加订阅信息 -
Uses of SubscribeInfo in io.github.lunasaw.gbproxy.server.transmit.cmd
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd with parameters of type SubscribeInfoModifier and TypeMethodDescriptionServerCommandSender.CommandBuilder.subscribeInfo
(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, Event errorEvent, Event okEvent) static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo) 发送SUBSCRIBE请求SipSender.SipRequestBuilder.subscribeInfo
(SubscribeInfo subscribeInfo) -
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 TypeMethodDescriptionjavax.sip.message.Request
AbstractSipRequestBuilder.build
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 构建SIP请求的模板方法javax.sip.message.Request
NotifyRequestBuilder.buildNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建NOTIFY请求javax.sip.message.Request
SubscribeRequestBuilder.buildSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建SUBSCRIBE请求static javax.sip.message.Request
SipRequestBuilderFactory.createSipRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 通用SIP请求构建方法(带订阅信息)static javax.sip.message.Request
SipRequestProvider.createSipRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) Deprecated.带订阅创建SIP请求static javax.sip.message.Request
SipRequestBuilderFactory.createSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建SUBSCRIBE请求protected void
AbstractSipRequestBuilder.processSubscribeInfo
(SipMessage sipMessage, SubscribeInfo subscribeInfo) 处理订阅信息 -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.transmit.strategy
Methods in io.github.lunasaw.sip.common.transmit.strategy with parameters of type SubscribeInfoModifier and TypeMethodDescriptionprotected javax.sip.message.Request
AbstractSipRequestStrategy.buildRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 构建带订阅信息的请求AbstractSipRequestStrategy.sendRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId, Event errorEvent, Event okEvent) SipRequestStrategy.sendRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId, Event errorEvent, Event okEvent) 发送带订阅信息的请求 -
Uses of SubscribeInfo in io.github.lunasaw.sip.common.transmit.strategy.impl
Methods in io.github.lunasaw.sip.common.transmit.strategy.impl with parameters of type SubscribeInfoModifier and TypeMethodDescriptionprotected javax.sip.message.Request
SubscribeRequestStrategy.buildRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId)