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 TypeClassDescriptionclass
ACK响应处理器 只负责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 TypeClassDescriptionclass
BYE响应处理器 只负责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 TypeClassDescriptionclass
CANCEL响应处理器 只负责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 TypeClassDescriptionclass
Register响应处理器 只负责SIP协议层面的处理,业务逻辑通过RegisterProcessorHandler接口实现 这个是客户端发起的REGISTER后,服务端回复的REGISTER响应处理器