Uses of Class
io.github.lunasaw.sip.common.entity.FromDevice
Packages that use FromDevice
Package
Description
-
Uses of FromDevice in io.github.lunasaw.gbproxy.client.service
Methods in io.github.lunasaw.gbproxy.client.service that return FromDeviceMethods in io.github.lunasaw.gbproxy.client.service with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
DefaultClientDeviceSupplier.setClientFromDevice
(FromDevice fromDevice) -
Uses of FromDevice in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type FromDeviceModifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice) Deprecated.回复ACK响应static String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.回复ACK响应(指定callId)static String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.回复ACK响应(带内容和callId)static String
ClientSendCmd.deviceAlarmNotify
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarm deviceAlarm) Deprecated.告警上报static String
ClientSendCmd.deviceAlarmNotify
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) Deprecated.告警上报static String
ClientSendCmd.deviceBye
(FromDevice fromDevice, ToDevice toDevice) Deprecated.向上级发送BYE请求static String
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) Deprecated.设备目录查询响应static String
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems) Deprecated.上报设备信息static void
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems, String sn) Deprecated.设备目录查询响应(分批发送)static String
ClientSendCmd.deviceChannelUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems, SubscribeInfo subscribeInfo) Deprecated.设备通道更新通知static String
ClientSendCmd.deviceConfigResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) Deprecated.设备配置上报static String
ClientSendCmd.deviceInfoResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) Deprecated.向上级回复DeviceInfo查询信息static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status) Deprecated.心跳设备状态上报static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent) Deprecated.心跳设备状态上报(带错误事件)static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent, Event okEvent) Deprecated.心跳设备状态上报(带完整事件)static String
ClientSendCmd.deviceMediaStatusNotify
(FromDevice fromDevice, ToDevice toDevice, String notifyType) Deprecated.流媒体状态推送static String
ClientSendCmd.deviceOtherUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems, SubscribeInfo subscribeInfo) Deprecated.事件更新推送static String
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) Deprecated.设备录像上报static void
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceRecord.RecordItem> deviceRecordItems, String sn) Deprecated.设备录像上报(分批发送)static String
ClientSendCmd.deviceRegister
(FromDevice fromDevice, ToDevice toDevice, Integer expires) Deprecated.设备注册static String
ClientSendCmd.deviceRegister
(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) Deprecated.设备注册(带事件)static String
ClientSendCmd.deviceStatusResponse
(FromDevice fromDevice, ToDevice toDevice, String online) Deprecated.推送设备状态信息static String
ClientSendCmd.deviceUnRegister
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备注销ClientCommandSender.CommandBuilder.fromDevice
(FromDevice fromDevice) static String
ClientSendCmd.MobilePositionNotify
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) Deprecated.设备位置推送static String
ClientCommandSender.sendAckCommand
(FromDevice fromDevice, ToDevice toDevice) 发送ACK响应命令static String
ClientCommandSender.sendAckCommand
(FromDevice fromDevice, ToDevice toDevice, String callId) 发送ACK响应命令(指定callId)static String
ClientCommandSender.sendAckCommand
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 发送ACK响应命令(带内容和callId)static String
ClientCommandSender.sendAlarmCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarm deviceAlarm) 发送告警命令static String
ClientCommandSender.sendAlarmCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) 发送告警命令static String
ClientCommandSender.sendByeCommand
(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求命令static String
ClientCommandSender.sendCatalogCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceItem deviceItem) 发送目录命令static String
ClientCommandSender.sendCatalogCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) 发送目录命令static String
ClientCommandSender.sendCatalogCommand
(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems) 发送目录命令static String
ClientCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 使用策略模式发送命令(带事件)static String
ClientCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, Object... params) 使用策略模式发送命令static String
ClientCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, javax.sip.RequestEvent requestEvent, Object... params) 使用策略模式发送命令(支持事务上下文) 通过RequestEvent复用原请求的Call-ID,确保事务一致性static String
ClientCommandSender.sendConfigDownloadResponse
(FromDevice fromDevice, ToDevice toDevice, ConfigDownloadResponse response) 发送设备配置查询应答static String
ClientCommandSender.sendDeviceChannelUpdateCommand
(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems) 发送设备通道更新通知命令static String
ClientCommandSender.sendDeviceConfigCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) 发送设备配置响应命令static String
ClientCommandSender.sendDeviceInfoCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 发送设备信息响应命令static String
ClientCommandSender.sendDeviceInfoCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo, javax.sip.RequestEvent requestEvent) 发送设备信息响应命令(支持事务上下文) 通过RequestEvent复用原请求的Call-ID,确保事务一致性static String
ClientCommandSender.sendDeviceOtherUpdateCommand
(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems) 发送设备其他更新通知命令static String
ClientCommandSender.sendDeviceRecordCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 发送录像响应命令static String
ClientCommandSender.sendDeviceRecordCommand
(FromDevice fromDevice, ToDevice toDevice, List<DeviceRecord.RecordItem> deviceRecordItems) 发送录像响应命令static String
ClientCommandSender.sendDeviceStatusCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceStatus deviceStatus) 发送设备状态响应命令static String
ClientCommandSender.sendDeviceStatusCommand
(FromDevice fromDevice, ToDevice toDevice, String online) 发送设备状态响应命令static String
ClientCommandSender.sendInvitePlayBackCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent) 发送回放点播命令static String
ClientCommandSender.sendInvitePlayBackCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送回放点播命令(带事件)static String
ClientCommandSender.sendInvitePlayCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent) 发送实时点播命令static String
ClientCommandSender.sendInvitePlayCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送实时点播命令(带事件)static String
ClientCommandSender.sendInvitePlayControlCommand
(FromDevice fromDevice, ToDevice toDevice, String controlContent) 发送点播控制命令(暂停、继续、快进等)static String
ClientCommandSender.sendKeepaliveCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceKeepLiveNotify deviceKeepLiveNotify) static String
ClientCommandSender.sendKeepaliveCommand
(FromDevice fromDevice, ToDevice toDevice, String status) 发送心跳命令static String
ClientCommandSender.sendMediaStatusCommand
(FromDevice fromDevice, ToDevice toDevice, String notifyType) 发送媒体状态通知命令static String
ClientCommandSender.sendMobilePositionCommand
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) 发送位置通知命令static String
ClientCommandSender.sendMobilePositionNotify
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify response) 发送设备预置位查询应答static String
ClientCommandSender.sendPresetQueryResponse
(FromDevice fromDevice, ToDevice toDevice, PresetQueryResponse response) 发送设备预置位查询应答static String
ClientCommandSender.sendRegisterCommand
(FromDevice fromDevice, ToDevice toDevice, Integer expires) 发送注册命令static String
ClientCommandSender.sendRegisterCommand
(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) 发送注册命令(带事件)static String
ClientCommandSender.sendUnregisterCommand
(FromDevice fromDevice, ToDevice toDevice) 发送注销命令 -
Uses of FromDevice in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy with parameters of type FromDeviceModifier and TypeMethodDescriptionprotected String
AbstractClientCommandStrategy.buildCommandContent
(FromDevice fromDevice, ToDevice toDevice, Object... params) 构建命令内容AbstractClientCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) AbstractClientCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Object... params) ClientCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 执行命令(带事件)ClientCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Object... params) 执行命令protected String
AbstractClientCommandStrategy.getDeviceId
(FromDevice fromDevice) 获取设备IDprotected String
AbstractClientCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 发送命令protected void
AbstractClientCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) 参数校验 -
Uses of FromDevice in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy.impl
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy.impl with parameters of type FromDeviceModifier and TypeMethodDescriptionprotected String
MessageCommandStrategy.buildCommandContent
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected String
RegisterCommandStrategy.buildCommandContent
(FromDevice fromDevice, ToDevice toDevice, Object... params) RegisterCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) protected String
AckCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
ByeCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
InfoCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
InviteCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
MessageCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
NotifyCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
RegisterCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected String
SubscribeCommandStrategy.sendCommand
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected void
AckCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected void
ByeCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected void
InfoCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected void
InviteCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected void
MessageCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) protected void
RegisterCommandStrategy.validateParams
(FromDevice fromDevice, ToDevice toDevice, Object... params) -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.service
Methods in io.github.lunasaw.gbproxy.server.service that return FromDeviceMethods in io.github.lunasaw.gbproxy.server.service with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
DefaultServerDeviceSupplier.setServerFromDevice
(FromDevice fromDevice) -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.transmit.cmd
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd with parameters of type FromDeviceModifier and TypeMethodDescriptionstatic String
ServerCommandSender.deviceAck
(FromDevice fromDevice, ToDevice toDevice) 发送ACK响应命令static String
ServerCommandSender.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String callId) 发送ACK响应命令(指定callId)static String
ServerSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice) Deprecated.回复ACKstatic String
ServerSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.static String
ServerSendCmd.deviceAck
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) Deprecated.static String
ServerCommandSender.deviceAlarmQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String startPriority, String endPriority, String alarmMethod, String alarmType) 设备告警查询static String
ServerSendCmd.deviceAlarmQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String startPriority, String endPriority, String alarmMethod, String alarmType) Deprecated.告警查询static String
ServerCommandSender.deviceBroadcast
(FromDevice fromDevice, ToDevice toDevice) 设备广播static String
ServerSendCmd.deviceBroadcast
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备广播static String
ServerCommandSender.deviceBye
(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求命令static String
ServerSendCmd.deviceBye
(FromDevice fromDevice, ToDevice toDevice) Deprecated.发送BYEstatic String
ServerCommandSender.deviceCatalogQuery
(FromDevice fromDevice, ToDevice toDevice) 设备目录查询static String
ServerSendCmd.deviceCatalogQuery
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备通道列表查询static String
ServerCommandSender.deviceCatalogSubscribe
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType) 设备目录订阅static String
ServerSendCmd.deviceCatalogSubscribe
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType) Deprecated.static String
ServerSendCmd.deviceCatalogSubscribe
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType, String eventId) Deprecated.会话订阅static String
ServerCommandSender.deviceConfig
(FromDevice fromDevice, ToDevice toDevice, String name, String expiration, String heartBeatInterval, String heartBeatCount) 设备配置static String
ServerSendCmd.deviceConfig
(FromDevice fromDevice, ToDevice toDevice, String name, String expiration, String heartBeatInterval, String heartBeatCount) Deprecated.设备配置命令:basicParamstatic String
ServerCommandSender.deviceConfigDownload
(FromDevice fromDevice, ToDevice toDevice, String configType) 设备配置下载static String
ServerSendCmd.deviceConfigDownload
(FromDevice fromDevice, ToDevice toDevice, String configType) Deprecated.下载设备配置static String
ServerCommandSender.deviceConfigDownloadQuery
(FromDevice fromDevice, ToDevice toDevice, String configType) 设备配置查询static String
ServerSendCmd.deviceControl
(FromDevice fromDevice, ToDevice toDevice, DeviceControlBase controlCmd) Deprecated.通用设备控制命令发送(支持所有DeviceControlBase子类)static String
ServerCommandSender.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, String alarmMethod, String alarmType) 设备告警控制static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, DeviceControlPosition.HomePosition homePosition) Deprecated.static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, String alarmMethod, String alarmType) Deprecated.报警复位命令static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, String enable, String resetTime, String presetIndex) Deprecated.看守位控制命令static String
ServerSendCmd.deviceControlDragIn
(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) Deprecated.伸缩控制static String
ServerSendCmd.deviceControlDragOut
(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) Deprecated.伸缩控制static String
ServerCommandSender.deviceControlGuardCmd
(FromDevice fromDevice, ToDevice toDevice, String guardCmdStr) 设备守卫控制static String
ServerSendCmd.deviceControlGuardCmd
(FromDevice fromDevice, ToDevice toDevice, String guardCmdStr) Deprecated.报警布防/撤防命令static String
ServerSendCmd.deviceControlIdr
(FromDevice fromDevice, ToDevice toDevice, String cmdStr) Deprecated.强制关键帧命令,设备收到此命令应立刻发送一个IDR帧static String
ServerCommandSender.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 设备云台控制static String
ServerCommandSender.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, String ptzCmd) 设备云台控制static String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) Deprecated.云台控制命令static String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, String ptzCmd) Deprecated.设备命令控制static String
ServerCommandSender.deviceControlReboot
(FromDevice fromDevice, ToDevice toDevice) 设备重启控制static String
ServerCommandSender.deviceControlRecord
(FromDevice fromDevice, ToDevice toDevice, String recordCmd) 设备录像控制static String
ServerSendCmd.deviceControlTeleBoot
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备重启static String
ServerSendCmd.deviceControlTeleBoot
(FromDevice fromDevice, ToDevice toDevice, String recordCmd) Deprecated.录像控制static String
ServerSendCmd.deviceInfo
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备信息查询static String
ServerCommandSender.deviceInfoQuery
(FromDevice fromDevice, ToDevice toDevice) 设备信息查询static String
ServerCommandSender.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备实时流点播static String
ServerCommandSender.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort) 设备实时流点播static String
ServerSendCmd.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) Deprecated.设备实时流点播static String
ServerSendCmd.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort) Deprecated.设备实时流点播static String
ServerCommandSender.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备回放流点播static String
ServerCommandSender.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime, String endTime) 设备回放流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) Deprecated.设备回放流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime) Deprecated.static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime, String endTime) Deprecated.设备回放流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate) Deprecated.static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate, Date endDate) Deprecated.static String
ServerCommandSender.deviceInvitePlayBackControl
(FromDevice fromDevice, ToDevice toDevice, PlayActionEnums playActionEnums) 设备回放流点播控制static String
ServerSendCmd.deviceInvitePlayBackControl
(FromDevice fromDevice, ToDevice toDevice, PlayActionEnums playActionEnums) Deprecated.设备回放流点播控制static String
ServerCommandSender.deviceMobilePositionQuery
(FromDevice fromDevice, ToDevice toDevice, String interval) 查询移动设备位置数据static String
ServerCommandSender.deviceMobilePositionSubscribe
(FromDevice fromDevice, ToDevice toDevice, String interval, Integer expires, String eventType, String eventId) 订阅移动设备位置数据static String
ServerCommandSender.devicePresetQuery
(FromDevice fromDevice, ToDevice toDevice) 设备预设位置查询static String
ServerSendCmd.devicePresetQuery
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备预设位置查询static String
ServerSendCmd.devicePresetQuery
(FromDevice fromDevice, ToDevice toDevice, String interval) Deprecated.查询移动设备位置数据static String
ServerSendCmd.devicePresetSubscribe
(FromDevice fromDevice, ToDevice toDevice, String interval, Integer expires, String eventType, String eventId) Deprecated.订阅移动设备位置数据static String
ServerCommandSender.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, long startTime, long endTime) 设备录像信息查询(时间戳)static String
ServerCommandSender.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime) 设备录像信息查询static String
ServerCommandSender.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime) 设备录像信息查询(Date对象)static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, long startTime, long endTime) Deprecated.static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime) Deprecated.static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime, String secrecy, String type) Deprecated.查询录像列表static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime) Deprecated.static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String secrecy, String type) Deprecated.查询录像列表static String
ServerCommandSender.deviceStatusQuery
(FromDevice fromDevice, ToDevice toDevice) 设备状态查询static String
ServerSendCmd.deviceStatusQuery
(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备状态查询ServerCommandSender.CommandBuilder.fromDevice
(FromDevice fromDevice) static String
ServerCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) 使用策略模式发送命令(带事件)static String
ServerCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, Map<String, Object> params) 使用策略模式发送命令 -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy with parameters of type FromDeviceModifier and TypeMethodDescriptionAbstractServerCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) AbstractServerCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Map<String, Object> params) ServerCommandStrategy.execute
(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) 执行命令(带事件)执行命令protected String
AbstractServerCommandStrategy.getDeviceId
(FromDevice fromDevice) 获取设备ID -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message that return FromDeviceModifier and TypeMethodDescriptionDefaultServerMessageProcessorHandler.getFromDevice()
default FromDevice
ServerMessageProcessorHandler.getFromDevice()
获取发送设备信息Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.handleMessageRequest
(javax.sip.RequestEvent evt, FromDevice fromDevice) default void
ServerMessageProcessorHandler.handleMessageRequest
(javax.sip.RequestEvent evt, FromDevice fromDevice) 处理MESSAGE请求 -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.transmit.request.notify
Methods in io.github.lunasaw.gbproxy.server.transmit.request.notify with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
DefaultServerNotifyProcessorHandler.handleNotifyRequest
(javax.sip.RequestEvent evt, FromDevice fromDevice) default void
ServerNotifyProcessorHandler.handleNotifyRequest
(javax.sip.RequestEvent evt, FromDevice fromDevice) 处理NOTIFY请求 -
Uses of FromDevice in io.github.lunasaw.gbproxy.test.config
Methods in io.github.lunasaw.gbproxy.test.config that return FromDeviceModifier and TypeMethodDescriptionTestDeviceSupplier.createFromDevice
(Device device) 根据Device创建FromDeviceTestDeviceSupplier.getClientFromDevice()
获取客户端From设备 用于客户端主动发送请求的场景TestDeviceSupplier.getServerFromDevice()
获取服务端From设备 用于服务端主动发送请求的场景Methods in io.github.lunasaw.gbproxy.test.config that return types with arguments of type FromDeviceMethods in io.github.lunasaw.gbproxy.test.config with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
TestDeviceSupplier.setClientFromDevice
(FromDevice fromDevice) void
TestDeviceSupplier.setServerFromDevice
(FromDevice fromDevice) -
Uses of FromDevice in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return FromDeviceMethods in io.github.lunasaw.gbproxy.test.handler with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
TestServerMessageProcessorHandler.handleMessageRequest
(javax.sip.RequestEvent evt, FromDevice fromDevice) -
Uses of FromDevice in io.github.lunasaw.sip.common.entity
Methods in io.github.lunasaw.sip.common.entity that return FromDeviceModifier and TypeMethodDescriptionstatic FromDevice
FromDevice.getInstance
(String userId, String ip, int port) -
Uses of FromDevice in io.github.lunasaw.sip.common.service
Methods in io.github.lunasaw.sip.common.service that return FromDeviceModifier and TypeMethodDescriptionClientDeviceSupplier.getClientFromDevice()
获取客户端发送方设备信息 用于客户端发送SIP消息时标识发送方设备ServerDeviceSupplier.getServerFromDevice()
获取服务端发送方设备信息 用于服务端发送SIP消息时标识发送方设备Methods in io.github.lunasaw.sip.common.service with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
ClientDeviceSupplier.setClientFromDevice
(FromDevice fromDevice) 设置客户端发送方设备信息 用于配置客户端的发送方设备标识void
ServerDeviceSupplier.setServerFromDevice
(FromDevice fromDevice) 设置服务端发送方设备信息 用于配置服务端的发送方设备标识 -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit
Methods in io.github.lunasaw.sip.common.transmit with parameters of type FromDeviceModifier and TypeMethodDescriptionstatic String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice) 发送ACK请求static String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) static String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) static String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) static String
SipSender.doAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, javax.sip.message.Response sipResponse) static String
SipSender.doByeRequest
(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求static String
SipSender.doInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content) 发送INFO请求static String
SipSender.doInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static String
SipSender.doInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static String
SipSender.doInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject) 发送INVITE请求static String
SipSender.doMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content) 发送MESSAGE请求static String
SipSender.doMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static String
SipSender.doNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content) 发送NOTIFY请求static String
SipSender.doNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, Event errorEvent, Event okEvent) static String
SipSender.doNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static String
SipSender.doRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires) 发送REGISTER请求static String
SipSender.doRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) static String
SipSender.doRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId, Event errorEvent, Event okEvent) static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo) 发送SUBSCRIBE请求static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static SipSender.SipRequestBuilder
SipSender.request
(FromDevice fromDevice, ToDevice toDevice, String method) 创建请求建造者Constructors in io.github.lunasaw.sip.common.transmit with parameters of type FromDeviceModifierConstructorDescriptionSipRequestBuilder
(FromDevice fromDevice, ToDevice toDevice, String method) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.event.request
Methods in io.github.lunasaw.sip.common.transmit.event.request with parameters of type FromDeviceModifier and TypeMethodDescriptionvoid
SipRequestProcessorAbstract.doMessageHandForEvt
(javax.sip.RequestEvent evt, FromDevice fromDevice) void
SipRequestProcessorAbstract.doMessageHandForEvt
(javax.sip.RequestEvent evt, FromDevice fromDevice, javax.sip.ServerTransaction serverTransaction) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.request
Methods in io.github.lunasaw.sip.common.transmit.request with parameters of type FromDeviceModifier and TypeMethodDescriptionjavax.sip.message.Request
AbstractSipRequestBuilder.build
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 构建SIP请求的模板方法(无订阅信息)javax.sip.message.Request
AbstractSipRequestBuilder.build
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 构建SIP请求的模板方法javax.sip.message.Request
AckRequestBuilder.buildAckRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建ACK请求javax.sip.message.Request
AckRequestBuilder.buildAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建带内容的ACK请求javax.sip.message.Request
AckRequestBuilder.buildAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) 基于SIP响应创建ACK请求javax.sip.message.Request
AckRequestBuilder.buildAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, String content, gov.nist.javax.sip.message.SIPResponse sipResponse) 基于SIP响应创建带内容的ACK请求protected javax.sip.message.Request
AbstractSipRequestBuilder.buildBaseRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 构建基础SIP请求javax.sip.message.Request
ByeRequestBuilder.buildByeRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建BYE请求javax.sip.message.Request
InfoRequestBuilder.buildInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建INFO请求javax.sip.message.Request
InviteRequestBuilder.buildInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建INVITE请求javax.sip.message.Request
MessageRequestBuilder.buildMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建MESSAGE请求javax.sip.message.Request
NotifyRequestBuilder.buildNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建NOTIFY请求javax.sip.message.Request
InviteRequestBuilder.buildPlaybackInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建回放INVITE请求javax.sip.message.Request
RegisterRequestBuilder.buildRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) 创建REGISTER请求javax.sip.message.Request
RegisterRequestBuilder.buildRegisterRequestWithAuth
(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) 创建带认证的REGISTER请求javax.sip.message.Request
SubscribeRequestBuilder.buildSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建SUBSCRIBE请求static javax.sip.message.Request
SipRequestBuilderFactory.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建ACK请求static javax.sip.message.Request
SipRequestBuilderFactory.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建带内容的ACK请求static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.创建ACK请求static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) Deprecated.static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, String content, gov.nist.javax.sip.message.SIPResponse sipResponse) Deprecated.static javax.sip.message.Request
SipRequestBuilderFactory.createByeRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建BYE请求static javax.sip.message.Request
SipRequestProvider.createByeRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.创建Bye请求static javax.sip.message.Request
SipRequestBuilderFactory.createInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建INFO请求static javax.sip.message.Request
SipRequestProvider.createInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建INFO 请求static javax.sip.message.Request
SipRequestBuilderFactory.createInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建INVITE请求static javax.sip.message.Request
SipRequestProvider.createInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) Deprecated.创建Invite请求static javax.sip.message.Request
SipRequestBuilderFactory.createMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建MESSAGE请求static javax.sip.message.Request
SipRequestProvider.createMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Message请求static javax.sip.message.Request
SipRequestBuilderFactory.createNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建NOTIFY请求static javax.sip.message.Request
SipRequestProvider.createNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Notify请求static javax.sip.message.Request
SipRequestBuilderFactory.createPlaybackInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建回放INVITE请求javax.sip.message.Request
SipRequestProvider.createPlaybackInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) Deprecated.static javax.sip.message.Request
SipRequestBuilderFactory.createRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) 创建REGISTER请求static javax.sip.message.Request
SipRequestProvider.createRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) Deprecated.创建Register请求static javax.sip.message.Request
SipRequestBuilderFactory.createRegisterRequestWithAuth
(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) 创建带认证的REGISTER请求static javax.sip.message.Request
SipRequestProvider.createRegisterRequestWithAuth
(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) Deprecated.带签名的注册构造器static javax.sip.message.Request
SipRequestBuilderFactory.createSipRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 通用SIP请求构建方法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) Deprecated.创建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请求static javax.sip.message.Request
SipRequestProvider.createSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Subscribe请求protected void
AbstractSipRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 子类特定的请求定制化逻辑 默认空实现,子类可以重写protected void
AckRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
ByeRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
InfoRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
InviteRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
MessageRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
NotifyRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
RegisterRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
SubscribeRequestBuilder.customizeRequest
(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected void
AbstractSipRequestBuilder.validateParameters
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 参数校验 -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.response
Methods in io.github.lunasaw.sip.common.transmit.response with parameters of type FromDeviceModifier and TypeMethodDescriptionstatic javax.sip.message.Response
SipResponseProvider.createOkResponse
(FromDevice fromDevice, ToDevice toDevice, String method, Integer statusCode, String callId) 创建响应static javax.sip.message.Response
SipResponseProvider.createSipResponse
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.strategy
Methods in io.github.lunasaw.sip.common.transmit.strategy with parameters of type FromDeviceModifier and TypeMethodDescriptionprotected abstract javax.sip.message.Request
AbstractSipRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 构建基础请求protected javax.sip.message.Request
AbstractSipRequestStrategy.buildRequestWithSubject
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 构建带主题的请求protected javax.sip.message.Request
AbstractSipRequestStrategy.buildRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 构建带订阅信息的请求AbstractSipRequestStrategy.sendRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) AbstractSipRequestStrategy.sendRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) SipRequestStrategy.sendRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 发送请求SipRequestStrategy.sendRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) 发送请求AbstractSipRequestStrategy.sendRequestWithSubject
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId, Event errorEvent, Event okEvent) default String
SipRequestStrategy.sendRequestWithSubject
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId, Event errorEvent, Event okEvent) 发送带主题的请求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 FromDevice in io.github.lunasaw.sip.common.transmit.strategy.impl
Methods in io.github.lunasaw.sip.common.transmit.strategy.impl with parameters of type FromDeviceModifier and TypeMethodDescriptionprotected javax.sip.message.Request
AckRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
ByeRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
InfoRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
InviteRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
MessageRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
NotifyRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
RegisterRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
SubscribeRequestStrategy.buildRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.Request
InviteRequestStrategy.buildRequestWithSubject
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) protected javax.sip.message.Request
SubscribeRequestStrategy.buildRequestWithSubscribe
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId)