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 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.deviceRegister
(FromDevice fromDevice, ToDevice toDevice, Integer expires, Event event) Deprecated.设备注册(带事件)ClientCommandSender.CommandBuilder.errorEvent
(Event errorEvent) static String
ClientCommandSender.sendCommand
(String commandType, FromDevice fromDevice, ToDevice toDevice, Event errorEvent, Event okEvent, Object... params) 使用策略模式发送命令(带事件)static String
ClientCommandSender.sendInvitePlayBackCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送回放点播命令(带事件)static String
ClientCommandSender.sendInvitePlayCommand
(FromDevice fromDevice, ToDevice toDevice, String sdpContent, Event errorEvent, Event okEvent) 发送实时点播命令(带事件)static String
ClientCommandSender.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 String
AbstractClientCommandStrategy.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 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) -
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 String
ServerCommandSender.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 String
SipSender.doAckRequest
(FromDevice fromDevice, ToDevice toDevice, String content, String callId, Event errorEvent, Event okEvent) 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.doMessageRequest
(FromDevice fromDevice, ToDevice toDevice, String content, Event errorEvent, Event okEvent) 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, 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, Event errorEvent, Event okEvent) SipSender.SipRequestBuilder.errorEvent
(Event errorEvent) static void
SipMessageTransmitter.transmitMessage
(String ip, javax.sip.message.Message message, Event errorEvent) 传输消息(带错误事件)static void
SipMessageTransmitter.transmitMessage
(String ip, javax.sip.message.Message message, Event errorEvent, Event okEvent) 传输消息(带事件处理)static void
SipMessageTransmitter.transmitMessageSuccess
(String ip, javax.sip.message.Message message, Event okEvent) 传输消息(带成功事件)static void
SipSender.transmitRequest
(String ip, javax.sip.message.Message message, Event errorEvent) static void
SipSender.transmitRequest
(String ip, javax.sip.message.Message message, Event errorEvent, Event okEvent) static void
SipSender.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 Event
SipSubscribe.getErrorSubscribe
(String key) static Event
SipSubscribe.getOkSubscribe
(String key) Methods in io.github.lunasaw.sip.common.transmit.event with parameters of type EventModifier and TypeMethodDescriptionstatic void
SipSubscribe.addErrorSubscribe
(String key, Event event) static void
SipSubscribe.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 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) 发送带订阅信息的请求