Class ByeResponseProcessor
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.bye.ByeResponseProcessor
- All Implemented Interfaces:
SipResponseProcessor
@Component("clientByeResponseProcessor")
public class ByeResponseProcessor
extends ClientAbstractSipResponseProcessor
BYE响应处理器
只负责SIP协议层面的处理,业务逻辑通过ByeProcessorHandler接口实现
- 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
-
ByeResponseProcessor
public ByeResponseProcessor()
-
-
Method Details
-
process
public void process(javax.sip.ResponseEvent evt) 处理BYE响应- Parameters:
evt
- 响应事件
-