Uses of Class
io.github.lunasaw.sip.common.entity.FromDevice
Package
Description
-
Uses of FromDevice in io.github.lunasaw.gbproxy.client.transmit.cmd
Modifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice) 回复ACKstatic String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String callId) static String
ClientSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) static String
ClientSendCmd.deviceAlarmNotify
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarm deviceAlarm) 告警上报static String
ClientSendCmd.deviceAlarmNotify
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) 告警上报static String
ClientSendCmd.deviceBye
(FromDevice fromDevice, ToDevice toDevice) 向上级发送BYEstatic String
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceResponse deviceResponse) 设备目录查询static String
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems) 上报设备信息static void
ClientSendCmd.deviceChannelCatalogResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceItem> deviceItems, String sn) static String
ClientSendCmd.deviceChannelUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceUpdateItem> deviceItems, SubscribeInfo subscribeInfo) 设备通道更新通知static String
ClientSendCmd.deviceConfigResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse deviceConfigResponse) 设备配置上报static String
ClientSendCmd.deviceConfigResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceConfigResponse.BasicParam basicParam) static String
ClientSendCmd.deviceInfoResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceInfo deviceInfo) 向上级回复DeviceInfo查询信息static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status) 心跳设备状态static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent) static String
ClientSendCmd.deviceKeepLiveNotify
(FromDevice fromDevice, ToDevice toDevice, String status, Event errorEvent, Event okEvent) static String
ClientSendCmd.deviceMediaStatusNotify
(FromDevice fromDevice, ToDevice toDevice, String notifyType) 流媒体状态推送static String
ClientSendCmd.deviceOtherUpdateCatlog
(FromDevice fromDevice, ToDevice toDevice, List<DeviceOtherUpdateNotify.OtherItem> deviceItems, SubscribeInfo subscribeInfo) 事件更新推送static String
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 设备录像上报static void
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, List<DeviceRecord.RecordItem> deviceRecordItems, String sn) 设备录像上报static String
ClientSendCmd.deviceRegister
(FromDevice fromDevice, ToDevice toDevice, Integer expires) 设备注册static String
ClientSendCmd.deviceRegister
(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) static String
ClientSendCmd.deviceStatusResponse
(FromDevice fromDevice, ToDevice toDevice, String online) 推送设备状态信息static String
ClientSendCmd.deviceUnRegister
(FromDevice fromDevice, ToDevice toDevice) 设备注销static String
ClientSendCmd.MobilePositionNotify
(FromDevice fromDevice, ToDevice toDevice, MobilePositionNotify mobilePositionNotify, SubscribeInfo subscribeInfo) 设备位置推送 -
Uses of FromDevice in io.github.lunasaw.gbproxy.server.transimit.cmd
Modifier and TypeMethodDescriptionstatic String
ServerSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice) 回复ACKstatic String
ServerSendCmd.deviceAck
(FromDevice fromDevice, ToDevice toDevice, String callId) static String
ServerSendCmd.deviceAck
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) static String
ServerSendCmd.deviceAlarmQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String startPriority, String endPriority, String alarmMethod, String alarmType) 告警查询static String
ServerSendCmd.deviceBroadcast
(FromDevice fromDevice, ToDevice toDevice) 设备广播static String
ServerSendCmd.deviceBye
(FromDevice fromDevice, ToDevice toDevice) 发送BYEstatic String
ServerSendCmd.deviceCatalogQuery
(FromDevice fromDevice, ToDevice toDevice) 设备通道列表查询static String
ServerSendCmd.deviceCatalogSubscribe
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType) static String
ServerSendCmd.deviceCatalogSubscribe
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String eventType, String eventId) 会话订阅static String
ServerSendCmd.deviceConfig
(FromDevice fromDevice, ToDevice toDevice, String name, String expiration, String heartBeatInterval, String heartBeatCount) 设备配置命令:basicParamstatic String
ServerSendCmd.deviceConfigDownload
(FromDevice fromDevice, ToDevice toDevice, String configType) 下载设备配置static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, DeviceControlPosition.HomePosition homePosition) static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, String alarmMethod, String alarmType) 报警复位命令static String
ServerSendCmd.deviceControlAlarm
(FromDevice fromDevice, ToDevice toDevice, String enable, String resetTime, String presetIndex) 看守位控制命令static String
ServerSendCmd.deviceControlDragIn
(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) 伸缩控制static String
ServerSendCmd.deviceControlDragOut
(FromDevice fromDevice, ToDevice toDevice, DragZoom dragZoom) 伸缩控制static String
ServerSendCmd.deviceControlGuardCmd
(FromDevice fromDevice, ToDevice toDevice, String guardCmdStr) 报警布防/撤防命令static String
ServerSendCmd.deviceControlIdr
(FromDevice fromDevice, ToDevice toDevice, String cmdStr) 强制关键帧命令,设备收到此命令应立刻发送一个IDR帧static String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 云台控制命令static String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, String ptzCmd) 设备命令控制static String
ServerSendCmd.deviceControlTeleBoot
(FromDevice fromDevice, ToDevice toDevice) 设备重启static String
ServerSendCmd.deviceControlTeleBoot
(FromDevice fromDevice, ToDevice toDevice, String recordCmd) 录像控制static String
ServerSendCmd.deviceInfo
(FromDevice fromDevice, ToDevice toDevice) 设备信息查询static String
ServerSendCmd.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备实时流点播static String
ServerSendCmd.deviceInvitePlay
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort) 设备实时流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, InviteRequest inviteRequest) 设备回放流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime) static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, String startTime, String endTime) 设备回放流点播static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate) static String
ServerSendCmd.deviceInvitePlayBack
(FromDevice fromDevice, ToDevice toDevice, String sdpIp, Integer mediaPort, Date startDate, Date endDate) static String
ServerSendCmd.deviceInvitePlayBackControl
(FromDevice fromDevice, ToDevice toDevice, PlayActionEnums playActionEnums) 设备回放流点播控制static String
ServerSendCmd.devicePresetQuery
(FromDevice fromDevice, ToDevice toDevice) 设备预设位置查询static String
ServerSendCmd.devicePresetQuery
(FromDevice fromDevice, ToDevice toDevice, String interval) 查询移动设备位置数据static String
ServerSendCmd.devicePresetSubscribe
(FromDevice fromDevice, ToDevice toDevice, String interval, Integer expires, String eventType, String eventId) 订阅移动设备位置数据static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, long startTime, long endTime) static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime) static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, String startTime, String endTime, String secrecy, String type) 查询录像列表static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime) static String
ServerSendCmd.deviceRecordInfoQuery
(FromDevice fromDevice, ToDevice toDevice, Date startTime, Date endTime, String secrecy, String type) 查询录像列表static String
ServerSendCmd.deviceStatusQuery
(FromDevice fromDevice, ToDevice toDevice) 设备状态查询 -
Uses of FromDevice in io.github.lunasaw.sip.common.entity
Modifier and TypeMethodDescriptionstatic FromDevice
FromDevice.getInstance
(String userId, String ip, int port) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit
Modifier and TypeMethodDescriptionstatic String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice) 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, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) static String
SipSender.doByeRequest
(FromDevice fromDevice, ToDevice toDevice) static String
SipSender.doInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String contend) static String
SipSender.doInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) static String
SipSender.doInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) static String
SipSender.doInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, String subject) static String
SipSender.doInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, String subject, Event errorEvent, Event okEvent) static String
SipSender.doMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String contend) static String
SipSender.doMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, Event errorEvent, Event okEvent) static 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.doRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires) 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) static String
SipSender.doSubscribeRequest
(FromDevice fromDevice, ToDevice toDevice, String contend, SubscribeInfo subscribeInfo, Event errorEvent, Event okEvent) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.event.message
Modifier and TypeMethodDescriptionvoid
SipMessageRequestProcessorAbstract.doMessageHandForEvt
(javax.sip.RequestEvent evt, FromDevice fromDevice) -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.request
Modifier and TypeMethodDescriptionstatic javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建ACK请求static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, gov.nist.javax.sip.message.SIPResponse sipResponse) static javax.sip.message.Request
SipRequestProvider.createAckRequest
(FromDevice fromDevice, javax.sip.address.SipURI sipURI, String content, gov.nist.javax.sip.message.SIPResponse sipResponse) static javax.sip.message.Request
SipRequestProvider.createByeRequest
(FromDevice fromDevice, ToDevice toDevice, String callId) 创建Bye请求static javax.sip.message.Request
SipRequestProvider.createInfoRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建INFO 请求static javax.sip.message.Request
SipRequestProvider.createInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) 创建Invite请求static javax.sip.message.Request
SipRequestProvider.createMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId) 创建Message请求static javax.sip.message.Request
SipRequestProvider.createNotifyRequest
(FromDevice fromDevice, ToDevice toDevice, String content, SubscribeInfo subscribeInfo, String callId) 创建Notify请求javax.sip.message.Request
SipRequestProvider.createPlaybackInviteRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String subject, String callId) static javax.sip.message.Request
SipRequestProvider.createRegisterRequest
(FromDevice fromDevice, ToDevice toDevice, Integer expires, String callId) 创建Register请求static javax.sip.message.Request
SipRequestProvider.createRegisterRequestWithAuth
(FromDevice fromDevice, ToDevice toDevice, String callId, Integer expires, javax.sip.header.WWWAuthenticateHeader www) 带签名的注册构造器static javax.sip.message.Request
SipRequestProvider.createSipRequest
(FromDevice fromDevice, ToDevice toDevice, SipMessage sipMessage) 创建SIP请求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请求 -
Uses of FromDevice in io.github.lunasaw.sip.common.transmit.response
Modifier 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)