Uses of Class
io.github.lunasaw.sip.common.entity.ToDevice
Packages that use ToDevice
Package
Description
-
Uses of ToDevice in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type ToDeviceModifier and TypeMethodDescriptionstatic StringClientSendCmd.deviceAck(FromDevice fromDevice, ToDevice toDevice) Deprecated.回复ACK响应static StringClientSendCmd.deviceAck(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.回复ACK响应(指定callId)static StringClientSendCmd.deviceAck(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.回复ACK响应(带内容和callId)static StringClientSendCmd.deviceAlarmNotify(FromDevice fromDevice, ToDevice toDevice, DeviceAlarm deviceAlarm) Deprecated.告警上报static StringClientSendCmd.deviceAlarmNotify(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) Deprecated.告警上报static StringClientSendCmd.deviceBye(FromDevice fromDevice, ToDevice toDevice) Deprecated.向上级发送BYE请求static StringClientSendCmd.deviceChannelCatalogResponse(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) Deprecated.设备目录查询响应static StringClientSendCmd.deviceChannelCatalogResponse(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems) Deprecated.上报设备信息static voidClientSendCmd.deviceChannelCatalogResponse(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems, String sn) Deprecated.设备目录查询响应(分批发送)static StringClientSendCmd.deviceChannelUpdateCatlog(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems, SubscribeInfo subscribeInfo) Deprecated.设备通道更新通知static StringClientSendCmd.deviceConfigResponse(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) Deprecated.设备配置上报static StringClientSendCmd.deviceInfoResponse(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) Deprecated.向上级回复DeviceInfo查询信息static StringClientSendCmd.deviceKeepLiveNotify(FromDevice fromDevice, ToDevice toDevice, String status) Deprecated.心跳设备状态上报static StringClientSendCmd.deviceKeepLiveNotify(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent) Deprecated.心跳设备状态上报(带错误事件)static StringClientSendCmd.deviceKeepLiveNotify(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent, Event okEvent) Deprecated.心跳设备状态上报(带完整事件)static StringClientSendCmd.deviceMediaStatusNotify(FromDevice fromDevice, ToDevice toDevice, String notifyType) Deprecated.流媒体状态推送static StringClientSendCmd.deviceOtherUpdateCatlog(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems, SubscribeInfo subscribeInfo) Deprecated.事件更新推送static StringClientSendCmd.deviceRecordResponse(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) Deprecated.设备录像上报static voidClientSendCmd.deviceRecordResponse(FromDevice fromDevice, ToDevice toDevice, List<DeviceRecord.RecordItem> deviceRecordItems, String sn) Deprecated.设备录像上报(分批发送)static StringClientSendCmd.deviceRegister(FromDevice fromDevice, ToDevice toDevice, Integer expires) Deprecated.设备注册static StringClientSendCmd.deviceRegister(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) Deprecated.设备注册(带事件)static StringClientSendCmd.deviceStatusResponse(FromDevice fromDevice, ToDevice toDevice, String online) Deprecated.推送设备状态信息static StringClientSendCmd.deviceUnRegister(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备注销static StringClientSendCmd.MobilePositionNotify(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) Deprecated.设备位置推送static StringClientCommandSender.sendAckCommand(FromDevice fromDevice, ToDevice toDevice) 发送ACK响应命令static StringClientCommandSender.sendAckCommand(FromDevice fromDevice, ToDevice toDevice, String callId) 发送ACK响应命令(指定callId)static StringClientCommandSender.sendAckCommand(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 发送ACK响应命令(带内容和callId)static StringClientCommandSender.sendAlarmCommand(FromDevice fromDevice, ToDevice toDevice, DeviceAlarm deviceAlarm) 发送告警命令static StringClientCommandSender.sendAlarmCommand(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) 发送告警命令static StringClientCommandSender.sendByeCommand(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求命令static StringClientCommandSender.sendCatalogCommand(FromDevice fromDevice, ToDevice toDevice, DeviceItem deviceItem) 发送目录命令static StringClientCommandSender.sendCatalogCommand(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) 发送目录命令static StringClientCommandSender.sendCatalogCommand(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems) 发送目录命令static StringClientCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 使用策略模式发送命令(带事件)static StringClientCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Object... params) 使用策略模式发送命令static StringClientCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, javax.sip.RequestEvent requestEvent, Object... params) 使用策略模式发送命令(支持事务上下文) 通过RequestEvent复用原请求的Call-ID,确保事务一致性static StringClientCommandSender.sendConfigDownloadResponse(FromDevice fromDevice, ToDevice toDevice, ConfigDownloadResponse response) 发送设备配置查询应答static StringClientCommandSender.sendDeviceChannelUpdateCommand(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems) 发送设备通道更新通知命令static StringClientCommandSender.sendDeviceConfigCommand(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) 发送设备配置响应命令static StringClientCommandSender.sendDeviceInfoCommand(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 发送设备信息响应命令static StringClientCommandSender.sendDeviceInfoCommand(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo, javax.sip.RequestEvent requestEvent) 发送设备信息响应命令(支持事务上下文) 通过RequestEvent复用原请求的Call-ID,确保事务一致性static StringClientCommandSender.sendDeviceOtherUpdateCommand(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems) 发送设备其他更新通知命令static StringClientCommandSender.sendDeviceRecordCommand(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 发送录像响应命令static StringClientCommandSender.sendDeviceRecordCommand(FromDevice fromDevice, ToDevice toDevice, List<DeviceRecord.RecordItem> deviceRecordItems) 发送录像响应命令static StringClientCommandSender.sendDeviceStatusCommand(FromDevice fromDevice, ToDevice toDevice, DeviceStatus deviceStatus) 发送设备状态响应命令static StringClientCommandSender.sendDeviceStatusCommand(FromDevice fromDevice, ToDevice toDevice, String online) 发送设备状态响应命令static StringClientCommandSender.sendInvitePlayBackCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent) 发送回放点播命令static StringClientCommandSender.sendInvitePlayBackCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送回放点播命令(带事件)static StringClientCommandSender.sendInvitePlayCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent) 发送实时点播命令static StringClientCommandSender.sendInvitePlayCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送实时点播命令(带事件)static StringClientCommandSender.sendInvitePlayControlCommand(FromDevice fromDevice, ToDevice toDevice, String controlContent) 发送点播控制命令(暂停、继续、快进等)static StringClientCommandSender.sendKeepaliveCommand(FromDevice fromDevice, ToDevice toDevice, DeviceKeepLiveNotify deviceKeepLiveNotify) static StringClientCommandSender.sendKeepaliveCommand(FromDevice fromDevice, ToDevice toDevice, String status) 发送心跳命令static StringClientCommandSender.sendMediaStatusCommand(FromDevice fromDevice, ToDevice toDevice, String notifyType) 发送媒体状态通知命令static StringClientCommandSender.sendMobilePositionCommand(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) 发送位置通知命令static StringClientCommandSender.sendMobilePositionNotify(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify response) 发送设备预置位查询应答static StringClientCommandSender.sendPresetQueryResponse(FromDevice fromDevice, ToDevice toDevice, PresetQueryResponse response) 发送设备预置位查询应答static StringClientCommandSender.sendRegisterCommand(FromDevice fromDevice, ToDevice toDevice, Integer expires) 发送注册命令static StringClientCommandSender.sendRegisterCommand(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) 发送注册命令(带事件)static StringClientCommandSender.sendUnregisterCommand(FromDevice fromDevice, ToDevice toDevice) 发送注销命令 -
Uses of ToDevice in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy with parameters of type ToDeviceModifier and TypeMethodDescriptionprotected StringAbstractClientCommandStrategy.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 StringAbstractClientCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 发送命令protected voidAbstractClientCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) 参数校验 -
Uses of ToDevice 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 ToDeviceModifier and TypeMethodDescriptionprotected StringMessageCommandStrategy.buildCommandContent(FromDevice fromDevice, ToDevice toDevice, Object... params) protected StringRegisterCommandStrategy.buildCommandContent(FromDevice fromDevice, ToDevice toDevice, Object... params) RegisterCommandStrategy.execute(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) protected StringAckCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringByeCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringInfoCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringInviteCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringMessageCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringNotifyCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringRegisterCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected StringSubscribeCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) protected voidAckCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) protected voidByeCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) protected voidInfoCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) protected voidInviteCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) protected voidMessageCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) protected voidRegisterCommandStrategy.validateParams(FromDevice fromDevice, ToDevice toDevice, Object... params) -
Uses of ToDevice in io.github.lunasaw.gbproxy.server.transmit.cmd
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd with parameters of type ToDeviceModifier and TypeMethodDescriptionstatic StringServerCommandSender.deviceAck(FromDevice fromDevice, ToDevice toDevice) 发送ACK响应命令static StringServerCommandSender.deviceAck(FromDevice fromDevice, ToDevice toDevice, String callId) 发送ACK响应命令(指定callId)static StringServerSendCmd.deviceAck(FromDevice fromDevice, ToDevice toDevice) Deprecated.回复ACKstatic StringServerSendCmd.deviceAck(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.static StringServerCommandSender.deviceAlarmQuery(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String startPriority, String endPriority, String alarmMethod, String alarmType) 设备告警查询static StringServerSendCmd.deviceAlarmQuery(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String startPriority, String endPriority, String alarmMethod, String alarmType) Deprecated.告警查询static StringServerCommandSender.deviceBroadcast(FromDevice fromDevice, ToDevice toDevice) 设备广播static StringServerSendCmd.deviceBroadcast(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备广播static StringServerCommandSender.deviceBye(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求命令static StringServerSendCmd.deviceBye(FromDevice fromDevice, ToDevice toDevice) Deprecated.发送BYEstatic StringServerCommandSender.deviceCatalogQuery(FromDevice fromDevice, ToDevice toDevice) 设备目录查询static StringServerSendCmd.deviceCatalogQuery(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备通道列表查询static StringServerCommandSender.deviceCatalogSubscribe(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType) 设备目录订阅static StringServerSendCmd.deviceCatalogSubscribe(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType) Deprecated.static StringServerSendCmd.deviceCatalogSubscribe(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType, String eventId) Deprecated.会话订阅static StringServerCommandSender.deviceConfig(FromDevice fromDevice, ToDevice toDevice, String name, String expiration, String heartBeatInterval, String heartBeatCount) 设备配置static StringServerSendCmd.deviceConfig(FromDevice fromDevice, ToDevice toDevice, String name, String expiration, String heartBeatInterval, String heartBeatCount) Deprecated.设备配置命令:basicParamstatic StringServerCommandSender.deviceConfigDownload(FromDevice fromDevice, ToDevice toDevice, String configType) 设备配置下载static StringServerSendCmd.deviceConfigDownload(FromDevice fromDevice, ToDevice toDevice, String configType) Deprecated.下载设备配置static StringServerCommandSender.deviceConfigDownloadQuery(FromDevice fromDevice, ToDevice toDevice, String configType) 设备配置查询static StringServerSendCmd.deviceControl(FromDevice fromDevice, ToDevice toDevice, DeviceControlBase controlCmd) Deprecated.通用设备控制命令发送(支持所有DeviceControlBase子类)static StringServerCommandSender.deviceControlAlarm(FromDevice fromDevice, ToDevice toDevice, String alarmMethod, String alarmType) 设备告警控制static StringServerSendCmd.deviceControlAlarm(FromDevice fromDevice, ToDevice toDevice, DeviceControlPosition.HomePosition homePosition) Deprecated.static StringServerSendCmd.deviceControlAlarm(FromDevice fromDevice, ToDevice toDevice, String alarmMethod, String alarmType) Deprecated.报警复位命令static StringServerSendCmd.deviceControlAlarm(FromDevice fromDevice, ToDevice toDevice, String enable, String resetTime, String presetIndex) Deprecated.看守位控制命令static StringServerSendCmd.deviceControlDragIn(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) Deprecated.伸缩控制static StringServerSendCmd.deviceControlDragOut(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) Deprecated.伸缩控制static StringServerCommandSender.deviceControlGuardCmd(FromDevice fromDevice, ToDevice toDevice, String guardCmdStr) 设备守卫控制static StringServerSendCmd.deviceControlGuardCmd(FromDevice fromDevice, ToDevice toDevice, String guardCmdStr) Deprecated.报警布防/撤防命令static StringServerSendCmd.deviceControlIdr(FromDevice fromDevice, ToDevice toDevice, String cmdStr) Deprecated.强制关键帧命令,设备收到此命令应立刻发送一个IDR帧static StringServerCommandSender.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 设备云台控制static StringServerCommandSender.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, String ptzCmd) 设备云台控制static StringServerSendCmd.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) Deprecated.云台控制命令static StringServerSendCmd.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, String ptzCmd) Deprecated.设备命令控制static StringServerCommandSender.deviceControlReboot(FromDevice fromDevice, ToDevice toDevice) 设备重启控制static StringServerCommandSender.deviceControlRecord(FromDevice fromDevice, ToDevice toDevice, String recordCmd) 设备录像控制static StringServerSendCmd.deviceControlTeleBoot(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备重启static StringServerSendCmd.deviceControlTeleBoot(FromDevice fromDevice, ToDevice toDevice, String recordCmd) Deprecated.录像控制static StringServerSendCmd.deviceInfo(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备信息查询static StringServerCommandSender.deviceInfoQuery(FromDevice fromDevice, ToDevice toDevice) 设备信息查询static StringServerCommandSender.deviceInvitePlay(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备实时流点播static StringServerCommandSender.deviceInvitePlay(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort) 设备实时流点播static StringServerSendCmd.deviceInvitePlay(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) Deprecated.设备实时流点播static StringServerSendCmd.deviceInvitePlay(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort) Deprecated.设备实时流点播static StringServerCommandSender.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备回放流点播static StringServerCommandSender.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime, String endTime) 设备回放流点播static StringServerSendCmd.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) Deprecated.设备回放流点播static StringServerSendCmd.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime) Deprecated.static StringServerSendCmd.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime, String endTime) Deprecated.设备回放流点播static StringServerSendCmd.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate) Deprecated.static StringServerSendCmd.deviceInvitePlayBack(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate, Date endDate) Deprecated.static StringServerCommandSender.deviceInvitePlayBackControl(FromDevice fromDevice, ToDevice toDevice, PlayActionEnums playActionEnums) 设备回放流点播控制static StringServerSendCmd.deviceInvitePlayBackControl(FromDevice fromDevice, ToDevice toDevice, PlayActionEnums playActionEnums) Deprecated.设备回放流点播控制static StringServerCommandSender.deviceMobilePositionQuery(FromDevice fromDevice, ToDevice toDevice, String interval) 查询移动设备位置数据static StringServerCommandSender.deviceMobilePositionSubscribe(FromDevice fromDevice, ToDevice toDevice, String interval, Integer expires, String eventType, String eventId) 订阅移动设备位置数据static StringServerCommandSender.devicePresetQuery(FromDevice fromDevice, ToDevice toDevice) 设备预设位置查询static StringServerSendCmd.devicePresetQuery(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备预设位置查询static StringServerSendCmd.devicePresetQuery(FromDevice fromDevice, ToDevice toDevice, String interval) Deprecated.查询移动设备位置数据static StringServerSendCmd.devicePresetSubscribe(FromDevice fromDevice, ToDevice toDevice, String interval, Integer expires, String eventType, String eventId) Deprecated.订阅移动设备位置数据static StringServerCommandSender.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, long startTime, long endTime) 设备录像信息查询(时间戳)static StringServerCommandSender.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime) 设备录像信息查询static StringServerCommandSender.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime) 设备录像信息查询(Date对象)static StringServerSendCmd.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, long startTime, long endTime) Deprecated.static StringServerSendCmd.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime) Deprecated.static StringServerSendCmd.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime, String secrecy, String type) Deprecated.查询录像列表static StringServerSendCmd.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime) Deprecated.static StringServerSendCmd.deviceRecordInfoQuery(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String secrecy, String type) Deprecated.查询录像列表static StringServerCommandSender.deviceStatusQuery(FromDevice fromDevice, ToDevice toDevice) 设备状态查询static StringServerSendCmd.deviceStatusQuery(FromDevice fromDevice, ToDevice toDevice) Deprecated.设备状态查询static StringServerCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) 使用策略模式发送命令(带事件)static StringServerCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Map<String, Object> params) 使用策略模式发送命令 -
Uses of ToDevice in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy with parameters of type ToDeviceModifier 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 StringAbstractServerCommandStrategy.getTargetDeviceId(ToDevice toDevice) 获取目标设备ID -
Uses of ToDevice in io.github.lunasaw.gbproxy.test.config
Methods in io.github.lunasaw.gbproxy.test.config that return ToDeviceModifier and TypeMethodDescriptionTestDeviceSupplier.createToDevice(Device device) 根据Device创建ToDeviceTestDeviceSupplier.getClientToDevice()获取客户端To设备 用于客户端接收响应的场景TestDeviceSupplier.getServerToDevice()获取服务端To设备 用于服务端接收响应的场景Methods in io.github.lunasaw.gbproxy.test.config that return types with arguments of type ToDevice -
Uses of ToDevice in io.github.lunasaw.sip.common.entity
Methods in io.github.lunasaw.sip.common.entity that return ToDeviceModifier and TypeMethodDescriptionstatic ToDeviceToDevice.getInstance(String userId, String ip, int port) -
Uses of ToDevice in io.github.lunasaw.sip.common.service
Methods in io.github.lunasaw.sip.common.service that return ToDeviceModifier and TypeMethodDescriptiondefault ToDeviceDeviceSupplier.getToDevice(Device device) default ToDeviceDeviceSupplier.getToDevice(String deviceId) -
Uses of ToDevice in io.github.lunasaw.sip.common.transmit
Methods in io.github.lunasaw.sip.common.transmit with parameters of type ToDeviceModifier and TypeMethodDescriptionstatic StringSipSender.doAckRequest(FromDevice fromDevice, ToDevice toDevice) 发送ACK请求static StringSipSender.doAckRequest(FromDevice fromDevice, ToDevice toDevice, String callId) static StringSipSender.doAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) static StringSipSender.doAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) static StringSipSender.doByeRequest(FromDevice fromDevice, ToDevice toDevice) 发送BYE请求static StringSipSender.doInfoRequest(FromDevice fromDevice, ToDevice toDevice, String content) 发送INFO请求static StringSipSender.doInfoRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static StringSipSender.doInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static StringSipSender.doInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject) 发送INVITE请求static StringSipSender.doMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content) 发送MESSAGE请求static StringSipSender.doMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static StringSipSender.doNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content) 发送NOTIFY请求static StringSipSender.doNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, Event errorEvent, Event okEvent) static StringSipSender.doNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static StringSipSender.doRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires) 发送REGISTER请求static StringSipSender.doRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) static StringSipSender.doRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId, Event errorEvent, Event okEvent) static StringSipSender.doSubscribeRequest(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo) 发送SUBSCRIBE请求static StringSipSender.doSubscribeRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) static SipSender.SipRequestBuilderSipSender.request(FromDevice fromDevice, ToDevice toDevice, String method) 创建请求建造者Constructors in io.github.lunasaw.sip.common.transmit with parameters of type ToDeviceModifierConstructorDescriptionSipRequestBuilder(FromDevice fromDevice, ToDevice toDevice, String method) -
Uses of ToDevice in io.github.lunasaw.sip.common.transmit.request
Methods in io.github.lunasaw.sip.common.transmit.request with parameters of type ToDeviceModifier and TypeMethodDescriptionjavax.sip.message.RequestAbstractSipRequestBuilder.build(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 构建SIP请求的模板方法(无订阅信息)javax.sip.message.RequestAbstractSipRequestBuilder.build(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 构建SIP请求的模板方法javax.sip.message.RequestAckRequestBuilder.buildAckRequest(FromDevice fromDevice, ToDevice toDevice, String callId) 创建ACK请求javax.sip.message.RequestAckRequestBuilder.buildAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建带内容的ACK请求protected javax.sip.message.RequestAbstractSipRequestBuilder.buildBaseRequest(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 构建基础SIP请求javax.sip.message.RequestByeRequestBuilder.buildByeRequest(FromDevice fromDevice, ToDevice toDevice, String callId) 创建BYE请求javax.sip.message.RequestInfoRequestBuilder.buildInfoRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建INFO请求javax.sip.message.RequestInviteRequestBuilder.buildInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建INVITE请求javax.sip.message.RequestMessageRequestBuilder.buildMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建MESSAGE请求javax.sip.message.RequestNotifyRequestBuilder.buildNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建NOTIFY请求javax.sip.message.RequestInviteRequestBuilder.buildPlaybackInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建回放INVITE请求javax.sip.message.RequestRegisterRequestBuilder.buildRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) 创建REGISTER请求javax.sip.message.RequestRegisterRequestBuilder.buildRegisterRequestWithAuth(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) 创建带认证的REGISTER请求javax.sip.message.RequestSubscribeRequestBuilder.buildSubscribeRequest(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建SUBSCRIBE请求static javax.sip.message.RequestSipRequestBuilderFactory.createAckRequest(FromDevice fromDevice, ToDevice toDevice, String callId) 创建ACK请求static javax.sip.message.RequestSipRequestBuilderFactory.createAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建带内容的ACK请求static javax.sip.message.RequestSipRequestProvider.createAckRequest(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.创建ACK请求static javax.sip.message.RequestSipRequestProvider.createAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.static javax.sip.message.RequestSipRequestBuilderFactory.createByeRequest(FromDevice fromDevice, ToDevice toDevice, String callId) 创建BYE请求static javax.sip.message.RequestSipRequestProvider.createByeRequest(FromDevice fromDevice, ToDevice toDevice, String callId) Deprecated.创建Bye请求static javax.sip.message.RequestSipRequestBuilderFactory.createInfoRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建INFO请求static javax.sip.message.RequestSipRequestProvider.createInfoRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建INFO 请求static javax.sip.message.RequestSipRequestBuilderFactory.createInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建INVITE请求static javax.sip.message.RequestSipRequestProvider.createInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) Deprecated.创建Invite请求static javax.sip.message.RequestSipRequestBuilderFactory.createMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建MESSAGE请求static javax.sip.message.RequestSipRequestProvider.createMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Message请求static javax.sip.message.RequestSipRequestBuilderFactory.createNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建NOTIFY请求static javax.sip.message.RequestSipRequestProvider.createNotifyRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Notify请求static javax.sip.message.RequestSipRequestBuilderFactory.createPlaybackInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建回放INVITE请求javax.sip.message.RequestSipRequestProvider.createPlaybackInviteRequest(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) Deprecated.static javax.sip.message.RequestSipRequestBuilderFactory.createRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) 创建REGISTER请求static javax.sip.message.RequestSipRequestProvider.createRegisterRequest(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) Deprecated.创建Register请求static javax.sip.message.RequestSipRequestBuilderFactory.createRegisterRequestWithAuth(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) 创建带认证的REGISTER请求static javax.sip.message.RequestSipRequestProvider.createRegisterRequestWithAuth(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) Deprecated.带签名的注册构造器static javax.sip.message.RequestSipRequestBuilderFactory.createSipRequest(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 通用SIP请求构建方法static javax.sip.message.RequestSipRequestBuilderFactory.createSipRequest(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) 通用SIP请求构建方法(带订阅信息)static javax.sip.message.RequestSipRequestProvider.createSipRequest(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) Deprecated.创建SIP请求static javax.sip.message.RequestSipRequestProvider.createSipRequest(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage, SubscribeInfo subscribeInfo) Deprecated.带订阅创建SIP请求static javax.sip.message.RequestSipRequestBuilderFactory.createSubscribeRequest(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建SUBSCRIBE请求static javax.sip.message.RequestSipRequestProvider.createSubscribeRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) Deprecated.创建Subscribe请求protected voidAbstractSipRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 子类特定的请求定制化逻辑 默认空实现,子类可以重写protected voidAckRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidByeRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidInfoRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidInviteRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidMessageRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidNotifyRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidRegisterRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidSubscribeRequestBuilder.customizeRequest(javax.sip.message.Request request, FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) protected voidAbstractSipRequestBuilder.validateParameters(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 参数校验 -
Uses of ToDevice in io.github.lunasaw.sip.common.transmit.response
Methods in io.github.lunasaw.sip.common.transmit.response with parameters of type ToDeviceModifier and TypeMethodDescriptionstatic javax.sip.message.ResponseSipResponseProvider.createOkResponse(FromDevice fromDevice, ToDevice toDevice, String method, Integer statusCode, String callId) 创建响应static javax.sip.message.ResponseSipResponseProvider.createSipResponse(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) -
Uses of ToDevice in io.github.lunasaw.sip.common.transmit.strategy
Methods in io.github.lunasaw.sip.common.transmit.strategy with parameters of type ToDeviceModifier and TypeMethodDescriptionprotected abstract javax.sip.message.RequestAbstractSipRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 构建基础请求protected javax.sip.message.RequestAbstractSipRequestStrategy.buildRequestWithSubject(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 构建带主题的请求protected javax.sip.message.RequestAbstractSipRequestStrategy.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 StringSipRequestStrategy.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 ToDevice in io.github.lunasaw.sip.common.transmit.strategy.impl
Methods in io.github.lunasaw.sip.common.transmit.strategy.impl with parameters of type ToDeviceModifier and TypeMethodDescriptionprotected javax.sip.message.RequestAckRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestByeRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestInfoRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestInviteRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestMessageRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestNotifyRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestRegisterRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestSubscribeRequestStrategy.buildRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId) protected javax.sip.message.RequestInviteRequestStrategy.buildRequestWithSubject(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) protected javax.sip.message.RequestSubscribeRequestStrategy.buildRequestWithSubscribe(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId)