Class ClientRegisterResponseProcessor
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.response.AbstractSipResponseProcessor
io.github.lunasaw.gbproxy.client.transmit.response.ClientAbstractSipResponseProcessor
io.github.lunasaw.gbproxy.client.transmit.response.register.ClientRegisterResponseProcessor
- All Implemented Interfaces:
SipResponseProcessor
@Component("clientRegisterResponseProcessor")
public class ClientRegisterResponseProcessor
extends ClientAbstractSipResponseProcessor
Register响应处理器
只负责SIP协议层面的处理,业务逻辑通过RegisterProcessorHandler接口实现
这个是客户端发起的REGISTER后,服务端回复的REGISTER响应处理器
- Author:
- luna
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.lunasaw.sip.common.transmit.event.response.AbstractSipResponseProcessor
getCallId, getResponse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.lunasaw.sip.common.transmit.event.response.SipResponseProcessor
getMethod, isNeedProcess
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
ClientRegisterResponseProcessor
public ClientRegisterResponseProcessor()
-
-
Method Details
-
process
public void process(javax.sip.ResponseEvent evt) 处理Register响应- Parameters:
evt
- 事件
-