Uses of Interface
io.github.lunasaw.sip.common.transmit.event.Event
Packages that use Event
Package
Description
-
Uses of Event in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type EventModifier and TypeMethodDescriptionstatic 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.deviceRegister(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) Deprecated.设备注册(带事件)ClientCommandSender.CommandBuilder.errorEvent(Event errorEvent) static StringClientCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 使用策略模式发送命令(带事件)static StringClientCommandSender.sendInvitePlayBackCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送回放点播命令(带事件)static StringClientCommandSender.sendInvitePlayCommand(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送实时点播命令(带事件)static StringClientCommandSender.sendRegisterCommand(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) 发送注册命令(带事件) -
Uses of Event in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy with parameters of type EventModifier and TypeMethodDescriptionAbstractClientCommandStrategy.execute(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) ClientCommandStrategy.execute(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 执行命令(带事件)protected StringAbstractClientCommandStrategy.sendCommand(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 发送命令 -
Uses of Event 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 EventModifier and TypeMethodDescriptionRegisterCommandStrategy.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) -
Uses of Event in io.github.lunasaw.gbproxy.server.transmit.cmd
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd with parameters of type EventModifier and TypeMethodDescriptionServerCommandSender.CommandBuilder.errorEvent(Event errorEvent) static StringServerCommandSender.sendCommand(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) 使用策略模式发送命令(带事件) -
Uses of Event in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy with parameters of type EventModifier and TypeMethodDescriptionAbstractServerCommandStrategy.execute(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) ServerCommandStrategy.execute(FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Map<String, Object> params) 执行命令(带事件) -
Uses of Event in io.github.lunasaw.sip.common.transmit
Methods in io.github.lunasaw.sip.common.transmit with parameters of type EventModifier and TypeMethodDescriptionstatic StringSipSender.doAckRequest(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) 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.doMessageRequest(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 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, 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, Event errorEvent, Event okEvent) SipSender.SipRequestBuilder.errorEvent(Event errorEvent) static voidSipMessageTransmitter.transmitMessage(String ip, javax.sip.message.Message message, Event errorEvent) 传输消息(带错误事件)static voidSipMessageTransmitter.transmitMessage(String ip, javax.sip.message.Message message, Event errorEvent, Event okEvent) 传输消息(带事件处理)static voidSipMessageTransmitter.transmitMessageSuccess(String ip, javax.sip.message.Message message, Event okEvent) 传输消息(带成功事件)static voidSipSender.transmitRequest(String ip, javax.sip.message.Message message, Event errorEvent) static voidSipSender.transmitRequest(String ip, javax.sip.message.Message message, Event errorEvent, Event okEvent) static voidSipSender.transmitRequestSuccess(String ip, javax.sip.message.Message message, Event okEvent) -
Uses of Event in io.github.lunasaw.sip.common.transmit.event
Fields in io.github.lunasaw.sip.common.transmit.event with type parameters of type EventMethods in io.github.lunasaw.sip.common.transmit.event that return EventModifier and TypeMethodDescriptionstatic EventSipSubscribe.getErrorSubscribe(String key) static EventSipSubscribe.getOkSubscribe(String key) Methods in io.github.lunasaw.sip.common.transmit.event with parameters of type EventModifier and TypeMethodDescriptionstatic voidSipSubscribe.addErrorSubscribe(String key, Event event) static voidSipSubscribe.addOkSubscribe(String key, Event event) -
Uses of Event in io.github.lunasaw.sip.common.transmit.strategy
Methods in io.github.lunasaw.sip.common.transmit.strategy with parameters of type EventModifier and TypeMethodDescriptionAbstractSipRequestStrategy.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) 发送带订阅信息的请求