Uses of Interface
io.github.lunasaw.sip.common.transmit.event.response.SipResponseProcessor
Package
Description
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.ack
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.bye
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.cancel
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.register
Modifier and TypeClassDescriptionclass
description 发起后 Register 的响应处理器 业务逻辑直接继承该类,实现方法即可 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transimit.response.ack
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transimit.response.invite
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transimit.response.subscribe
-
Uses of SipResponseProcessor in io.github.lunasaw.sip.common.transmit
Modifier and TypeMethodDescriptionstatic void
SipProcessorObserver.addResponseProcessor
(String method, SipResponseProcessor processor) 添加 response订阅 -
Uses of SipResponseProcessor in io.github.lunasaw.sip.common.transmit.event.response