Uses of Interface
io.github.lunasaw.sip.common.transmit.event.response.SipResponseProcessor
Packages that use SipResponseProcessor
Package
Description
SIP客户端请求发送后接受的响应处理
-
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response
Classes in io.github.lunasaw.gbproxy.client.transmit.response that implement SipResponseProcessor -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.ack
Classes in io.github.lunasaw.gbproxy.client.transmit.response.ack that implement SipResponseProcessorModifier and TypeClassDescriptionclass
ACK响应处理器 只负责SIP协议层面的处理,业务逻辑通过AckProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.bye
Classes in io.github.lunasaw.gbproxy.client.transmit.response.bye that implement SipResponseProcessorModifier and TypeClassDescriptionclass
BYE响应处理器 只负责SIP协议层面的处理,业务逻辑通过ByeProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.cancel
Classes in io.github.lunasaw.gbproxy.client.transmit.response.cancel that implement SipResponseProcessorModifier and TypeClassDescriptionclass
CANCEL响应处理器 只负责SIP协议层面的处理,业务逻辑通过CancelProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.register
Classes in io.github.lunasaw.gbproxy.client.transmit.response.register that implement SipResponseProcessorModifier and TypeClassDescriptionclass
Register响应处理器 只负责SIP协议层面的处理,业务逻辑通过RegisterProcessorHandler接口实现 这个是客户端发起的REGISTER后,服务端回复的REGISTER响应处理器 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transmit.response
Classes in io.github.lunasaw.gbproxy.server.transmit.response that implement SipResponseProcessor -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transmit.response.ack
Classes in io.github.lunasaw.gbproxy.server.transmit.response.ack that implement SipResponseProcessorModifier and TypeClassDescriptionclass
ACK响应处理器 只负责SIP协议层面的处理,业务逻辑通过AckProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transmit.response.invite
Classes in io.github.lunasaw.gbproxy.server.transmit.response.invite that implement SipResponseProcessorModifier and TypeClassDescriptionclass
INVITE响应处理器 只负责SIP协议层面的处理,业务逻辑通过InviteResponseProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.gbproxy.server.transmit.response.subscribe
Classes in io.github.lunasaw.gbproxy.server.transmit.response.subscribe that implement SipResponseProcessorModifier and TypeClassDescriptionclass
SUBSCRIBE响应处理器 只负责SIP协议层面的处理,业务逻辑通过SubscribeResponseProcessorHandler接口实现 -
Uses of SipResponseProcessor in io.github.lunasaw.sip.common.transmit
Fields in io.github.lunasaw.sip.common.transmit with type parameters of type SipResponseProcessorModifier and TypeFieldDescriptionprotected static final Map<String,
List<SipResponseProcessor>> AbstractSipListener.RESPONSE_PROCESSOR_MAP
处理接收SIP发来的SIP协议响应消息Methods in io.github.lunasaw.sip.common.transmit that return types with arguments of type SipResponseProcessorModifier and TypeMethodDescriptionAbstractSipListener.getResponseProcessors
(String method) 获取响应处理器列表Methods in io.github.lunasaw.sip.common.transmit with parameters of type SipResponseProcessorModifier and TypeMethodDescriptionvoid
AbstractSipListener.addResponseProcessor
(String method, SipResponseProcessor processor) 添加 response订阅void
AbstractSipListener.removeResponseProcessor
(String method, SipResponseProcessor processor) 移除响应处理器 -
Uses of SipResponseProcessor in io.github.lunasaw.sip.common.transmit.event.response
Classes in io.github.lunasaw.sip.common.transmit.event.response that implement SipResponseProcessor