Class RegisterResponseProcessor
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.response.SipResponseProcessorAbstract
io.github.lunasaw.gbproxy.client.transmit.response.register.RegisterResponseProcessor
- All Implemented Interfaces:
SipResponseProcessor
description 发起后 Register 的响应处理器
业务逻辑直接继承该类,实现方法即可
- Author:
- luna
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(javax.sip.ResponseEvent evt) 处理Register响应void
responseUnAuthorized
(gov.nist.javax.sip.ResponseEventExt evt)
-
Field Details
-
METHOD
- See Also:
-
method
-
-
Constructor Details
-
RegisterResponseProcessor
public RegisterResponseProcessor()
-
-
Method Details
-
process
public void process(javax.sip.ResponseEvent evt) 处理Register响应- Parameters:
evt
- 事件
-
responseUnAuthorized
public void responseUnAuthorized(gov.nist.javax.sip.ResponseEventExt evt) throws javax.sdp.SdpParseException - Throws:
javax.sdp.SdpParseException
-