Uses of Class
io.github.lunasaw.gbproxy.client.transmit.response.ClientAbstractSipResponseProcessor
Packages that use ClientAbstractSipResponseProcessor
Package
Description
-
Uses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.ack
Subclasses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.ackModifier and TypeClassDescriptionclassACK响应处理器 只负责SIP协议层面的处理,业务逻辑通过AckProcessorHandler接口实现 -
Uses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.bye
Subclasses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.byeModifier and TypeClassDescriptionclassBYE响应处理器 只负责SIP协议层面的处理,业务逻辑通过ByeProcessorHandler接口实现 -
Uses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.cancel
Subclasses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.cancelModifier and TypeClassDescriptionclassCANCEL响应处理器 只负责SIP协议层面的处理,业务逻辑通过CancelProcessorHandler接口实现 -
Uses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.register
Subclasses of ClientAbstractSipResponseProcessor in io.github.lunasaw.gbproxy.client.transmit.response.registerModifier and TypeClassDescriptionclassRegister响应处理器 只负责SIP协议层面的处理,业务逻辑通过RegisterProcessorHandler接口实现 这个是客户端发起的REGISTER后,服务端回复的REGISTER响应处理器